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

stable filedialogs: connect revisionSelected signal from HgFileView

When the annotation context menu switches revisions, the graph will now follow.

Changeset 76c4780675b9

Parent 6526f8ff3ac9

by Steve Borho

Changes to one file · Browse files at 76c4780675b9 Showing diff from parent 6526f8ff3ac9 Diff from another changeset...

 
152
153
154
 
155
156
157
 
152
153
154
155
156
157
158
@@ -152,6 +152,7 @@
    self.textView = HgFileView(self.repo, self)   self.textView.forceMode('file') + self.textView.revisionSelected.connect(self.goto)   vbox.addWidget(self.textView, 1)     @pyqtSlot(unicode)