Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hglib: give appropriate warning on ugliness of canonpaths

Changeset 9e815f5a66cf

Parent fcea131f52a0

by Steve Borho

Changes to one file · Browse files at 9e815f5a66cf Showing diff from parent fcea131f52a0 Diff from another changeset...

Change 1 of 1 Show Entire File thgutil/​hglib.py Stacked
 
114
115
116
 
 
117
118
119
 
114
115
116
117
118
119
120
121
@@ -114,6 +114,8 @@
   def canonpaths(list):   'Get canonical paths (relative to root) for list of files' + # This is a horrible hack. Please remove this when HG acquires a + # decent case-folding solution.   canonpats = []   cwd = os.getcwd()   root = paths.find_root(cwd)