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

hgcmd: convert encoding of command-line params to local

Changeset 4be40a4720c5

Parent b5a632741e29

by Yuki KODAMA

Changes to one file · Browse files at 4be40a4720c5 Showing diff from parent b5a632741e29 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgcmd.py Stacked
 
28
29
30
31
 
32
33
34
 
28
29
30
 
31
32
33
34
@@ -28,7 +28,7 @@
    gtklib.set_tortoise_icon(self, 'hg.ico')   gtklib.set_tortoise_keys(self) - self.cmdline = cmdline + self.cmdline = [hglib.fromutf(item) for item in cmdline]   self.returncode = None   self.hgthread = None