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

reporegistry: change details() text for RepoPathItem nodes

Changeset a6c50fad612a

Parent acf97cc2941a

by Adrian Buehlmann

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

 
295
296
297
298
 
 
299
300
301
 
295
296
297
 
298
299
300
301
302
@@ -295,7 +295,8 @@
  RepoTreeItem.undump(self, xr)     def details(self): - return url.hidepassword(self._path) + path = url.hidepassword(self._path) + return _('Repository URL %s') % path      class RepoGroupItem(RepoTreeItem):