Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1.6, 1.1.6.1, and 1.1.7

stable statusact: bring rename command table key up to date

This method of building command arguments is fairly fragile. I'm glad we
did not bring this over to the Qt side.

Closes #1592

Changeset 2cf8cfa77c32

Parent dbe53c64a3ae

by Steve Borho

Changes to one file · Browse files at 2cf8cfa77c32 Showing diff from parent dbe53c64a3ae Diff from another changeset...

 
73
74
75
76
 
77
78
79
 
73
74
75
 
76
77
78
79
@@ -73,7 +73,7 @@
  return     # Create new opts, so nothing unintented gets through - moveopts = self.stat.merge_opts(commands.table['rename|mv'][1], + moveopts = self.stat.merge_opts(commands.table['rename|move|mv'][1],   ('include', 'exclude'))   def dohgmove():   #moveopts['force'] = True