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

stable commit: no longer necessary to refresh after commit

The repositoryChanged signal will trigger this for us

Changeset 7479281234ea

Parent cf0b1af33872

by Steve Borho

Changes to one file · Browse files at 7479281234ea Showing diff from parent cf0b1af33872 Diff from another changeset...

 
616
617
618
619
620
621
622
 
616
617
618
 
619
620
621
@@ -616,7 +616,6 @@
  self.msgte.clear()   self.msgte.setModified(False)   self.commitComplete.emit() - self.stwidget.refreshWctx()    class DetailsDialog(QDialog):   'Utility dialog for configuring uncommon settings'