Show More
@@ -177,8 +177,8 b' def unsharejournal(orig, ui, repo, repop' | |||||
177 | return orig(ui, repo, repopath) |
|
177 | return orig(ui, repo, repopath) | |
178 |
|
178 | |||
179 | class journalentry(collections.namedtuple( |
|
179 | class journalentry(collections.namedtuple( | |
180 | 'journalentry', |
|
180 | u'journalentry', | |
181 | 'timestamp user command namespace name oldhashes newhashes')): |
|
181 | u'timestamp user command namespace name oldhashes newhashes')): | |
182 | """Individual journal entry |
|
182 | """Individual journal entry | |
183 |
|
183 | |||
184 | * timestamp: a mercurial (time, timezone) tuple |
|
184 | * timestamp: a mercurial (time, timezone) tuple |
@@ -23,7 +23,6 b'' | |||||
23 | hgext/fsmonitor/pywatchman/capabilities.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) |
|
23 | hgext/fsmonitor/pywatchman/capabilities.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) | |
24 | hgext/fsmonitor/pywatchman/pybser.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) |
|
24 | hgext/fsmonitor/pywatchman/pybser.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) | |
25 | hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) |
|
25 | hgext/fsmonitor/watchmanclient.py: error importing: <ImportError> No module named 'pybser' (error at __init__.py:*) | |
26 | hgext/journal.py: error importing: <ValueError> Type names and field names must be valid identifiers: "b'journalentry'" (error at journal.py:*) |
|
|||
27 | hgext/largefiles/basestore.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*) |
|
26 | hgext/largefiles/basestore.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*) | |
28 | hgext/largefiles/lfcommands.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*) |
|
27 | hgext/largefiles/lfcommands.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*) | |
29 | hgext/largefiles/lfutil.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*) |
|
28 | hgext/largefiles/lfutil.py: error importing: <SyntaxError> cannot mix bytes and nonbytes literals (subversion.py, line 533) (error at convcmd.py:*) |
General Comments 0
You need to be logged in to leave comments.
Login now