Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

visdiff: fixes for [extdiff] section parsing

Changeset d75b6efb403b

Parent 11584ebdba06

by Steve Borho

Changes to one file · Browse files at d75b6efb403b Showing diff from parent 11584ebdba06 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​visdiff.py Stacked
 
145
146
147
 
 
148
149
150
 
145
146
147
148
149
150
151
152
@@ -145,6 +145,8 @@
  diffopts = ui.config('extdiff', 'opts.' + cmd, '')   diffopts = diffopts and [diffopts] or []   tools[cmd] = [path, diffopts] + elif cmd.startswith('opts.'): + continue   else:   # command = path opts   if path: