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

history: add hash '#' to bad character list

Changeset 7d0b45077f6a

Parent 2cfa718399df

by Steve Borho

Changes to one file · Browse files at 7d0b45077f6a Showing diff from parent 2cfa718399df Diff from another changeset...

 
895
896
897
898
 
899
900
901
 
895
896
897
 
898
899
900
901
@@ -895,7 +895,7 @@
    path = combo.get_child().get_text()   bfile = path - for badchar in (':', '*', '\\', '?'): + for badchar in (':', '*', '\\', '?', '#'):   bfile = bfile.replace(badchar, '')   bfile = bfile.replace('/', '_')   bfile = os.path.join(self.bundledir, bfile) + '.hg'