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

reporegistry: add missing '...' for clone

Changeset cc6386cfc1ff

Parent 3b3ffd739f91

by Adrian Buehlmann

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

 
100
101
102
103
 
104
105
106
 
100
101
102
 
103
104
105
106
@@ -100,7 +100,7 @@
  _("Pull from remote"), None, self.pull),   ("editpath", _("Edit URL..."), None,   _("Edit Repository URL"), None, self.editPath), - ("clone", _("Clone"), None, + ("clone", _("Clone..."), None,   _("Clone Repository"), None, self.cloneRepo),   ]   return a