Job try-1cb7facd85b47da76154fa71d09576a2e89aa6a4-debian10-cpython-3.7-0

Repo:try
Node:1cb7facd85b47da76154fa71d09576a2e89aa6a4
Name:debian10-cpython-3.7
Scheduled At:2019-10-17T04:32:03
Started At:2019-10-17T04:32:11
Finished At:2019-10-17T04:39:22

Failed Tests

test-bookmarks-corner-case.t

--- /hgwork/src/tests/test-bookmarks-corner-case.t
+++ /hgwork/src/tests/test-bookmarks-corner-case.t.err
@@ -201,7 +201,6 @@
   pushing to ssh://user@dummy/bookrace-server
   searching for changes
   remote: setting raced push up
-  remote has heads on branch 'default' that are not known locally: f26c3b5167d1
   remote: adding changesets
   remote: adding manifests
   remote: adding file changes
@@ -220,7 +219,6 @@
   |  summary:     A1
   |
   | o  changeset:   3:f26c3b5167d1
-  | |  bookmark:    book-B
   | |  user:        test
   | |  date:        Thu Jan 01 00:00:00 1970 +0000
   | |  summary:     B1
@@ -243,4 +241,3 @@
   
   $ hg -R bookrace-server book
      book-A                    4:9ce3b28c16de
-     book-B                    3:f26c3b5167d1

test-check-module-imports.t

--- /hgwork/src/tests/test-check-module-imports.t
+++ /hgwork/src/tests/test-check-module-imports.t.err
@@ -38,3 +38,6 @@
   > -X tests/test-imports-checker.t    > -X tests/test-verify-repo-operations.py    > | sed 's-\-/-g' | "$PYTHON" "$import_checker" -
+  contrib/ci/lambda_functions/ci.py:20: direct symbol import Key from boto3.dynamodb.conditions
+  contrib/ci/lambda_functions/web.py:16: direct symbol import Key from boto3.dynamodb.conditions
+  [1]

test-convert-tla.t

--- /hgwork/src/tests/test-convert-tla.t
+++ /hgwork/src/tests/test-convert-tla.t.err
@@ -96,15 +96,8 @@
   $ hg convert tla-repo tla-repo-hg
   initializing destination tla-repo-hg repository
   analyzing tree version tla@mercurial--convert/tla--test--0...
-  scanning source...
-  sorting...
-  converting...
-  5 initial import
-  4 added a file, src and src/b (binary)
-  3 added link to a and modify a
-  2 added second link and modify b
-  1 file to link and link to file test
-  0 move and rename a-link-2 file and src directory
+  abort: could not parse cat-log of tla@mercurial--convert/tla--test--0--patch-5
+  [255]
   $ tla register-archive -d tla@mercurial--convert
   $ glog()
   > {
@@ -114,21 +107,5 @@
 show graph log
 
   $ glog -R tla-repo-hg
-  o  5 "move and rename a-link-2 file and src directory" files: c src/a-link src/a-link-2 src/b test/a-link test/b
-  |
-  o  4 "file to link and link to file test" files: src/a-link-2 src/b
-  |
-  o  3 "added second link and modify b" files: src/a-link-2 src/b
-  |
-  o  2 "added link to a and modify a" files: a src/a-link
-  |
-  o  1 "added a file, src and src/b (binary)" files: a src/b
-  |
-  o  0 "initial import" files:
-  
   $ hg up -q -R tla-repo-hg
   $ hg -R tla-repo-hg manifest --debug
-  c4072c4b72e1cabace081888efa148ee80ca3cbb 644   a
-  0201ac32a3a8e86e303dff60366382a54b48a72e 644   c
-  c0067ba5ff0b7c9a3eb17270839d04614c435623 644 @ test/a-link
-  375f4263d86feacdea7e3c27100abd1560f2a973 644 @ test/b

test-hook.t

--- /hgwork/src/tests/test-hook.t
+++ /hgwork/src/tests/test-hook.t.err
@@ -978,9 +978,24 @@
   SyntaxError: * (glob)
   exception from second failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named hgext_syntaxerror
+  SyntaxError: unexpected EOF while parsing
+  
+  During handling of the above exception, another exception occurred:
+  
   Traceback (most recent call last):
-  HookLoadError: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
+  ModuleNotFoundError: No module named 'hgext_syntaxerror'
+  Traceback (most recent call last):
+  SyntaxError: unexpected EOF while parsing
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'hgext_syntaxerror'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  mercurial.error.HookLoadError: b'preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed'
   abort: preoutgoing.syntaxerror hook is invalid: import of "syntaxerror" failed
 
   $ echo '[hooks]' > ../a/.hg/hgrc
@@ -1113,7 +1128,7 @@
 
   $ hg id
   loading pre-identify.npmd hook failed:
-  abort: No module named repo!
+  abort: No module named 'repo'!
   [255]
 
   $ cd ../../b
@@ -1133,12 +1148,27 @@
   $ hg --traceback commit -ma 2>&1 | egrep -v '^( +File|    [a-zA-Z(])'
   exception from first failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named somebogusmodule
+  ModuleNotFoundError: No module named 'somebogusmodule'
   exception from second failed import attempt:
   Traceback (most recent call last):
-  ImportError: No module named hgext_importfail
+  ModuleNotFoundError: No module named 'somebogusmodule'
+  
+  During handling of the above exception, another exception occurred:
+  
   Traceback (most recent call last):
-  HookLoadError: precommit.importfail hook is invalid: import of "importfail" failed
+  ModuleNotFoundError: No module named 'hgext_importfail'
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'somebogusmodule'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  ModuleNotFoundError: No module named 'hgext_importfail'
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+  mercurial.error.HookLoadError: b'precommit.importfail hook is invalid: import of "importfail" failed'
   abort: precommit.importfail hook is invalid: import of "importfail" failed
 
 Issue1827: Hooks Update & Commit not completely post operation

test-install.t

--- /hgwork/src/tests/test-install.t
+++ /hgwork/src/tests/test-install.t.err
@@ -155,12 +155,132 @@
 
 debuginstall extension support
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false | grep atchman
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.4 (default, Oct 16 2019, 02:25:16) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+610-1cb7facd85b4)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 848, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 103, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 27, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
   fsmonitor checking for watchman binary... (false)
-   watchman binary missing or broken: warning: Watchman unavailable: watchman exited with code 1
 Verify the json works too:
   $ hg debuginstall --config extensions.fsmonitor= --config fsmonitor.watchman_exe=false -Tjson | grep atchman
-    "fsmonitor-watchman": "false",
-    "fsmonitor-watchman-error": "warning: Watchman unavailable: watchman exited with code 1",
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.4 (default, Oct 16 2019, 02:25:16) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.1.2+610-1cb7facd85b4)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 848, in _resolvesockname
+      raise WatchmanError("watchman exited with code %d" % exitcode)
+  hgext.fsmonitor.pywatchman.WatchmanError: watchman exited with code 1
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 103, in _command
+      raise Unavailable(str(ex))
+  hgext.fsmonitor.watchmanclient.Unavailable: <exception str() failed>
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 27, in __str__
+      return b'warning: Watchman unavailable: %s' % self.msg
+  TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'str'
+  [1]
 
 
 #if test-repo

test-lfs-serve-access.t

--- /hgwork/src/tests/test-lfs-serve-access.t
+++ /hgwork/src/tests/test-lfs-serve-access.t.err
@@ -354,7 +354,7 @@
   $LOCALIP - - [$ERRDATE$] HG error:      localstore.download(oid, req.bodyfh) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      super(badstore, self).download(oid, src) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      _(b'corrupt remote lfs object: %s') % oid (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'corrupt remote lfs object: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
   $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/.hg/lfs/objects/276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d': (glob)
   Traceback (most recent call last):
@@ -362,8 +362,8 @@
       self.do_hgweb()
       for chunk in self.server.application(env, self._start_response):
       for r in self._runwsgi(req, res, repo):
+      return func(*(args + a), **kw) (no-py3 !)
       rctx, req, res, self.check_perm
-      return func(*(args + a), **kw) (no-py3 !)
       rctx.repo, req, res, lambda perm: checkperm(rctx, req, perm)
       res.setbodybytes(localstore.read(oid))
       blob = self._read(self.vfs, oid, verify)
@@ -376,7 +376,7 @@
   $LOCALIP - - [$ERRDATE$] HG error:      blob = self._read(self.vfs, oid, verify) (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      blobstore._verify(oid, b'dummy content') (glob)
   $LOCALIP - - [$ERRDATE$] HG error:      hint=_(b'run hg verify'), (glob)
-  $LOCALIP - - [$ERRDATE$] HG error:  LfsCorruptionError: detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d (glob)
+  $LOCALIP - - [$ERRDATE$] HG error:  hgext.lfs.blobstore.LfsCorruptionError: b'detected corrupt lfs object: 276f73cfd75f9fb519810df5f5d96d6594ca2521abd86cbcd92122f7d51a1f3d'
   $LOCALIP - - [$ERRDATE$] HG error:   (glob)
 
 Basic Authorization headers are returned by the Batch API, and sent back with

test-notify.t

--- /hgwork/src/tests/test-notify.t
+++ /hgwork/src/tests/test-notify.t.err
@@ -421,36 +421,28 @@
   >   -m `"$PYTHON" -c 'print("àáâãä")'`
   $ hg --traceback --cwd b --encoding utf-8 pull ../a |    >   "$PYTHON" $TESTTMP/filter.py
+  error: incoming.notify hook raised an exception: 'ascii' codec can't encode characters in position 42-51: ordinal not in range(128)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/hook.py", line 114, in pythonhook
+      r = obj(ui=ui, repo=repo, hooktype=htype, **pycompat.strkwargs(args))
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/notify.py", line 406, in send
+      msg = mail.mimeencode(self.ui, payload, self.charsets, self.test)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/mail.py", line 423, in mimeencode
+      return mimetextqp(s, b'plain', cs)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/mail.py", line 298, in mimetextqp
+      msg.set_payload(body, cs)
+    File "/hgdev/pyenv/versions/3.7.4/lib/python3.7/email/message.py", line 315, in set_payload
+      payload = payload.encode(charset.output_charset)
+  UnicodeEncodeError: 'ascii' codec can't encode characters in position 42-51: ordinal not in range(128)
   pulling from ../a
   searching for changes
   adding changesets
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets 0f25f9c22b4c
-  MIME-Version: 1.0
-  Content-Type: text/plain; charset="us-ascii"
-  Content-Transfer-Encoding: 8bit
-  X-Test: foo
-  Date: * (glob)
-  Subject: à... (esc)
-  From: test@test.com
-  X-Hg-Notification: changeset 0f25f9c22b4c
-  Message-Id: <*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 0f25f9c22b4c in b
-  description: àáâãä (esc)
-  diffstat:
-   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-  
-  diffs (7 lines):
-  
-  diff -r fccf66cd0c35 -r 0f25f9c22b4c a
-  --- a/a	Thu Jan 01 00:00:03 1970 +0000
-  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
-  @@ -1,2 +1,3 @@ a a
-  +a
+  new changesets 5e14b89ad3da
   (run 'hg update' to get a working copy)
 
 long lines
@@ -470,48 +462,31 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets a846b5f6ebb7
-  notify: sending 2 subscribers 1 changes
+  new changesets fecd12eab950
+  error: incoming.notify hook failed: decoding near 'nononononoф': 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)! (esc)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/encoding.py", line 205, in fromlocal
+      u = s.decode(_sysstr(encoding), _sysstr(encodingmode))
+  UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)
+  
+  During handling of the above exception, another exception occurred:
+  
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/hook.py", line 114, in pythonhook
+      r = obj(ui=ui, repo=repo, hooktype=htype, **pycompat.strkwargs(args))
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/notify.py", line 553, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/hgext/notify.py", line 387, in send
+      msg = p.parsestr(encoding.strfromlocal(data))
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/encoding.py", line 223, in unifromlocal
+      return fromlocal(s).decode('utf-8')
+    File "/hgwork/tmp/hgtests.yy9nae5s/install/lib/python/mercurial/encoding.py", line 210, in fromlocal
+      b"decoding near '%s': %s!" % (sub, pycompat.bytestr(inst))
+  mercurial.error.Abort: b"decoding near 'nononononoф': 'ascii' codec can't decode byte 0xd1 in position 1328: ordinal not in range(128)!"
   (run 'hg update' to get a working copy)
   $ "$PYTHON" $TESTTMP/filter.py < b/mbox
-  From test@test.com ... ... .. ..:..:.. .... (re)
-  MIME-Version: 1.0
-  Content-Type: text/plain; charset="*" (glob)
-  Content-Transfer-Encoding: quoted-printable
-  X-Test: foo
-  Date: * (glob)
-  Subject: long line
-  From: test@test.com
-  X-Hg-Notification: changeset a846b5f6ebb7
-  Message-Id: <hg.a846b5f6ebb7.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset a846b5f6ebb7 in b
-  description: long line
-  diffstat:
-   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
-  
-  diffs (8 lines):
-  
-  diff -r 0f25f9c22b4c -r a846b5f6ebb7 a
-  --- a/a	Thu Jan 01 00:00:00 1970 +0000
-  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
-  @@ -1,3 +1,4 @@ a a a
-  +nonononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nononononononononononononononononononononononononononononononononononononon=
-  ononononononononononononononononononononononononononononononononononononono=
-  nonononononononononononono=D1=84
-  
+  $TESTTMP.sh: 128: $TESTTMP.sh: cannot open b/mbox: No such file
+  [2]
  revset selection: send to address that matches branch and repo
 
   $ cat << EOF >> $HGRCPATH
@@ -540,7 +515,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets f7e5aaed4080
+  new changesets cfdce462aac0
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -548,11 +523,11 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset f7e5aaed4080
-  Message-Id: <hg.f7e5aaed4080.*.*@*> (glob)
+  X-Hg-Notification: changeset cfdce462aac0
+  Message-Id: <hg.cfdce462aac0.1571286937.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
   To: baz@test.com, foo@bar, notify@example.com
   
-  changeset f7e5aaed4080 in b
+  changeset cfdce462aac0 in b
   description: test
   (run 'hg update' to get a working copy)
 
@@ -570,7 +545,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 0 changes to 0 files (+1 heads)
-  new changesets 645eb6690ecf
+  new changesets 424ada2957e5
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -578,11 +553,11 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset 645eb6690ecf
-  Message-Id: <hg.645eb6690ecf.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 645eb6690ecf in b
+  X-Hg-Notification: changeset 424ada2957e5
+  Message-Id: <hg.424ada2957e5.1571286937.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 424ada2957e5 in b
   description: test
   (run 'hg heads' to see heads)
 
@@ -599,12 +574,12 @@
   Date: * (glob)
   Subject: changeset in b: default template
   From: test@test.com
-  X-Hg-Notification: changeset 5cd4346eed47
-  Message-Id: <hg.5cd4346eed47.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset 5cd4346eed47 in $TESTTMP/b
-  details: http://test/b?cmd=changeset;node=5cd4346eed47
+  X-Hg-Notification: changeset eec6221c8a43
+  Message-Id: <hg.eec6221c8a43.1571286938.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset eec6221c8a43 in $TESTTMP/b
+  details: http://test/b?cmd=changeset;node=eec6221c8a43
   description: default template
 
 with style:
@@ -628,11 +603,11 @@
   Date: * (glob)
   Subject: with style
   From: test@test.com
-  X-Hg-Notification: changeset ec8d9d852f56
-  Message-Id: <hg.ec8d9d852f56.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset ec8d9d852f56
+  X-Hg-Notification: changeset 7955a56097d3
+  Message-Id: <hg.7955a56097d3.1571286939.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 7955a56097d3
 
 with template (overrides style):
 
