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

stable fileview: handle non ASCII encoded filenames correctly

Changeset bb0a354e034c

Parent 41e4d560a4ad

by André Sintzoff

Changes to one file · Browse files at bb0a354e034c Showing diff from parent 41e4d560a4ad Diff from another changeset...

 
276
277
278
279
 
 
280
281
282
 
276
277
278
 
279
280
281
282
283
@@ -276,7 +276,8 @@
  filename, status = self._filename, self._status   else:   self._filename, self._status = filename, status - + if isinstance(filename, (unicode, QString)): + filename = hglib.fromunicode(filename)   if rev is not None:   self._p_rev = rev