Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.6, 0.7, and 0.7.1

status: fix context menu actions problem on non-ascii filenames

[SF Bug 2151552]

Changeset 2b6373ad3efe

Parent 8ccb624da558

by TK Soh

Changes to one file · Browse files at 2b6373ad3efe Showing diff from parent 8ccb624da558 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
707
708
709
710
 
711
712
713
 
707
708
709
 
710
711
712
713
@@ -707,7 +707,7 @@
    list, paths = selection.get_selected_rows()   path = paths[0] - handler(list[path][1], list[path][2]) + handler(list[path][1], list[path][3])   return True