# HG changeset patch
# User Yuki KODAMA <[email protected]>
# Date 1244956097 -32400
# Node ID 7d026a991cde56973db3873f4b8577537a8e6e32
# Parent  a80b500f6dcb693a781d43e7cc6017e016b94b37
hgtk: convert encoding of version string to UTF-8

diff --git a/hggtk/hgtk.py b/hggtk/hgtk.py
--- a/hggtk/hgtk.py
+++ b/hggtk/hgtk.py
@@ -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)

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to