comparison mainwindow.cpp @ 147:465c8d51c6d5

* Don't show tip tag; return to using incremental log on commit
author Chris Cannam
date Wed, 01 Dec 2010 20:19:21 +0000
parents 644bd31e8301
children 2fef6b0dfbe8
comparison
equal deleted inserted replaced
146:5e16b83374fd 147:465c8d51c6d5
1271 break; 1271 break;
1272 1272
1273 case ACT_COMMIT: 1273 case ACT_COMMIT:
1274 hgTabs->clearSelections(); 1274 hgTabs->clearSelections();
1275 shouldHgStat = true; 1275 shouldHgStat = true;
1276 needNewLog = true; // naive incremental log will give us a duplicate tip tag
1277 break; 1276 break;
1278 1277
1279 case ACT_REMOVE: 1278 case ACT_REMOVE:
1280 case ACT_ADD: 1279 case ACT_ADD:
1281 case ACT_REVERT: 1280 case ACT_REVERT: