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

reporegistry: preload a clone dialog destination

Changeset be83bcb02458

Parent cc6386cfc1ff

by Adrian Buehlmann

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

 
198
199
200
201
 
202
203
204
 
198
199
200
 
201
202
203
204
@@ -198,7 +198,7 @@
  if not self.selitem:   return   root = self.selitem.internalPointer().rootpath() - d = CloneDialog(args=[root], parent=self) + d = CloneDialog(args=[root, root + '-clone'], parent=self)   d.exec_()