Mercurial > hg > easyhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
210:c5fceb3fe5b4 | 211:290a95b5ceae |
---|---|
1 | 1 |
2 CONFIG += debug | 2 CONFIG += debug |
3 | 3 |
4 TEMPLATE = app | 4 TEMPLATE = app |
5 TARGET = easyhg | 5 TARGET = EasyMercurial |
6 | |
6 unix { | 7 unix { |
7 DESTDIR = . | 8 DESTDIR = . |
8 } | 9 } |
9 | 10 |
10 TRANSLATIONS = easyhg_en.ts | 11 TRANSLATIONS = easyhg_en.ts |