Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable filelistview: open visual diff by double-clicking a file (closes #193)

for consistency with the behavior of repowidget and hgtk.

Changeset 576e5fdf8826

Parent b746f6ff6403

by Yuya Nishihara

Changes to one file · Browse files at 576e5fdf8826 Showing diff from parent b746f6ff6403 Diff from another changeset...

 
47
48
49
50
 
51
52
53
 
47
48
49
 
50
51
52
53
@@ -47,7 +47,7 @@
    self.createActions()   - self.doubleClicked.connect(self.fileActivated) + self.doubleClicked.connect(self.vdiff)   self._diff_dialogs = {}   self._nav_dialogs = {}