Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

cmenu: fix traceback in run_dialog()

Changeset 53871c6c3947

Parent 225fc4c38ac7

by Steve Borho

Changes to one file · Browse files at 53871c6c3947 Showing diff from parent 225fc4c38ac7 Diff from another changeset...

 
213
214
215
216
 
217
218
219
 
213
214
215
 
216
217
218
219
@@ -213,7 +213,7 @@
  if self.repo:   # Convert filenames to be relative to cwd   files = [] - cwd_rel = cwd[len(repo.root+os.sep):] + cwd_rel = cwd[len(self.repo.root+os.sep):]   for f in self.fnames:   cpath = util.canonpath(self.repo.root, cwd, f)   if cpath.startswith(cwd_rel):