Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.3, 1.0, and 1.0.1

stable commit: convert the encoding of file list

Changeset 56b6667b2817

Parent 319fa452b1f4

by Yuki KODAMA

Changes to one file · Browse files at 56b6667b2817 Showing diff from parent 319fa452b1f4 Diff from another changeset...

 
1265
1266
1267
1268
 
1269
1270
1271
 
1265
1266
1267
 
1268
1269
1270
1271
@@ -1265,7 +1265,7 @@
  text = '\n'.join(files[:5])   if len(files) > 5:   text += ' ...\n' - return text + return hglib.toutf(text)     if self.is_merge():   res = gdialog.CustomPrompt(