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

Merge with stable

Changeset 1e4f64c84929

Parents 37151cda4a83

Parents 5112a3c99143

by Steve Borho

Changes to one file · Browse files at 1e4f64c84929 Showing diff from parent 37151cda4a83 5112a3c99143 Diff from another changeset...

 
217
218
219
220
 
 
221
222
223
 
217
218
219
 
220
221
222
223
224
@@ -217,7 +217,8 @@
  return _('Local Repository %s') % hglib.tounicode(self._root)     def getRepoItem(self, reporoot): - if reporoot == self._root: + if (reporoot == self._root or + (os.name == 'nt' and reporoot.lower() == self._root.lower())):   return self   return None