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

status: decode move target selection

I'm fairly certain this will fix #5

Changeset add2630acc11

Parent ce465921a377

by Steve Borho

Changes to one file · Browse files at add2630acc11 Showing diff from parent ce465921a377 Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​status.py Stacked
 
19
20
21
22
 
23
24
25
 
1145
1146
1147
1148
 
1149
1150
1151
 
19
20
21
 
22
23
24
25
 
1145
1146
1147
 
1148
1149
1150
1151
@@ -19,7 +19,7 @@
 from mercurial import cmdutil, util, ui, hg, commands, patch, mdiff  from mercurial import merge as merge_  from shlib import shell_notify -from hglib import toutf, rootpath, diffexpand +from hglib import toutf, fromutf, rootpath, diffexpand  from gdialog import *  from dialog import entry_dialog  import hgshelve @@ -1145,7 +1145,7 @@
  return True     # move the files to dest directory - move_list.append(destdir) + move_list.append(fromutf(destdir))   self._hg_move(move_list)   else:   Prompt('Nothing Moved', 'No movable files selected\n\n'