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 filelistview: remove a redundant line

Changeset 3ce8fd2c67a5

Parent ba505aa8edb4

by Steve Borho

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

 
139
140
141
142
143
144
145
 
139
140
141
 
142
143
144
@@ -139,7 +139,6 @@
  return   model = self.model()   pats = [filename] - rev = model._ctx.rev()   opts = {'change':model._ctx.rev()}   dlg = visdiff.visualdiff(model.repo.ui, model.repo, pats, opts)   if dlg: