Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

history: sync selection state of patch list and graphview

Changeset 4ffd4faae331

Parent e8c31306ea87

by Yuki KODAMA

Changes to one file · Browse files at 4ffd4faae331 Showing diff from parent e8c31306ea87 Diff from another changeset...

 
657
658
659
660
661
662
663
664
 
665
666
667
 
657
658
659
 
 
 
 
 
660
661
662
663
@@ -657,11 +657,7 @@
  self.currevid = self.lastrevid = None   self.changeview.load_patch_details(patchfile)   else: - self.currevid = revid - if self.currevid != self.lastrevid: - self.lastrevid = self.currevid - self.changeview.opts['rev'] = [str(self.currevid)] - self.changeview.load_details(self.currevid) + self.goto_rev(revid)     def repo_invalidated(self, mqwidget):   self.reload_log()