Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.2, 1.0.3, and 1.0.4

stable visdiff: fix diff-to-local with file filters

Closes #1065

Changeset 62b90c025f3f

Parent 807eac026265

by Steve Borho

Changes to one file · Browse files at 62b90c025f3f Showing diff from parent 807eac026265 Diff from another changeset...

 
134
135
136
137
138
 
 
139
140
141
 
134
135
136
 
 
137
138
139
140
141
@@ -134,8 +134,8 @@
  None).run()   return None   - lpats = [util.localpath(f) for f in pats] - m = match.match(repo.root, repo.root, lpats) + pats = cmdutil.expandpats(pats) + m = match.match(repo.root, '', pats, None, None, 'relpath')   n2 = ctx2.node()   mod_a, add_a, rem_a = map(set, repo.status(ctx1a.node(), n2, m)[:3])   if ctx1b: