diff easyhg.pro @ 211:290a95b5ceae

* Report error if hg incoming does authentically fail (e.g. because remote repo is unavailable or unrelated) * Change target executable name from easyhg to EasyMercurial * Some (probably invisible) layout tweaks
author Chris Cannam
date Wed, 05 Jan 2011 15:05:45 +0000
parents 2afac743acdf
children 43ecb0dcc44e
line wrap: on
line diff
--- a/easyhg.pro	Wed Jan 05 14:31:07 2011 +0000
+++ b/easyhg.pro	Wed Jan 05 15:05:45 2011 +0000
@@ -2,7 +2,8 @@
 CONFIG += debug
 
 TEMPLATE = app
-TARGET = easyhg
+TARGET = EasyMercurial
+
 unix {
     DESTDIR = .
 }