@@ -649,10 +624,10 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
-  Subject: 14721b538ae3: with template
-  From: test@test.com
-  X-Hg-Notification: changeset 14721b538ae3
-  Message-Id: <hg.14721b538ae3.*.*@*> (glob)
+  Subject: 82bb0b6eb499: with template
+  From: test@test.com
+  X-Hg-Notification: changeset 82bb0b6eb499
+  Message-Id: <hg.82bb0b6eb499.1571286939.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   with template
@@ -682,21 +657,21 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets b86bc16ff894
+  new changesets dfca204f4cee
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
   Subject: addfunction
   From: test@test.com
-  X-Hg-Notification: changeset b86bc16ff894
-  Message-Id: <hg.b86bc16ff894.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset b86bc16ff894
+  X-Hg-Notification: changeset dfca204f4cee
+  Message-Id: <hg.dfca204f4cee.1571286940.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset dfca204f4cee
   diffs (11 lines):
   
-  diff -r 14721b538ae3 -r b86bc16ff894 f1
+  diff -r 82bb0b6eb499 -r dfca204f4cee f1
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
   @@ -0,0 +1,7 @@
@@ -725,21 +700,21 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets e81040e9838c
+  new changesets 23ea51ca9d20
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Date: * (glob)
   Subject: changefunction
   From: test@test.com
-  X-Hg-Notification: changeset e81040e9838c
-  Message-Id: <hg.e81040e9838c.*.*@*> (glob)
-  To: baz@test.com, foo@bar
-  
-  changeset e81040e9838c
+  X-Hg-Notification: changeset 23ea51ca9d20
+  Message-Id: <hg.23ea51ca9d20.1571286941.5544004219430720621@ip-172-31-60-41.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 23ea51ca9d20
   diffs (12 lines):
   
