Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable commit: clear branch operation after successfull commit (fixes #336)

Changeset 732b127659d9

Parent aeb2ecea5855

by Steve Borho

Changes to one file · Browse files at 732b127659d9 Showing diff from parent aeb2ecea5855 Diff from another changeset...

 
628
629
630
 
631
632
633
 
628
629
630
631
632
633
634
@@ -628,6 +628,7 @@
  self.commitButtonEnable.emit(True)   self.repo.decrementBusyCount()   if ret == 0: + self.branchop = None   umsg = self.msgte.text()   if umsg:   self.addMessageToHistory(umsg)