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

changeset: convert the path from UTF to locale encoding

fixes issue #418

Changeset ac380e05bc45

Parent 0c7e3cc34efe

by Yuki KODAMA

Changes to one file · Browse files at ac380e05bc45 Showing diff from parent 0c7e3cc34efe Diff from another changeset...

 
492
493
494
495
 
496
497
498
 
492
493
494
 
495
496
497
498
@@ -492,7 +492,7 @@
  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', result, cpath) + str(self.currev), '--output', fromutf(result), cpath)     def diff_to_local(self, menuitem):   if not self.curfile: