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

stable visdiff: simplify expression

Changeset fe29278563d3

Parent 745097fd7796

by Sune Foldager

Changes to one file · Browse files at fe29278563d3 Showing diff from parent 745097fd7796 Diff from another changeset...

 
383
384
385
386
 
387
388
389
 
383
384
385
 
386
387
388
389
@@ -383,7 +383,7 @@
    # if both --change and --rev is given, remove --rev in 3-way mode,   # and --change in normal mode - if 'change' in opts and opts['change'] and opts.get('rev'): + if opts.get('change') and opts.get('rev'):   if '$parent2' in ''.join(diffopts):   del opts['rev']   else: