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

hgtk: convert encoding of version string to UTF-8

Changeset 7d026a991cde

Parent a80b500f6dcb

by Yuki KODAMA

Changes to one file · Browse files at 7d026a991cde Showing diff from parent a80b500f6dcb Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
552
553
554
555
 
556
557
558
 
552
553
554
 
555
556
557
558
@@ -552,7 +552,7 @@
  """output version and copyright information"""   ui.write(_('TortoiseHg Dialogs (version %s), '   'Mercurial (version %s)\n') % - (thgversion.version(), hglib.hgversion)) + (hglib.fromutf(thgversion.version()), hglib.hgversion))   if not ui.quiet:   ui.write(shortlicense)