Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

stable repowidget: not clear infobar on revision selected programatically (fixes #1043)

This fixes the problem that clearRevisionSet() triggers disappearance of
"pull completed" message, because of revisionSelected signal.

Changeset 46957e6dff2d

Parent b5fbaedfb641

by Yuya Nishihara

Changes to one file · Browse files at 46957e6dff2d Showing diff from parent b5fbaedfb641 Diff from another changeset...

 
741
742
743
 
744
745
746
 
756
757
758
759
760
761
762
 
741
742
743
744
745
746
747
 
757
758
759
 
760
761
762
@@ -741,6 +741,7 @@
    def onRevisionClicked(self, rev):   'User clicked on a repoview row' + self.clearInfoBar(qtlib.InfoBar.INFO)   tw = self.taskTabsWidget   cw = tw.currentWidget()   if not cw.canswitch(): @@ -756,7 +757,6 @@
  def onRevisionSelected(self, rev):   'View selection changed, could be a reload'   self.showMessage('') - self.clearInfoBar(qtlib.InfoBar.INFO)   if self.repomodel.graph is None:   return   try: