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

stable visdiff: make sure revs is always an array (fixes #183)

Changeset 4e64014117c8

Parent 3ce8fd2c67a5

by Steve Borho

Changes to one file · Browse files at 4e64014117c8 Showing diff from parent 3ce8fd2c67a5 Diff from another changeset...

 
171
172
173
174
 
175
176
177
 
171
172
173
 
174
175
176
177
@@ -171,7 +171,7 @@
     def visualdiff(ui, repo, pats, opts): - revs = opts.get('rev') + revs = opts.get('rev', [])   change = opts.get('change')     try: