Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

visdiff: guide users through the selection of a diff tool

Closes #596

Changeset 742bf5e9734b

Parent ea942dee85d8

by Steve Borho

Changes to one file · Browse files at 742bf5e9734b Showing diff from parent ea942dee85d8 Diff from another changeset...

 
133
134
135
 
 
 
 
 
 
 
136
137
138
 
133
134
135
136
137
138
139
140
141
142
143
144
145
@@ -133,6 +133,13 @@
  else:   gdialog.Prompt(_('No visual diff tool'),   _('No visual diff tool has been configured'), None).run() + from tortoisehg.hgtk import thgconfig + dlg = thgconfig.ConfigDialog(False) + dlg.show_all() + dlg.focus_field('tortoisehg.vdiff') + dlg.run() + dlg.hide() + gobject.idle_add(self.destroy)     def search_filelist(self, model, column, key, iter):   'case insensitive filename search'