mercurial/context.py
changeset 28307 86de91c56355
parent 28306 1778770e1982
child 28314 918b64c91e6c
--- a/mercurial/context.py	Sat Feb 27 22:25:14 2016 -0800
+++ b/mercurial/context.py	Sat Feb 27 22:34:18 2016 -0800
@@ -548,7 +548,7 @@
         return self._changeset[0]
 
     def user(self):
-        return self._changeset[1]
+        return encoding.tolocal(self._changeset[1])
     def date(self):
         return self._changeset[2]
     def files(self):