diff 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
line wrap: on
line diff
--- a/mainwindow.cpp	Wed Dec 01 17:43:43 2010 +0000
+++ b/mainwindow.cpp	Wed Dec 01 20:19:21 2010 +0000
@@ -1273,7 +1273,6 @@
     case ACT_COMMIT:
         hgTabs->clearSelections();
         shouldHgStat = true;
-        needNewLog = true; // naive incremental log will give us a duplicate tip tag
         break;
         
     case ACT_REMOVE: