##// END OF EJS Templates
py3: add Python 3 output for test-flagprocessor.t...
Gregory Szorc -
r41661:3e9c6cef default
parent child Browse files
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 register multiple processors on flag '0x8'.
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 $ hg st 2>&1 | egrep 'cannot register multiple processors|flagprocessorext'
215 216 File "*/tests/flagprocessorext.py", line *, in extsetup (glob)
216 Abort: cannot register multiple processors on flag '0x8'.
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