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

archive: convert path from utf8

Changeset dca6906a5926

Parent 32f72ec98922

by Emmanuel Rosa

Changes to one file · Browse files at dca6906a5926 Showing diff from parent 32f72ec98922 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​archive.py Stacked
 
199
200
201
202
 
203
204
205
 
199
200
201
 
202
203
204
205
@@ -199,7 +199,7 @@
    cmdline.append('-t')   cmdline.append(self.get_selected_archive_type()['type']) - cmdline.append(self.destentry.get_text()) + cmdline.append(hglib.fromutf(self.destentry.get_text()))     dlg = hgcmd.CmdDialog(cmdline)   dlg.run()