Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable repowidget: clear status message if another revision is selected

After an incoming or a pull, the status text informing about the success
or failure remained for IMHO way too long.

Changeset 8d0cf374dccd

Parent 37e18ccda0f5

by Adrian Buehlmann

Changes to one file · Browse files at 8d0cf374dccd Showing diff from parent 37e18ccda0f5 Diff from another changeset...

 
586
587
588
 
589
590
591
 
586
587
588
589
590
591
592
@@ -586,6 +586,7 @@
    def onRevisionSelected(self, rev):   'View selection changed, could be a reload' + self.showMessage('')   if self.repomodel.graph is None:   return   if type(rev) != str: # unapplied patch