Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.6, 0.8, and 0.8.1

status: fix toutf reference

Changeset 3cf9c40cd9de

Parent f89a1436a902

by Steve Borho

Changes to one file · Browse files at 3cf9c40cd9de Showing diff from parent f89a1436a902 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
918
919
920
921
 
922
923
924
 
918
919
920
 
921
922
923
924
@@ -918,7 +918,7 @@
  lines = fp.readlines()   lines[-1] = lines[-1].strip('\n\r')   for line in lines: - line = gobject.markup_escape_text(hglib.toutf(line[:128])) + line = gobject.markup_escape_text(toutf(line[:128]))   if line[-1] != '\n':   line += '\n'   hunk += line