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

hgcmd: backout 4be40a4720c5

This caused a regression. Users of this dialog must ensure cmdline is
in local encoding. Fixes #306

Changeset 1fac7cbd4f46

Parent 0dcbf45782dc

by Steve Borho

Changes to one file · Browse files at 1fac7cbd4f46 Showing diff from parent 0dcbf45782dc 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 = [hglib.fromutf(item) for item in cmdline] + self.cmdline = cmdline   self.returncode = None   self.hgthread = None