Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable commit: handle non ASCII encoded filenames correctly (fixes #205)

Changeset 0cc8c6869f5a

Parent 0a56fd5112de

by André Sintzoff

Changes to one file · Browse files at 0cc8c6869f5a Showing diff from parent 0a56fd5112de Diff from another changeset...

 
261
262
263
 
264
265
266
 
261
262
263
264
265
266
267
@@ -261,6 +261,7 @@
  self._apis = QsciAPIs(self.msgte.lexer())   tokens = set()   for e in self.stwidget.getChecked(): + e = hglib.tounicode(e)   tokens.add(e)   tokens.add(os.path.basename(e))   tokens.add(wfile)