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

stable filedialogs: handle non ASCII encoded filenames correctly

Changeset 5d0520eb19c9

Parent e964c1700832

by André Sintzoff

Changes to one file · Browse files at 5d0520eb19c9 Showing diff from parent e964c1700832 Diff from another changeset...

 
47
48
49
 
 
50
51
52
 
47
48
49
50
51
52
53
54
@@ -47,6 +47,8 @@
  self.setRepoViewer(repoviewer)   self._show_rev = None   + if isinstance(filename, (unicode, QString)): + filename = hglib.fromunicode(filename)   self.filename = filename   self.findLexer()