Comments
Patch
@@ -177,8 +177,8 @@ def unsharejournal(orig, ui, repo, repop
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
@@ -22,7 +22,6 @@
hgext/fsmonitor/pywatchman/capabilities.py: error importing: <SyntaxError> invalid or missing encoding declaration (error at __init__.py:*)
hgext/fsmonitor/pywatchman/pybser.py: error importing: <SyntaxError> invalid or missing encoding declaration (error at __init__.py:*)
hgext/fsmonitor/watchmanclient.py: error importing: <SyntaxError> invalid or missing encoding declaration (error at __init__.py:*)
- hgext/journal.py: error importing: <ValueError> Type names and field names must be valid identifiers: "b'journalentry'" (error at journal.py:*)
hgext/largefiles/basestore.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*)
hgext/largefiles/lfcommands.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*)
hgext/largefiles/lfutil.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*)