Show More
@@ -209,11 +209,13 b' Ensure the data got to the server OK' | |||
|
209 | 209 | _insertflagprocessor(flag, processor, _flagprocessors) |
|
210 | 210 | File "*/mercurial/revlog.py", line *, in _insertflagprocessor (glob) |
|
211 | 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 | 214 | *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. |
|
214 | 215 |
$ |
|
215 | 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 | 219 | *** failed to set up extension duplicate: cannot register multiple processors on flag '0x8'. |
|
218 | 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