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

workbench: re-introduce the goto() method

It is referenced in both the file dialogs and the manifest dialog

Changeset 7951fb7b0668

Parent 0c0a532acc15

by Steve Borho

Changes to one file · Browse files at 7951fb7b0668 Showing diff from parent 0c0a532acc15 Diff from another changeset...

 
760
761
762
 
 
 
 
763
764
765
 
760
761
762
763
764
765
766
767
768
769
@@ -760,6 +760,10 @@
  sp = s.value(wb + 'showPaths').toBool()   QTimer.singleShot(0, lambda: self.actionShowPaths.setChecked(sp))   + def goto(self, root, rev): + for rw in self._findrepowidget(root): + rw.goto(rev) +   def closeEvent(self, event):   if not self.closeRepoTabs():   event.ignore()