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: fix a bug in recent refactorings

Changeset 489db85732fb

Parent 96a439e69cf1

by Steve Borho

Changes to one file · Browse files at 489db85732fb Showing diff from parent 96a439e69cf1 Diff from another changeset...

 
479
480
481
482
 
483
484
485
 
479
480
481
 
482
483
484
485
@@ -479,7 +479,7 @@
    repo = self.repo   patterns = repo.ui.configitems('diff-patterns') - patterns = [(p, t) for p,t in patterns if t in tools] + patterns = [(p, t) for p,t in patterns if t in self.tools]     fname = self.list.item(row).text()[2:]   fname = hglib.fromunicode(fname)