Show More
@@ -209,11 +209,13 b' Ensure the data got to the server OK' | |||||
209 | _insertflagprocessor(flag, processor, _flagprocessors) |
|
209 | _insertflagprocessor(flag, processor, _flagprocessors) | |
210 | File "*/mercurial/revlog.py", line *, in _insertflagprocessor (glob) |
|
210 | File "*/mercurial/revlog.py", line *, in _insertflagprocessor (glob) | |
211 | raise error.Abort(msg) |
|
211 | raise error.Abort(msg) | |
212 |
Abort: cannot |
|
212 | mercurial.error.Abort: b"cannot register multiple processors on flag '0x8'." (py3 !) | |
|
213 | Abort: cannot register multiple processors on flag '0x8'. (no-py3 !) | |||
213 | *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. |
|
214 | *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. | |
214 |
$ |
|
215 | $ hg st 2>&1 | egrep 'cannot register multiple processors|flagprocessorext' | |
215 | File "*/tests/flagprocessorext.py", line *, in extsetup (glob) |
|
216 | File "*/tests/flagprocessorext.py", line *, in extsetup (glob) | |
216 |
Abort: cannot |
|
217 | mercurial.error.Abort: b"cannot register multiple processors on flag '0x8'." (py3 !) | |
|
218 | Abort: cannot register multiple processors on flag '0x8'. (no-py3 !) | |||
217 | *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. |
|
219 | *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. | |
218 | File "*/tests/flagprocessorext.py", line *, in b64decode (glob) |
|
220 | File "*/tests/flagprocessorext.py", line *, in b64decode (glob) | |
219 |
|
221 |
General Comments 0
You need to be logged in to leave comments.
Login now