Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

workbench: use the same clone destination default as in reporegistry

Changeset 99fa95ad0a44

Parent 93480b434521

by Johan Samyn

Changes to one file · Browse files at 99fa95ad0a44 Showing diff from parent 93480b434521 Diff from another changeset...

 
559
560
561
562
 
563
564
565
 
559
560
561
 
562
563
564
565
@@ -559,7 +559,7 @@
  repoWidget = self.repoTabsWidget.currentWidget()   if repoWidget:   root = repoWidget.repo.root - args = [root, os.path.dirname(root)] + args = [root, root + '-clone']   else:   args = []   dlg = CloneDialog(args, parent=self)