Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable archive: convert revision text to local encoding (refs #512, refs #433)

Changeset 0ade63bb9904

Parent 6b8b8cc68d4f

by Steve Borho

Changes to one file · Browse files at 0ade63bb9904 Showing diff from parent 6b8b8cc68d4f Diff from another changeset...

 
280
281
282
283
 
284
285
286
 
280
281
282
 
283
284
285
286
@@ -280,7 +280,7 @@
  path = hglib.fromunicode(self.dest_edit.text())   path = remove_ext(path)   path = remove_rev(path) - path = add_rev(path, text) + path = add_rev(path, hglib.fromunicode(text))   path = add_ext(path)   self.dest_edit.setText(path)   self.prevtarget = text