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 RepoItem nodes (again)

Changeset acf97cc2941a

Parent 284e9666e11f

by Adrian Buehlmann

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

 
224
225
226
227
 
228
229
230
 
224
225
226
 
227
228
229
230
@@ -224,7 +224,7 @@
  self._setttingsdlg.show()     def details(self): - return _('Repository at %s') % self._root + return _('Local repository %s') % self._root      class RepoPathsItem(RepoTreeItem):