hgext/journal.py
changeset 30131 85d5708eae4e
parent 29928 e5a97ec6ebb8
child 31330 74ee10702bbf
--- a/hgext/journal.py	Sun Oct 09 09:42:46 2016 -0400
+++ b/hgext/journal.py	Mon Oct 10 05:30:14 2016 -0700
@@ -177,8 +177,8 @@
     return orig(ui, repo, repopath)
 
 class journalentry(collections.namedtuple(
-        'journalentry',
-        'timestamp user command namespace name oldhashes newhashes')):
+        u'journalentry',
+        u'timestamp user command namespace name oldhashes newhashes')):
     """Individual journal entry
 
     * timestamp: a mercurial (time, timezone) tuple