-  diff -r b86bc16ff894 -r e81040e9838c f1
+  diff -r dfca204f4cee -r 23ea51ca9d20 f1
   --- a/f1	Thu Jan 01 00:00:00 1970 +0000
   +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
   @@ -2,6 +2,6 @@ int main() {

Skipped Tests

Long Tests

DurationTest
151.4stest-merge-combination.t
115.8stest-revset.t
101.2stest-obsolete-bundle-strip.t
98.8stest-bookmarks-pushpull.t#b2-binary
98.2stest-bookmarks-pushpull.t#b2-pushkey
97.7stest-subrepo.t
92.4stest-obsolete.t
87.7stest-largefiles.t
87.2stest-log.t
85.4stest-template-functions.t
84.8stest-graft.t#abortcommand
84.6stest-graft.t#abortflag
79.1stest-mq.t
76.8stest-largefiles-misc.t
76.0stest-rebase-obsolete.t
75.4stest-glog.t
75.3stest-glog-beautifygraph.t
75.0stest-import.t
71.6stest-obsmarker-template.t
68.8stest-merge-tools.t
63.9stest-bundle2-exchange.t#sshv1
63.9stest-http-permissions.t
63.7stest-bundle2-exchange.t#sshv2
63.3stest-fix.t
60.4stest-commit-amend.t
60.3stest-shelve.t#stripbased
60.2stest-shelve.t#phasebased
59.6stest-update-branches.t
58.5stest-check-pylint.t
58.3stest-largefiles-update.t
57.7stest-rename-merge2.t
57.5stest-revset2.t
56.2stest-strip.t
54.9stest-copies.t#compatibility
54.8stest-bookmarks.t
54.7stest-subrepo-git.t
54.4stest-copies.t#changeset
54.4stest-copies.t#sidedata
54.3stest-copies.t#filelog
54.3stest-shelve2.t#phasebased#abortcommand#continuecommand
54.0stest-shelve2.t#phasebased#abortflag#continueflag
53.9stest-shelve2.t#phasebased#abortcommand#continueflag
53.8stest-shelve2.t#phasebased#abortflag#continuecommand
52.9stest-shelve2.t#stripbased#abortcommand#continueflag
52.9stest-shelve2.t#stripbased#abortflag#continuecommand
52.8stest-shelve2.t#stripbased#abortcommand#continuecommand
52.4stest-shelve2.t#stripbased#abortflag#continueflag
52.3stest-phases-exchange.t
51.6stest-keyword.t
51.4stest-merge-force.t
49.7stest-lfs.t
49.6stest-template-basic.t
49.5stest-push-warn.t
48.2stest-mq-subrepo.t
47.9stest-push-race.t#unrelated
47.6stest-obsolete-divergent.t
47.5stest-template-keywords.t
47.5stest-merge-changedelete.t
47.5stest-push-race.t#strict
47.2stest-narrow.t#flat#lfs-on
47.2stest-mv-cp-st-diff.t
47.2stest-narrow.t#tree#lfs-on
47.2stest-run-tests.t
47.2stest-clone.t#sshv1
47.1stest-clone.t#sshv2
46.1stest-transplant.t#commandmode
45.8stest-annotate.t
45.8stest-transplant.t#continueflag
45.5stest-revert.t
45.3stest-copytrace-heuristics.t
44.6stest-mq-header-date.t
43.4stest-convert-filemap.t
43.1stest-mq-header-from.t
42.8stest-bisect.t
40.7stest-fileset.t
39.8stest-narrow.t#tree#lfs-off
39.7stest-narrow.t#flat#lfs-off
39.5stest-rebase-inmemory.t
39.2stest-resolve.t
39.2stest-tags.t
38.4stest-template-map.t
37.8stest-uncommit.t
37.2stest-rebase-scenario-global.t
35.9stest-init.t
35.6stest-subrepo-deep-nested-change.t
35.5stest-tag.t
35.0stest-backout.t
34.6stest-contrib-perf.t
34.4stest-treemanifest.t
33.6stest-remotefilelog-repack.t
33.6stest-mq-guards.t
33.6stest-treediscovery.t
32.6stest-branches.t
32.5stest-ssh-proto.t
32.3stest-censor.t
31.5stest-check-code.t
31.3stest-hook.t
30.9stest-commit-interactive.t
30.8stest-commit.t
30.5stest-rebase-collapse.t
30.3stest-check-pyflakes.t
30.3stest-bisect2.t
30.2stest-rename.t
30.2stest-help.t
29.9stest-remotefilelog-repack-fast.t
29.9stest-narrow-share.t#flat
29.9stest-copies-unrelated.t#compatibility
29.9stest-copies-unrelated.t#changeset
29.8stest-copies-unrelated.t#filelog
29.8stest-status.t
29.7stest-bundle.t
29.7stest-alias.t
29.7stest-copies-unrelated.t#sidedata
29.6stest-narrow-share.t#tree
29.5stest-histedit-fold.t
29.0stest-remotefilelog-bgprefetch.t
28.4stest-largefiles-wireproto.t#sshv2
28.4stest-narrow-widen-no-ellipsis.t#flat
28.4stest-narrow-widen-no-ellipsis.t#tree
28.3stest-largefiles-wireproto.t#sshv1
28.2stest-narrow-clone.t
28.2stest-hgwebdir.t
28.2stest-ssh.t#sshv2
28.0stest-narrow-widen.t#tree
28.0stest-narrow-widen.t#flat
27.9stest-ssh.t#sshv1
27.9stest-subrepo-svn.t
27.8stest-automv.t
27.7stest-archive.t
27.5stest-newbranch.t
27.4stest-rebase-abort.t#abortcommand#continuecommand
27.4stest-rebase-abort.t#abortcommand#continueflag
27.2stest-rebase-abort.t#abortflag#continuecommand
27.1stest-rebase-abort.t#abortflag#continueflag
27.0stest-fastannotate-hg.t
27.0stest-https.t
26.8stest-mq-qpush-fail.t
26.7stest-issue3084.t
26.7stest-merge-no-file-change.t
26.4stest-extension.t
26.3stest-fetch.t
26.3stest-obshistory.t
26.3stest-convert-cvs-detectmerge.t
26.1stest-histedit-obsolete.t#abortflag
26.1stest-histedit-obsolete.t#abortcommand
26.1stest-phases.t
25.9stest-eol.t
25.8stest-ssh-bundle1.t#sshv1
25.7stest-ssh-bundle1.t#sshv2
25.3stest-acl.t
25.1stest-histedit-arguments.t#abortflag
24.9stest-histedit-arguments.t#abortcommand
24.6stest-show-stack.t
24.6stest-convert-git.t
24.5stest-bheads.t
24.5stest-setdiscovery.t
24.5stest-remotefilelog-prefetch.t
24.4stest-narrow-clone-nonlinear.t
24.4stest-convert-cvs.t
23.9stest-rename-merge1.t
23.8stest-convert-hg-sink.t
23.7stest-obsolete-distributed.t
23.7stest-bookflow.t
23.7stest-http-bad-server.t
23.4stest-absorb.t
22.8stest-import-git.t
22.8stest-patchbomb.t
22.7stest-git-export.t
22.6stest-lfs-serve.t#lfsremote-on
22.3stest-split.t#obsstore-on
22.3stest-branch-change.t
22.3stest-mq-qnew.t
22.0stest-rebase-cache.t
21.9stest-hghave.t
21.9stest-grep.t
21.9stest-merge1.t
21.8stest-upgrade-repo.t
21.6stest-mq-qpush-exact.t
21.5stest-remove.t
21.5stest-sparse.t
21.4stest-amend.t#obsstore-on
21.3stest-audit-subrepo.t
21.3stest-narrow-shallow-merges.t
21.3stest-unamend.t
21.2stest-treediscovery-legacy.t
21.1stest-rebase-parameters.t
21.1stest-rebase-dest.t
20.9stest-amend.t#obsstore-off
20.8stest-walk.t
20.7stest-convert-cvs-synthetic.t
20.7stest-bundle-r.t
20.5stest-split.t#obsstore-off
20.5stest-histedit-edit.t
20.4stest-copy-move-merge.t
20.1stest-show-work.t
20.1stest-narrow-clone-stream.t#flat-fncache
20.0stest-debugcommands.t

Timeline

test-contrib-check-code.t (1.43s)test-contrib-perf.t (34.61s)test-obsolete-checkheads.t (14.62s)test-merge-combination.t (151.43s)test-run-tests.t (47.16s)test-contrib-check-commit.t (0.14s)test-imports-checker.t (0.94s)test-push-race.t#strict (47.51s)test-push-race.t#unrelated (47.85s)test-check-code.t (31.47s)test-push-checkheads-unpushed-D4.t (6.43s)test-push-checkheads-unpushed-D3.t (6.29s)test-push-checkheads-unpushed-D5.t (6.50s)test-check-py3-compat.t (5.08s)test-push-checkheads-pruned-B8.t (7.22s)test-push-checkheads-superceed-A7.t (6.33s)test-push-checkheads-superceed-A6.t (6.23s)test-rebase-check-restore.t (6.47s)test-push-checkheads-unpushed-D7.t (6.56s)test-largefiles-update.t (58.31s)test-push-checkheads-unpushed-D2.t (5.51s)test-push-checkheads-pruned-B5.t (5.66s)test-push-checkheads-superceed-A3.t (5.50s)test-push-checkheads-superceed-A2.t (5.42s)test-push-checkheads-pruned-B2.t (4.76s)test-push-checkheads-pruned-B3.t (4.82s)test-push-checkheads-pruned-B4.t (4.61s)test-push-checkheads-unpushed-D6.t (5.12s)test-push-checkheads-partial-C2.t (4.24s)test-push-checkheads-partial-C1.t (4.32s)test-push-checkheads-partial-C4.t (4.13s)test-push-checkheads-superceed-A8.t (4.95s)test-push-checkheads-pruned-B6.t (4.80s)test-push-checkheads-pruned-B7.t (4.83s)test-push-checkheads-partial-C3.t (4.14s)test-push-checkheads-unpushed-D1.t (4.32s)test-subrepo-svn.t (27.90s)test-push-checkheads-superceed-A4.t (4.02s)test-push-checkheads-superceed-A5.t (3.94s)test-push-checkheads-pruned-B1.t (3.17s)test-push-checkheads-superceed-A1.t (3.44s)test-copytrace-heuristics.t (45.32s)test-check-config.t (12.30s)test-glog-beautifygraph.t (75.29s)test-gendoc-ja.t (4.24s)test-check-module-imports.t (12.87s)test-convert-cvs.t (24.38s)test-help.t (30.17s)test-obsolete-bounds-checking.t (0.91s)test-gendoc.t (5.60s)test-glog.t (75.39s)test-convert-svn-sink.t (19.79s)test-check-help.t (9.01s)test-patchbomb.t (22.77s)test-convert-svn-source.t (0.10s)test-obsolete-bundle-strip.t (101.17s)test-check-pyflakes.t (30.31s)test-abort-checkin.t (0.94s)test-http-bad-server.t (23.67s)test-ssh-proto-unbundle.t (19.02s)test-obsmarker-template.t (71.55s)test-acl.t (25.34s)test-check-commit.t (1.50s)test-check-shbang.t (2.19s)test-convert-svn-move.t (0.12s)test-check-interfaces.py (0.46s)test-hgweb-commands.t (19.64s)test-hgweb-symrev.t (18.48s)test-obsolete.t (92.37s)test-upgrade-repo.t (21.81s)test-extension.t (26.40s)test-ssh-proto.t (32.51s)test-log.t (87.16s)test-check-execute.t (1.42s)test-dirstate-race.t (15.12s)test-check-pylint.t (58.55s)test-graft.t#abortcommand (84.77s)test-graft.t#abortflag (84.57s)test-convert-svn-encoding.t (0.10s)test-wireproto-content-redirects.t (4.15s)test-hgweb-filelog.t (9.22s)test-hgwebdir.t (28.22s)test-wireproto-exchangev2.t (17.40s)test-bundle2-format.t (11.13s)test-template-map.t (38.42s)test-revset.t (115.75s)test-subrepo.t (97.66s)test-convert-cvs-detectmerge.t (26.27s)test-rebase-obsolete.t (76.01s)test-largefiles.t (87.69s)test-merge-tools.t (68.76s)test-hgweb-json.t (11.13s)test-convert-cvs-synthetic.t (20.71s)test-gendoc-ro.t (4.11s)test-import.t (75.05s)test-subrepo-deep-nested-change.t (35.63s)test-bundle2-exchange.t#sshv1 (63.89s)test-bundle2-exchange.t#sshv2 (63.65s)test-phases-exchange.t (52.29s)test-bookmarks-pushpull.t#b2-binary (98.84s)test-bookmarks-pushpull.t#b2-pushkey (98.20s)test-convert-cvsnt-mergepoints.t (12.45s)test-strip.t (56.20s)test-template-functions.t (85.44s)test-commit-interactive.t (30.87s)test-merge-changedelete.t (47.52s)test-lfs.t (49.75s)test-fix.t (63.26s)test-rename-merge2.t (57.71s)test-hook.t (31.27s)test-https.t (26.98s)test-highlight.t (12.21s)test-convert-git.t (24.58s)test-http-permissions.t (63.88s)test-lfs-test-server.t#git-server (0.24s)test-lfs-test-server.t#hg-server (12.54s)test-setdiscovery.t (24.47s)test-commandserver.t (20.00s)test-clone.t#sshv1 (47.16s)test-clone.t#sshv2 (47.14s)test-bookmarks.t (54.77s)test-check-clang-format.t (2.08s)test-merge-force.t (51.40s)test-revset2.t (57.48s)test-convert-cvs-branch.t (18.65s)test-shelve.t#phasebased (60.19s)test-shelve.t#stripbased (60.33s)test-largefiles-misc.t (76.75s)test-commit-amend.t (60.42s)test-branches.t (32.58s)test-http-protocol.t (12.12s)test-hgweb-diffs.t (11.94s)test-revert.t (45.46s)test-keyword.t (51.64s)test-template-keywords.t (47.53s)test-wireproto-command-filesdata.t (8.82s)test-convert-svn-branches.t (0.11s)test-mq.t (79.11s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.31s)test-lfs-serve-access.t (13.01s)test-wireproto-command-capabilities.t (3.88s)test-generaldelta.t (13.99s)test-subrepo-git.t (54.74s)test-lfs-serve.t#lfsremote-off (7.71s)test-lfs-serve.t#lfsremote-on (22.65s)test-check-format.t (0.27s)test-transplant.t#commandmode (46.07s)test-transplant.t#continueflag (45.76s)test-treemanifest.t (34.43s)test-tags.t (39.17s)test-phases.t (26.09s)test-template-basic.t (49.60s)test-tag.t (35.49s)test-subrepo-recursion.t (18.88s)test-hgweb.t (14.14s)test-convert.t (8.38s)test-check-jshint.t (0.27s)test-http-api-httpv2.t (8.34s)test-http.t (19.75s)test-convert-filemap.t (43.44s)test-obsolete-divergent.t (47.56s)test-annotate.t (45.84s)test-bundle.t (29.75s)test-resolve.t (39.24s)test-shelve2.t#phasebased#abortcommand#continuecommand (54.29s)test-shelve2.t#phasebased#abortcommand#continueflag (53.88s)test-shelve2.t#phasebased#abortflag#continuecommand (53.83s)test-shelve2.t#phasebased#abortflag#continueflag (53.98s)test-shelve2.t#stripbased#abortcommand#continuecommand (52.80s)test-shelve2.t#stripbased#abortcommand#continueflag (52.95s)test-shelve2.t#stripbased#abortflag#continuecommand (52.86s)test-shelve2.t#stripbased#abortflag#continueflag (52.44s)test-split.t#obsstore-off (20.54s)test-split.t#obsstore-on (22.33s)test-encoding-textwrap.t (2.50s)test-obsolete-distributed.t (23.73s)test-walk.t (20.78s)test-mv-cp-st-diff.t (47.24s)test-bisect.t (42.75s)test-convert-p4-filetypes.t (0.09s)test-notify.t (10.44s)test-rebase-scenario-global.t (37.23s)test-commit.t (30.79s)test-ssh.t#sshv1 (27.94s)test-ssh.t#sshv2 (28.15s)test-bundle2-remote-changegroup.t#sshv1 (17.17s)test-bundle2-remote-changegroup.t#sshv2 (17.26s)test-clonebundles.t (17.40s)test-wireproto-exchangev2-shallow.t (5.79s)test-import-git.t (22.81s)test-mq-header-from.t (43.09s)test-i18n.t (4.28s)test-treediscovery.t (33.58s)test-bisect2.t (30.29s)test-archive.t (27.73s)test-fileset.t (40.69s)test-push-warn.t (49.45s)test-hgweb-annotate-whitespace.t (4.67s)test-remotefilelog-repack.t (33.64s)test-debugcommands.t (20.00s)test-remove.t (21.54s)test-rebase-inmemory.t (39.52s)test-clone-uncompressed.t#stream-bundle2 (19.39s)test-clone-uncompressed.t#stream-legacy (16.75s)test-alias.t (29.73s)test-ssh-bundle1.t#sshv1 (25.83s)test-ssh-bundle1.t#sshv2 (25.70s)test-mq-header-date.t (44.58s)test-wireproto-command-changesetdata.t (9.94s)test-pull-pull-corruption.t (15.08s)test-blackbox.t (12.18s)test-convert-svn-startrev.t (0.11s)test-devel-warnings.t (5.16s)test-backout.t (35.01s)test-push-http.t#bundle1 (17.53s)test-push-http.t#bundle2 (17.93s)test-rebase-collapse.t (30.54s)test-contrib-relnotes.t (1.36s)test-update-branches.t (59.58s)test-audit-subrepo.t (21.30s)test-histedit-obsolete.t#abortcommand (26.14s)test-histedit-obsolete.t#abortflag (26.14s)test-histedit-arguments.t#abortcommand (24.92s)test-histedit-arguments.t#abortflag (25.08s)test-wireproto.t (9.23s)test-globalopts.t (10.82s)test-http-bundle1.t (17.58s)test-hgweb-descend-empties.t (2.02s)test-obshistory.t (26.31s)test-fncache.t (11.07s)test-rename.t (30.24s)test-uncommit.t (37.80s)test-mq-subrepo.t (48.18s)test-fastannotate-hg.t (26.98s)test-histedit-fold.t (29.49s)test-progress.t (4.51s)test-remotefilelog-repack-fast.t (29.92s)test-log-linerange.t (8.64s)test-extdiff.t (16.97s)test-getbundle.t (5.56s)test-largefiles-wireproto.t#sshv1 (28.27s)test-largefiles-wireproto.t#sshv2 (28.43s)test-status-color.t (17.76s)test-narrow.t#flat#lfs-off (39.67s)test-narrow.t#flat#lfs-on (47.25s)test-narrow.t#tree#lfs-off (39.78s)test-narrow.t#tree#lfs-on (47.23s)test-convert-hg-sink.t (23.84s)test-logexchange.t (15.73s)test-merge-types.t (12.62s)test-histedit-commute.t (14.23s)test-censor.t (32.28s)test-lfconvert.t (16.03s)test-histedit-edit.t (20.48s)test-remotefilelog-bgprefetch.t (29.05s)test-grep.t (21.91s)test-fetch.t (26.31s)test-copies.t#changeset (54.42s)test-copies.t#compatibility (54.89s)test-copies.t#filelog (54.32s)test-copies.t#sidedata (54.42s)test-wireproto-caching.t (5.72s)test-amend.t#obsstore-off (20.86s)test-amend.t#obsstore-on (21.40s)test-incoming-outgoing.t (13.28s)test-clone-pull-corruption.t (7.87s)test-eol.t (25.85s)test-rollback.t (19.43s)test-install.t (3.35s)test-newbranch.t (27.55s)test-bundle2-multiple-changegroups.t (7.12s)test-merge-criss-cross.t (14.77s)test-wireproto-command-manifestdata.t (5.96s)test-git-export.t (22.69s)test-infinitepush-ci.t (12.70s)test-status.t (29.77s)test-diff-color.t (6.79s)test-rebase-abort.t#abortcommand#continuecommand (27.44s)test-rebase-abort.t#abortcommand#continueflag (27.40s)test-rebase-abort.t#abortflag#continuecommand (27.15s)test-rebase-abort.t#abortflag#continueflag (27.08s)test-lfs-largefiles.t (13.18s)test-hgweb-empty.t (1.73s)test-dirstate-race2.t (1.76s)test-merge1.t (21.91s)test-infinitepush-bundlestore.t (19.34s)test-rebase-conflicts.t (13.31s)test-push.t (18.06s)test-rebase-newancestor.t (19.88s)test-convert-mtn.t (0.14s)test-copies-in-changeset.t#extra (16.76s)test-copies-in-changeset.t#sidedata (18.76s)test-narrow-shallow-merges.t (21.30s)test-mq-guards.t (33.60s)test-hghave.t (21.94s)test-convert-svn-tags.t (0.13s)test-pager.t (12.27s)test-completion.t (5.74s)test-wireproto-command-filedata.t (7.38s)test-qrecord.t (6.13s)test-mq-subrepo-svn.t (2.23s)test-revset-legacy-lookup.t (18.33s)test-rebase-interruptions.t (18.61s)test-absorb.t (23.43s)test-rebase-parameters.t (21.11s)test-hardlinks.t (13.28s)test-export.t (12.15s)test-issue3084.t (26.73s)test-merge-no-file-change.t (26.73s)test-verify.t (8.50s)test-narrow-patterns.t (15.76s)test-rebase-dest.t (21.06s)test-mq-qpush-fail.t (26.84s)test-narrow-widen-no-ellipsis.t#flat (28.41s)test-narrow-widen-no-ellipsis.t#tree (28.39s)test-bundle-r.t (20.67s)test-rebase-pull.t (17.58s)test-exchange-obsmarkers-case-A1.t (16.72s)test-branch-change.t (22.29s)test-sparse.t (21.53s)test-commit-interactive-curses.t (13.98s)test-rebase-named-branches.t (16.45s)test-fix-topology.t#obsstore-off (11.66s)test-fix-topology.t#obsstore-on (13.76s)test-import-bypass.t (16.84s)test-copies-unrelated.t#changeset (29.87s)test-copies-unrelated.t#compatibility (29.88s)test-copies-unrelated.t#filelog (29.85s)test-copies-unrelated.t#sidedata (29.70s)test-revert-interactive.t (12.23s)test-parse-date.t (19.82s)test-treediscovery-legacy.t (21.15s)test-narrow-widen.t#flat (28.01s)test-narrow-widen.t#tree (28.03s)test-rebase-cache.t (22.01s)test-help-hide.t (0.45s)test-journal.t (6.73s)test-releasenotes-formatting.t (11.96s)test-mq-qrefresh.t (17.45s)test-histedit-fold-non-commute.t (14.88s)test-gendoc-pt_BR.t (4.46s)test-gendoc-zh_CN.t (4.31s)test-gendoc-zh_TW.t (4.30s)test-exchange-obsmarkers-case-A3.t (17.45s)test-mq-qrefresh-interactive.t (3.99s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (3.24s)test-static-http.t (11.05s)test-histedit-non-commute.t (14.42s)test-hgignore.t (10.38s)test-githelp.t (15.37s)test-win32text.t (10.39s)test-exchange-obsmarkers-case-C3.t (11.03s)test-gendoc-it.t (4.31s)test-gendoc-el.t (4.32s)test-gendoc-fr.t (4.30s)test-gendoc-ru.t (4.28s)test-gendoc-sv.t (4.12s)test-gendoc-da.t (4.35s)test-share-bookmarks.t#svfs (12.52s)test-share-bookmarks.t#vfs (12.56s)test-mq-qnew.t (22.25s)test-bheads.t (24.51s)test-flagprocessor.t (17.22s)test-diff-ignore-whitespace.t (14.34s)test-bookflow.t (23.71s)test-http-api.t (3.56s)test-largefiles-cache.t (14.67s)test-encoding.t (6.43s)test-rebase-rename.t (15.99s)test-convert-bzr-merges.t (0.09s)test-mq-qimport.t (18.31s)test-manifest.t (12.05s)test-url-rev.t (13.28s)test-diff-unified.t (9.15s)test-mq-qrefresh-replace-log-message.t (12.70s)test-unamend.t (21.28s)test-init.t (35.92s)test-pager-legacy.t (8.69s)test-rebase-base-flag.t (14.46s)test-histedit-base.t (7.60s)test-parseindex.t (4.29s)test-clone-r.t (11.82s)test-bad-extension.t (1.88s)test-hgweb-raw.t (3.97s)test-rebase-mq.t (16.79s)test-exchange-obsmarkers-case-D1.t (10.40s)test-hgweb-removed.t (1.97s)test-eol-patch.t (6.93s)test-automv.t (27.76s)test-exchange-obsmarkers-case-C2.t (10.23s)test-single-head.t (12.35s)test-ssh-clone-r.t#sshv1 (11.43s)test-ssh-clone-r.t#sshv2 (11.43s)test-subrepo-relative-path.t (10.17s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (10.87s)test-convert-bzr.t (0.10s)test-bookmarks-corner-case.t (8.12s)test-rename-dir-merge.t (12.56s)test-strip-cross.t (17.32s)test-add.t (18.71s)test-histedit-no-change.t (10.75s)test-narrow-clone.t (28.25s)test-hgrc.t (5.35s)test-diffstat.t (12.44s)test-convert-splicemap.t (10.49s)test-http-proxy.t (4.32s)test-removeemptydirs.t (11.70s)test-fileset-generated.t (6.50s)test-bundle-phases.t (15.24s)test-exchange-obsmarkers-case-C1.t (9.63s)test-status-rev.t (5.94s)test-diff-upgrade.t (4.55s)test-pull-update.t (12.41s)test-copy.t (13.97s)test-bisect3.t (8.72s)test-conflict.t (7.31s)test-remotefilelog-prefetch.t (24.46s)test-up-local-change.t (11.87s)test-dispatch.t (9.43s)test-narrow-exchange.t#lfs-off (9.87s)test-narrow-exchange.t#lfs-on (11.31s)test-obsolete-changeset-exchange.t (7.48s)test-exchange-obsmarkers-case-D4.t (8.49s)test-eol-update.t (6.32s)test-remotefilelog-push-pull.t (15.98s)test-pull-bundle.t (7.98s)test-share.t (9.14s)test-narrow-exchange-merges.t (9.97s)test-absorb-rename.t (12.83s)test-exchange-obsmarkers-case-B5.t (9.87s)test-churn.t (9.06s)test-pull-branch.t (12.00s)test-eol-hook.t (8.43s)test-bundle-type.t (13.27s)test-remotefilelog-linknodes.t (13.93s)test-narrow-trackedcmd.t#flat (8.95s)test-narrow-trackedcmd.t#tree (8.99s)test-byteify-strings.t (0.76s)test-rebase-detach.t (12.75s)test-stream-bundle-v2.t (3.77s)test-sparse-profiles.t (9.60s)test-mq-qpush-exact.t (21.65s)test-fastannotate-protocol.t (8.59s)test-hybridencode.py (0.26s)test-rebase-bookmarks.t (14.72s)test-bookmarks-current.t (14.87s)test-convert-hg-source.t (12.23s)test-notify-changegroup.t (4.62s)test-encoding-align.t (5.06s)test-debugbuilddag.t (5.72s)test-convert-baz.t (0.09s)test-inherit-mode.t (1.94s)test-infinitepush.t (14.25s)test-histedit-non-commute-abort.t (7.25s)test-releasenotes-merging.t (5.95s)test-remotefilelog-gcrepack.t (8.98s)test-convert-hg-startrev.t (9.26s)test-show-work.t (20.09s)test-narrow-strip.t#flat#lfs-off (6.87s)test-narrow-strip.t#flat#lfs-on (8.02s)test-narrow-strip.t#tree#lfs-off (6.77s)test-narrow-strip.t#tree#lfs-on (8.07s)test-repo-compengines.t (8.94s)test-merge-commit.t (7.18s)test-audit-path.t (12.29s)test-exchange-obsmarkers-case-B4.t (10.31s)test-fastannotate.t (11.20s)test-narrow-expanddirstate.t (5.36s)test-purge.t (10.29s)test-symlinks.t (11.43s)test-exchange-obsmarkers-case-C4.t (8.59s)test-sparse-revlog.t (0.09s)test-mq-safety.t (12.99s)test-directaccess.t (8.79s)test-exchange-obsmarkers-case-A6.t (9.43s)test-exchange-obsmarkers-case-A5.t (8.47s)test-remotefilelog-local.t (16.45s)test-basic.t (6.30s)test-narrow-share.t#flat (29.90s)test-narrow-share.t#tree (29.59s)test-hgweb-csp.t (5.57s)test-histedit-bookmark-motion.t (6.34s)test-obsolete-tag-cache.t (4.65s)test-diff-binary-file.t (6.00s)test-casefolding.t (0.09s)test-mq-git.t (6.14s)test-mq-qfold.t (9.89s)test-remotefilelog-cacheprocess.t (3.90s)test-patchbomb-bookmark.t (3.54s)test-stack.t (12.12s)test-journal-share.t (6.08s)test-paths.t (12.95s)test-contrib-testparseutil.t (0.29s)test-hgweb-no-request-uri.t (1.31s)test-sparse-merges.t (10.80s)test-pathconflicts-merge.t (10.80s)test-releasenotes-parsing.t (2.29s)test-diff-indent-heuristic.t#bdiff (0.72s)test-diff-indent-heuristic.t#xdiff (0.94s)test-import-merge.t (11.26s)test-drawdag.t (8.54s)test-patchbomb-tls.t (3.53s)test-exchange-obsmarkers-case-B2.t (8.00s)test-convert-p4.t (0.09s)test-show-stack.t (24.61s)test-narrow-clone-nonlinear.t (24.39s)test-config.t (5.18s)test-mq-eol.t (5.82s)test-exchange-obsmarkers-case-A4.t (7.03s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (11.80s)test-rename-merge1.t (23.91s)test-fastannotate-renames.t (8.68s)test-histedit-drop.t (5.70s)test-rebase-mq-skip.t#continuecommand (10.44s)test-rebase-mq-skip.t#continueflag (10.32s)test-bookmarks-merge.t (9.84s)test-lock-badness.t (9.95s)test-repair-strip.t (5.09s)test-histedit-outgoing.t (7.87s)test-pull.t#sshv1 (6.45s)test-pull.t#sshv2 (6.40s)test-exchange-obsmarkers-case-B6.t (7.39s)test-merge-default.t (7.62s)test-extension-timing.t (0.76s)test-match.py (0.22s)test-rebase-emptycommit.t (8.00s)test-cbor.py (0.78s)test-debugbundle.t (2.82s)test-copy-move-merge.t (20.42s)test-profile.t (19.25s)test-convert-tla.t (0.96s)test-mq-qclone-http.t (19.22s)test-exchange-obsmarkers-case-A2.t (6.46s)test-exchange-obsmarkers-case-D2.t (18.44s)test-status-terse.t (18.17s)test-merge7.t (3.57s)test-phase-archived.t (4.13s)test-hgweb-no-path-info.t (1.19s)test-subrepo-missing.t (17.08s)test-pathconflicts-update.t (16.77s)test-show.t (16.65s)test-addremove-similar.t (16.58s)test-contrib.t (1.52s)test-unionrepo.t (16.25s)test-flags.t (16.09s)test-remotefilelog-gc.t (16.01s)test-commit-multiple.t (15.47s)test-commit-unresolved.t#abortcommand (15.41s)test-commit-unresolved.t#abortflag (14.91s)test-import-eol.t (14.88s)test-logtoprocess.t (14.77s)test-mq-missingfiles.t (14.91s)test-sparse-import.t (14.61s)test-rebase-transaction.t#continuecommand (14.55s)test-rebase-transaction.t#continueflag (14.52s)test-identify.t (14.34s)test-default-push.t (14.21s)test-merge-subrepos.t (13.90s)test-narrow-clone-no-ellipsis.t (15.69s)test-filebranch.t (13.16s)test-mq-qdelete.t (13.08s)test-convert-datesort.t (12.88s)test-sidedata.t (12.73s)test-update-atomic.t (15.28s)test-mq-merge.t (12.23s)test-pull-r.t (7.08s)test-pending.t (6.89s)test-clone-update-order.t (5.22s)test-fastannotate-perfhack.t (8.35s)test-origbackup-conflict.t (5.07s)test-narrow-pull.t (16.02s)test-merge-local.t (6.27s)test-remotefilelog-http.t (5.85s)test-bugzilla.t (2.19s)test-exchange-obsmarkers-case-D3.t (7.90s)test-remote-hidden.t (5.44s)test-narrow-shallow.t (16.53s)test-worker.t (2.44s)test-merge-halt.t (5.83s)test-branch-option.t (8.67s)test-mac-packages.t (0.18s)test-empty-group.t (4.43s)test-parents.t (5.77s)test-fix-metadata.t (0.75s)test-http-branchmap.t (3.88s)test-children.t (5.96s)test-diff-change.t (6.85s)test-bundle2-pushback.t#sshv1 (3.62s)test-extdata.t (6.72s)test-bundle2-pushback.t#sshv2 (3.79s)test-rebuildstate.t (5.95s)test-narrow-merge.t#flat (7.43s)test-narrow-merge.t#tree (7.46s)test-mq-pull-from-bundle.t (7.07s)test-exchange-obsmarkers-case-B3.t (7.10s)test-remotefilelog-corrupt-cache.t (4.62s)test-amend-subrepo.t#obsstore-off (7.89s)test-amend-subrepo.t#obsstore-on (7.71s)test-merge-internal-tools-pattern.t (4.95s)test-run-tests.py (0.24s)test-issue672.t (3.26s)test-extensions-afterloaded.t (4.45s)test-tools.t (1.02s)test-fastannotate-corrupt.t (4.05s)test-narrow-commit.t#flat (8.68s)test-narrow-commit.t#tree (8.69s)test-eol-clone.t (2.75s)test-wireproto-serverreactor.py (0.27s)test-excessive-merge.t (4.31s)test-relink.t (2.88s)test-mq-qqueue.t (9.99s)test-narrow-rebase.t#continuecommand (7.01s)test-narrow-rebase.t#continueflag (7.13s)test-push-cgi.t (1.77s)test-record.t (1.15s)test-convert-darcs.t (0.92s)test-remotefilelog-clone-tree.t (4.39s)test-patch.t (3.51s)test-hgweb-non-interactive.t (1.03s)test-sqlitestore.t (2.26s)test-remotefilelog-clone.t (4.34s)test-arbitraryfilectx.t (2.14s)test-remotefilelog-sparse.t (11.23s)test-cache-abuse.t (14.16s)test-rebase-backup.t (5.37s)test-simple-update.t (6.24s)test-pathconflicts-basic.t (6.09s)test-committer.t (4.26s)test-exchange-obsmarkers-case-B7.t (6.80s)test-pull-http.t (3.76s)test-remotefilelog-bundle2-legacy.t (0.63s)test-exchange-obsmarkers-case-B1.t (6.80s)test-remotefilelog-log.t (5.39s)test-mq-qdiff.t (6.28s)test-bookmarks-rebase.t (5.29s)test-serve.t (5.30s)test-exchange-obsmarkers-case-A7.t (5.86s)test-revset-outgoing.t (4.25s)test-import-context.t (1.74s)test-remotefilelog-bundle2.t (6.06s)test-eol-add.t (3.25s)test-bundle-vs-outgoing.t (4.48s)test-rebase-partial.t (4.37s)test-update-names.t (5.89s)test-mailmap.t (3.77s)test-remotefilelog-bundles.t (5.01s)test-merge-remove.t (5.72s)test-convert-tagsbranch-topology.t (1.45s)test-requires.t (3.18s)test-locate.t (8.05s)test-merge-closedheads.t (7.51s)test-rename-after-merge.t (6.24s)test-wireproto-clientreactor.py (0.27s)test-contrib-dumprevlog.t (3.23s)test-remotefilelog-pull-noshallow.t (3.41s)test-debugextensions.t (1.35s)test-narrow-clone-stream.t#flat-fncache (20.06s)test-narrow-clone-stream.t#flat-nofncache (19.88s)test-narrow-clone-stream.t#tree (19.84s)test-rebase-legacy.t#continuecommand (1.48s)test-rebase-legacy.t#continueflag (1.30s)test-issue1306.t (2.94s)test-lfs-bundle.t (5.93s)test-issue1175.t (5.69s)test-cat.t (7.48s)test-nointerrupt.t (4.71s)test-issue660.t (6.23s)test-largefiles-small-disk.t (1.50s)test-convert-clonebranches.t (5.14s)test-oldcgi.t (1.41s)test-impexp-branch.t (4.29s)test-narrow-clone-non-narrow-server.t (8.18s)test-histedit-no-backup.t#abortcommand (2.63s)test-histedit-no-backup.t#abortflag (2.70s)test-issue586.t (5.39s)test-unified-test.t (0.73s)test-rebase-templates.t (3.60s)test-remotefilelog-tags.t (4.10s)test-symlink-placeholder.t (3.17s)test-merge6.t (4.06s)test-narrow-copies.t (5.80s)test-server-view.t (4.08s)test-rebase-issue-noparam-single-rev.t (5.49s)test-dirstate.t (3.79s)test-close-head.t (4.55s)test-url-download.t (4.14s)test-merge-revert2.t (7.68s)test-verify-repo-operations.py (0.10s)test-addremove.t (5.52s)test-mq-qrename.t (9.67s)test-narrow-update.t (5.46s)test-mq-symlinks.t (7.88s)test-ssh-repoerror.t (4.39s)test-wsgirequest.py (0.34s)test-double-merge.t (2.06s)test-narrow-patch.t#flat (2.61s)test-narrow-patch.t#tree (2.74s)test-glog-topological.t (2.19s)test-sparse-verbose-json.t (3.35s)test-merge9.t (4.33s)test-context-metadata.t (2.59s)test-patch-offset.t (0.77s)test-log-exthook.t (1.18s)test-newcgi.t (1.06s)test-issue1802.t (3.38s)test-update-reverse.t (2.94s)test-wireproto-command-branchmap.t (2.96s)test-pushvars.t (2.67s)test-histedit-templates.t (2.31s)test-hgwebdirsym.t (3.59s)test-manifest.py (2.57s)test-revlog-raw.py (0.66s)test-merge-symlinks.t (1.68s)test-branch-tag-confict.t (2.35s)test-narrow-debugcommands.t (2.83s)test-custom-filters.t (2.03s)test-sparse-clone.t (1.84s)test-issue2137.t (0.94s)test-remotefilelog-partial-shallow.t (3.31s)test-eolfilename.t (2.63s)test-merge10.t (3.26s)test-journal-exists.t (2.55s)test-revlog-v2.t (1.91s)test-diffdir.t (4.73s)test-schemes.t (2.79s)test-issue522.t (2.75s)test-histedit-merge-tools.t (2.10s)test-mq-qgoto.t (6.57s)test-revlog.t (1.59s)test-newercgi.t (1.04s)test-url.py (0.23s)test-editor-filename.t (1.64s)test-import-unknown.t (5.12s)test-unbundlehash.t (1.90s)test-narrow-sparse.t#flat (3.08s)test-narrow-sparse.t#tree (3.13s)test-wireproto-command-known.t (2.16s)test-missing-capability.t (2.59s)test-wireproto-command-listkeys.t (2.59s)test-convert-identity.t (2.95s)test-merge-revert.t (7.68s)test-wireproto-command-heads.t (2.38s)test-encode.t (3.20s)test-permissions.t (2.43s)test-casecollision.t (4.88s)test-ancestor.py (0.91s)test-update-dest.t (2.50s)test-known.t (3.62s)test-sparse-fsmonitor.t (0.01s)test-no-symlinks.t (0.09s)test-remotefilelog-datapack.py (1.75s)test-convert-authormap.t (1.73s)test-subrepo-paths.t (1.63s)test-debian-packages.t (0.38s)test-sparse-requirement.t (1.65s)test-confused-revert.t (4.28s)test-remotefilelog-permissions.t (3.93s)test-fuzz-targets.t (0.35s)test-issue1993.t (2.19s)test-issue1502.t (2.71s)test-clone-cgi.t (1.00s)test-sparse-clear.t (2.43s)test-simplemerge.py (0.19s)test-websub.t (1.52s)test-rebase-brute-force.t (2.27s)test-revlog-mmapindex.t (16.27s)test-merge2.t (5.22s)test-diff-antipatience.t#bdiff (0.76s)test-diff-antipatience.t#xdiff (0.98s)test-issue1877.t (3.60s)test-gpg.t (1.89s)test-empty-file.t (2.91s)test-lrucachedict.py (0.20s)test-hgk.t (2.12s)test-changelog-exec.t (2.62s)test-diff-hashes.t (2.11s)test-absorb-edit-lines.t (2.53s)test-remotefilelog-wireproto.t (3.45s)test-mactext.t (1.17s)test-convert-bzr-ghosts.t (0.10s)test-docker-packaging.t (0.26s)test-bookmarks-strip.t (2.94s)test-narrow-acl.t (3.14s)test-remotefilelog-keepset.t (2.65s)test-lock.py (0.21s)test-remotefilelog-histpack.py (3.68s)test-remotefilelog-bad-configs.t (2.58s)test-diff-subdir.t (1.88s)test-convert-bzr-114.t (0.09s)test-trusted.py (0.28s)test-narrow-debugrebuilddirstate.t (2.02s)test-unrelated-pull.t (2.08s)test-parseindex2.py (0.32s)test-diff-reverse.t (2.30s)test-revset-dirstate-parents.t (4.86s)test-wireproto-command-pushkey.t (1.65s)test-update-issue1456.t (3.07s)test-empty.t (1.53s)test-merge5.t (2.71s)test-wireproto-framing.py (0.21s)test-narrow-archive.t (3.07s)test-diff-copy-depth.t (4.37s)test-convert-bzr-treeroot.t (0.09s)test-hgweb-bundle.t (1.90s)test-absorb-unfinished.t (1.49s)test-mq-qimport-fail-cleanup.t (1.65s)test-fix-clang-format.t (1.41s)test-manifest-merging.t (2.00s)test-linerange.py (0.20s)test-issue619.t (2.04s)test-merge8.t (2.12s)test-issue842.t (2.08s)test-remotefilelog-blame.t (3.48s)test-linelog.py (3.33s)test-filecache.py (1.04s)test-revlog-group-emptyiter.t (1.47s)test-propertycache.py (0.56s)test-pathencode.py (0.56s)test-demandimport.py (0.38s)test-archive-symlinks.t (1.41s)test-absorb-strip.t (1.32s)test-pull-permission.t (1.30s)test-issue5979.t (2.62s)test-rust-ancestor.py (0.15s)test-revisions.t (3.52s)test-merge4.t (2.29s)test-absorb-filefixupstate.py (0.37s)test-wireproto-command-lookup.t (1.33s)test-phabricator.t (0.43s)test-context.py (0.44s)test-issue612.t (2.02s)test-debugindexdot.t (2.28s)test-eol-tag.t (1.46s)test-batching.py (0.31s)test-bdiff.py (0.20s)test-hgweb-auth.py (0.20s)test-nested-repo.t (2.72s)test-minirst.py (0.23s)test-execute-bit.t (2.29s)test-username-newline.t (0.88s)test-fastannotate-revmap.py (0.35s)test-issue4074.t (1.91s)test-remotefilelog-share.t (2.13s)test-revlog-packentry.t (1.13s)test-dirstate-nonnormalset.t (1.81s)test-ui-config.py (0.40s)test-diff-issue2761.t (2.00s)test-atomictempfile.py (0.20s)test-strict.t (1.89s)test-util.py (0.20s)test-diff-newlines.t (0.96s)test-rust-discovery.py (0.16s)test-empty-dir.t (1.33s)test-storage.py (2.57s)test-absorb-phase.t (1.74s)test-annotate.py (0.22s)test-extra-filelog-entry.t (1.47s)test-debugrename.t (1.84s)test-issue1438.t (1.94s)test-issue1102.t (1.59s)test-fastannotate-diffopts.t (0.98s)test-revert-unknown.t (1.66s)test-bad-pull.t (1.29s)test-revert-flags.t (1.45s)test-simplekeyvaluefile.py (0.19s)test-issue1089.t (1.41s)test-doctest.py (0.96s)test-backwards-remove.t (1.22s)test-wireproto.py (0.27s)test-contrib-emacs.t (0.47s)test-cappedreader.py (0.18s)test-xdg.t (0.28s)test-dirstate-backup.t (0.47s)test-mq-qsave.t (1.03s)test-encoding-func.py (0.17s)test-extensions-wrapfunction.py (0.27s)test-walkrepo.py (0.36s)test-revlog-ancestry.py (0.53s)test-ui-verbosity.py (0.32s)test-filelog.py (0.37s)test-hg-parseurl.py (0.34s)test-sshserver.py (0.28s)test-symlink-os-yes-fs-no.py (1.39s)test-minifileset.py (0.25s)test-config-env.py (0.20s)test-lfs-pointer.py (0.36s)test-duplicateoptions.py (0.45s)test-hgwebdir-paths.py (0.33s)test-ui-color.py (0.30s)test-status-inprocess.py (0.34s)test-dispatch.py (0.39s)test-mdiff.py (0.21s)