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

stable changeset: paths are already canonical, do not convert again

Fixes #452

Changeset b7d094e79f38

Parent 19f5ba1b64d2

by Steve Borho

Changes to one file · Browse files at b7d094e79f38 Showing diff from parent 19f5ba1b64d2 Diff from another changeset...

 
497
498
499
500
501
502
 
503
504
505
 
497
498
499
 
500
 
501
502
503
504
@@ -497,9 +497,8 @@
  os.remove(result)     q = Queue.Queue() - cpath = util.canonpath(self.repo.root, self.cwd, self.curfile)   hgcmd_toq(self.repo.root, q, 'cat', '--rev', - str(self.currev), '--output', fromutf(result), cpath) + str(self.currev), '--output', fromutf(result), self.curfile)     def diff_to_local(self, menuitem):   if not self.curfile: