Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

hgqt/shellconf: set current item to moved item

this selects the moved item in the destination list

Changeset bf230ef59c30

Parent c51fbc0627f6

by Adrian Buehlmann

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

 
259
260
261
 
 
262
263
264
 
259
260
261
262
263
264
265
266
@@ -259,6 +259,8 @@
  return   item = fromlist.takeItem(row)   tolist.addItem(item) + tolist.setCurrentItem(item) + fromlist.setCurrentItem(None)   self.dirty = True   self.update_states()