Job hg-committed-416041f97cc333b9a1bf04d10b5502ac78a3f33d-debian10-cpython-3.7-0

Repo:hg-committed
Node:416041f97cc333b9a1bf04d10b5502ac78a3f33d
Name:debian10-cpython-3.7
Scheduled At:2019-10-25T12:31:56
Started At:2019-10-25T12:32:04
Finished At:2019-10-25T12:39:03

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-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-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.5 (default, Oct 22 2019, 02:40:09) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+22-416041f97cc3)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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.3xc3j5ar/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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.3xc3j5ar/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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.5 (default, Oct 22 2019, 02:40:09) [GCC 8.3.0]
+  ** Mercurial Distributed SCM (version 5.2rc0+22-416041f97cc3)
+  ** Extensions loaded: fsmonitor
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 97, in _command
+      return self._watchmanclient.query(*watchmanargs)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 996, in query
+      self._connect()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/pywatchman/__init__.py", line 863, in _connect
+      self.sockpath = self._resolvesockname()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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.3xc3j5ar/install/lib/python/hgext/fsmonitor/__init__.py", line 188, in debuginstall
+      v = c.command(b"version")
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/watchmanclient.py", line 108, in command
+      return self._command(*args)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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.3xc3j5ar/install/bin/hg", line 36, in <module>
+      dispatch.run()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 111, in run
+      status = dispatch(req)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 250, in dispatch
+      ret = _runcatch(req) or 0
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 424, in _runcatch
+      return _callcatch(ui, _runcatchfunc)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 433, in _callcatch
+      return scmutil.callcatch(ui, func)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/scmutil.py", line 177, in callcatch
+      return func()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 414, in _runcatchfunc
+      return _dispatch(req)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 1174, in _dispatch
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 862, in runcommand
+      ret = _runcommand(ui, options, cmd, d)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 1185, in _runcommand
+      return cmdfunc()
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/dispatch.py", line 1171, in <lambda>
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/util.py", line 1843, in check
+      return func(*args, **kwargs)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/debugcommands.py", line 1696, in debuginstall
+      problems += handler(ui, fm)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/fsmonitor/__init__.py", line 195, in debuginstall
+      err = str(e)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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-keyword.t

--- /hgwork/src/tests/test-keyword.t
+++ /hgwork/src/tests/test-keyword.t.err
@@ -272,7 +272,8 @@
   Subject: changeset in...
   From: mercurial
   X-Hg-Notification: changeset a2392c293916
-  Message-Id: <hg.a2392c293916*> (glob)
+  Message-Id: 
+   <hg.a2392c293916.1572006885.-2814090898792092230@ip-172-31-6-180.us-west-2.compute.internal>
   To: Test
   
   changeset a2392c293916 in $TESTTMP/Test
@@ -295,7 +296,8 @@
   Subject: changeset in...
   From: User Name <user@example.com>
   X-Hg-Notification: changeset ef63ca68695b
-  Message-Id: <hg.ef63ca68695b*> (glob)
+  Message-Id: 
+   <hg.ef63ca68695b.1572006885.-2814090898792092230@ip-172-31-6-180.us-west-2.compute.internal>
   To: Test
   
   changeset ef63ca68695b in $TESTTMP/Test

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-changegroup.t

--- /hgwork/src/tests/test-notify-changegroup.t
+++ /hgwork/src/tests/test-notify-changegroup.t.err
@@ -53,7 +53,8 @@
   Subject: * (glob)
   From: test
   X-Hg-Notification: changeset cb9a9f314b8b
-  Message-Id: <*> (glob)
+  Message-Id: 
+   <hg.cb9a9f314b8b.1572007061.-1104245821277141207@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset cb9a9f314b8b in $TESTTMP/a
@@ -106,7 +107,8 @@
   Subject: * (glob)
   From: test
   X-Hg-Notification: changeset cb9a9f314b8b
-  Message-Id: <*> (glob)
+  Message-Id: 
+   <hg.cb9a9f314b8b.1572007063.-1104245821277141207@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset cb9a9f314b8b in $TESTTMP/a
@@ -183,7 +185,8 @@
   Subject: * (glob)
   From: committer_1
   X-Hg-Notification: changeset 84e487dddc58
-  Message-Id: <*> (glob)
+  Message-Id: 
+   <hg.84e487dddc58.1572007064.-1104245821277141207@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz, foo@bar
   
   changeset 84e487dddc58 in $TESTTMP/a

test-notify.t

--- /hgwork/src/tests/test-notify.t
+++ /hgwork/src/tests/test-notify.t.err
@@ -272,7 +272,7 @@
   Subject: b
   From: test@test.com
   X-Hg-Notification: changeset 00a13f371396
-  Message-Id: <*> (glob)
+  Message-Id:  <hg.00a13f371396.1572006920.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   changeset 00a13f371396 in b
@@ -320,7 +320,7 @@
   Subject: b
   From: test@test.com
   X-Hg-Notification: changeset 00a13f371396
-  Message-Id: <*> (glob)
+  Message-Id:  <hg.00a13f371396.1572006921.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   changeset 00a13f371396 in b
@@ -371,7 +371,7 @@
   Subject: adda2
   From: test@test.com
   X-Hg-Notification: changeset 3332653e1f3c
-  Message-Id: <*> (glob)
+  Message-Id:  <hg.3332653e1f3c.1572006922.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   changeset 3332653e1f3c in b
@@ -394,7 +394,7 @@
   Subject: merge
   From: test@test.com
   X-Hg-Notification: changeset fccf66cd0c35
-  Message-Id: <*> (glob)
+  Message-Id:  <hg.fccf66cd0c35.1572006922.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   changeset fccf66cd0c35 in b
@@ -422,36 +422,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-61: ordinal not in range(128)
+  Traceback (most recent call last):
+    File "/hgwork/tmp/hgtests.3xc3j5ar/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.3xc3j5ar/install/lib/python/hgext/notify.py", line 552, in hook
+      n.send(ctx, count, data)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/hgext/notify.py", line 405, in send
+      msg = mail.mimeencode(self.ui, payload, self.charsets, self.test)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/mail.py", line 423, in mimeencode
+      return mimetextqp(s, b'plain', cs)
+    File "/hgwork/tmp/hgtests.3xc3j5ar/install/lib/python/mercurial/mail.py", line 298, in mimetextqp
+      msg.set_payload(body, cs)
+    File "/hgdev/pyenv/versions/3.7.5/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-61: 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
@@ -471,7 +463,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets a846b5f6ebb7
+  new changesets fecd12eab950
   notify: sending 2 subscribers 1 changes
   (run 'hg update' to get a working copy)
   $ "$PYTHON" $TESTTMP/filter.py < b/mbox
@@ -483,18 +475,18 @@
   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
+  X-Hg-Notification: changeset fecd12eab950
+  Message-Id:  <hg.fecd12eab950.1572006923.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset fecd12eab950 in b
   description: long line
   diffstat:
    a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
   
   diffs (8 lines):
   
-  diff -r 0f25f9c22b4c -r a846b5f6ebb7 a
+  diff -r 5e14b89ad3da -r fecd12eab950 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
@@ -511,7 +503,7 @@
   ononononononononononononononononononononononononononononononononononononono=
   nononononononononononononononononononononononononononononononononononononon=
   ononononononononononononononononononononononononononononononononononononono=
-  nonononononononononononono=D1=84
+  nonononononononononononono=EF=BF=BD=EF=BF=BD
   
  revset selection: send to address that matches branch and repo
 
@@ -541,7 +533,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
@@ -549,11 +541,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.1572006924.8872183736858869639@ip-172-31-6-180.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)
 
@@ -571,7 +563,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
@@ -579,11 +571,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.1572006925.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 424ada2957e5 in b
   description: test
   (run 'hg heads' to see heads)
 
@@ -600,12 +592,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.1572006926.8872183736858869639@ip-172-31-6-180.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:
@@ -629,11 +621,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.1572006926.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
+  To: baz@test.com, foo@bar
+  
+  changeset 7955a56097d3
 
 with template (overrides style):
 
@@ -650,10 +642,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.1572006927.8872183736858869639@ip-172-31-6-180.us-west-2.compute.internal>
   To: baz@test.com, foo@bar
   
   with template
@@ -683,21 +675,22 @@
   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.1572006927.8872183736858869639@ip-172-31-6-180.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 @@
@@ -726,21 +719,22 @@
   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.1572006928.8872183736858869639@ip-172-31-6-180.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.2stest-merge-combination.t
115.0stest-revset.t
100.5stest-obsolete-bundle-strip.t
98.0stest-bookmarks-pushpull.t#b2-binary
97.6stest-bookmarks-pushpull.t#b2-pushkey
97.2stest-subrepo.t
91.6stest-obsolete.t
87.2stest-largefiles.t
86.5stest-log.t
85.4stest-template-functions.t
84.0stest-graft.t#abortcommand
83.7stest-graft.t#abortflag
78.9stest-mq.t
76.3stest-largefiles-misc.t
75.4stest-rebase-obsolete.t
75.1stest-glog-beautifygraph.t
74.9stest-glog.t
74.4stest-import.t
70.7stest-obsmarker-template.t
68.4stest-merge-tools.t
63.3stest-bundle2-exchange.t#sshv2
63.2stest-bundle2-exchange.t#sshv1
63.0stest-fix.t
62.4stest-http-permissions.t
60.3stest-largefiles-update.t
60.2stest-commit-amend.t
59.9stest-shelve.t#stripbased
59.4stest-update-branches.t
59.3stest-shelve.t#phasebased
58.5stest-check-pylint.t
57.7stest-revset2.t
57.5stest-rename-merge2.t
55.9stest-strip.t
55.1stest-subrepo-git.t
54.6stest-bookmarks.t
54.4stest-copies.t#compatibility
54.3stest-copies.t#filelog
54.2stest-copies.t#changeset
54.1stest-copies.t#sidedata
53.8stest-shelve2.t#phasebased#abortcommand#continuecommand
53.5stest-shelve2.t#phasebased#abortflag#continueflag
53.5stest-shelve2.t#phasebased#abortflag#continuecommand
53.5stest-shelve2.t#phasebased#abortcommand#continueflag
52.7stest-shelve2.t#stripbased#abortcommand#continuecommand
52.4stest-shelve2.t#stripbased#abortflag#continuecommand
52.4stest-shelve2.t#stripbased#abortcommand#continueflag
52.3stest-shelve2.t#stripbased#abortflag#continueflag
51.8stest-phases-exchange.t
51.2stest-keyword.t
51.2stest-merge-force.t
49.3stest-template-basic.t
49.2stest-lfs.t
49.0stest-push-warn.t
48.0stest-mq-subrepo.t
47.9stest-push-race.t#strict
47.6stest-obsolete-divergent.t
47.4stest-template-keywords.t
47.3stest-push-race.t#unrelated
47.2stest-clone.t#sshv2
47.2stest-run-tests.t
47.1stest-narrow.t#tree#lfs-on
47.1stest-merge-changedelete.t
46.9stest-narrow.t#flat#lfs-on
46.9stest-mv-cp-st-diff.t
46.1stest-annotate.t
45.9stest-clone.t#sshv1
45.4stest-transplant.t#commandmode
45.3stest-transplant.t#continueflag
45.2stest-copytrace-heuristics.t
45.1stest-revert.t
43.8stest-mq-header-date.t
43.0stest-mq-header-from.t
42.7stest-convert-filemap.t
42.4stest-bisect.t
40.5stest-fileset.t
39.4stest-narrow.t#tree#lfs-off
39.4stest-resolve.t
39.3stest-narrow.t#flat#lfs-off
39.1stest-rebase-inmemory.t
38.8stest-tags.t
38.3stest-template-map.t
37.8stest-uncommit.t
36.5stest-rebase-scenario-global.t
35.8stest-init.t
35.5stest-tag.t
35.5stest-subrepo-deep-nested-change.t
34.7stest-backout.t
34.4stest-copies-unrelated.t#sidedata
34.3stest-contrib-perf.t
34.2stest-copies-unrelated.t#compatibility
34.1stest-copies-unrelated.t#changeset
34.0stest-copies-unrelated.t#filelog
33.9stest-treemanifest.t
33.2stest-remotefilelog-repack.t
33.2stest-treediscovery.t
32.9stest-mq-guards.t
32.5stest-branches.t
32.5stest-check-code.t
32.2stest-ssh-proto.t
32.1stest-censor.t
31.4stest-hook.t
31.1stest-commit-interactive.t
30.5stest-commit.t
30.3stest-rebase-collapse.t
30.3stest-bisect2.t
30.2stest-help.t
30.0stest-remotefilelog-repack-fast.t
30.0stest-check-pyflakes.t
29.9stest-rename.t
29.6stest-status.t
29.5stest-alias.t
29.4stest-bundle.t
29.2stest-histedit-fold.t
29.1stest-remotefilelog-bgprefetch.t
28.6stest-largefiles-wireproto.t#sshv2
28.4stest-narrow-widen-no-ellipsis.t#tree
28.4stest-hgwebdir.t
28.1stest-narrow-widen.t#tree
28.1stest-ssh.t#sshv1
28.1stest-narrow-widen-no-ellipsis.t#flat
28.0stest-largefiles-wireproto.t#sshv1
28.0stest-ssh.t#sshv2
27.9stest-narrow-clone.t
27.8stest-subrepo-svn.t
27.7stest-automv.t
27.5stest-narrow-widen.t#flat
27.3stest-rebase-abort.t#abortcommand#continueflag
27.3stest-newbranch.t
27.2stest-archive.t
27.1stest-https.t
27.1stest-rebase-abort.t#abortcommand#continuecommand
27.1stest-rebase-abort.t#abortflag#continuecommand
27.1stest-rebase-abort.t#abortflag#continueflag
26.8stest-mq-qpush-fail.t
26.8stest-fastannotate-hg.t
26.8stest-convert-cvs-detectmerge.t
26.4stest-issue3084.t
26.4stest-merge-no-file-change.t
26.3stest-extension.t
26.0stest-obshistory.t
25.9stest-eol.t
25.9stest-histedit-obsolete.t#abortcommand
25.9stest-histedit-obsolete.t#abortflag
25.8stest-narrow-share.t#flat
25.8stest-phases.t
25.8stest-fetch.t
25.7stest-ssh-bundle1.t#sshv1
25.7stest-ssh-bundle1.t#sshv2
25.4stest-narrow-share.t#tree
25.0stest-acl.t
24.9stest-histedit-arguments.t#abortflag
24.6stest-histedit-arguments.t#abortcommand
24.5stest-convert-cvs.t
24.4stest-bheads.t
24.4stest-convert-git.t
24.3stest-remotefilelog-prefetch.t
24.2stest-setdiscovery.t
23.8stest-convert-hg-sink.t
23.7stest-absorb.t
23.6stest-obsolete-distributed.t
23.6stest-http-bad-server.t
23.5stest-bookflow.t
22.7stest-import-git.t
22.7stest-lfs-serve.t#lfsremote-on
22.6stest-patchbomb.t
22.5stest-git-export.t
22.3stest-split.t#obsstore-on
22.3stest-mq-qnew.t
22.1stest-branch-change.t
22.0stest-rebase-cache.t
21.7stest-merge1.t
21.5stest-upgrade-repo.t
21.4stest-treediscovery-legacy.t
21.4stest-mq-qpush-exact.t
21.4stest-narrow-shallow-merges.t
21.3stest-sparse.t
21.2stest-rebase-dest.t
21.2stest-remove.t
21.2stest-audit-subrepo.t
21.1stest-unamend.t
21.1stest-amend.t#obsstore-on
21.0stest-convert-cvs-synthetic.t
20.9stest-hghave.t
20.8stest-rebase-parameters.t
20.8stest-grep.t
20.7stest-walk.t
20.6stest-amend.t#obsstore-off
20.6stest-bundle-r.t
20.4stest-split.t#obsstore-off
20.4stest-histedit-edit.t
20.4stest-show-stack.t
20.3stest-narrow-clone-nonlinear.t
20.0stest-debugcommands.t

Timeline

test-contrib-check-code.t (1.63s)test-contrib-perf.t (34.26s)test-check-code.t (32.50s)test-contrib-check-commit.t (0.16s)test-imports-checker.t (0.93s)test-merge-combination.t (151.24s)test-obsolete-checkheads.t (14.39s)test-push-race.t#strict (47.87s)test-push-race.t#unrelated (47.32s)test-run-tests.t (47.16s)test-check-py3-compat.t (5.01s)test-push-checkheads-pruned-B8.t (7.22s)test-push-checkheads-superceed-A6.t (6.48s)test-push-checkheads-superceed-A7.t (6.23s)test-push-checkheads-unpushed-D3.t (6.45s)test-push-checkheads-unpushed-D4.t (6.64s)test-push-checkheads-unpushed-D5.t (6.59s)test-largefiles-update.t (60.32s)test-push-checkheads-pruned-B5.t (5.65s)test-push-checkheads-unpushed-D2.t (5.45s)test-push-checkheads-unpushed-D7.t (6.50s)test-rebase-check-restore.t (6.51s)test-push-checkheads-partial-C1.t (4.47s)test-push-checkheads-partial-C2.t (4.23s)test-push-checkheads-partial-C4.t (4.08s)test-push-checkheads-pruned-B2.t (4.78s)test-push-checkheads-pruned-B3.t (4.77s)test-push-checkheads-pruned-B4.t (4.46s)test-push-checkheads-superceed-A2.t (5.48s)test-push-checkheads-superceed-A3.t (5.43s)test-push-checkheads-unpushed-D6.t (5.24s)test-push-checkheads-partial-C3.t (4.05s)test-push-checkheads-pruned-B6.t (4.90s)test-push-checkheads-pruned-B7.t (4.88s)test-push-checkheads-superceed-A8.t (5.05s)test-push-checkheads-unpushed-D1.t (4.42s)test-subrepo-svn.t (27.76s)test-push-checkheads-superceed-A4.t (3.95s)test-push-checkheads-superceed-A5.t (3.93s)test-push-checkheads-pruned-B1.t (3.17s)test-push-checkheads-superceed-A1.t (3.42s)test-copytrace-heuristics.t (45.18s)test-check-config.t (10.80s)test-glog-beautifygraph.t (75.11s)test-gendoc-ja.t (4.16s)test-check-module-imports.t (12.77s)test-convert-cvs.t (24.53s)test-help.t (30.16s)test-obsolete-bounds-checking.t (0.92s)test-gendoc.t (5.59s)test-glog.t (74.91s)test-convert-svn-sink.t (19.28s)test-check-help.t (9.26s)test-patchbomb.t (22.61s)test-convert-svn-source.t (0.13s)test-obsolete-bundle-strip.t (100.49s)test-check-pyflakes.t (29.98s)test-abort-checkin.t (0.94s)test-http-bad-server.t (23.59s)test-ssh-proto-unbundle.t (18.61s)test-obsmarker-template.t (70.68s)test-acl.t (24.97s)test-check-commit.t (1.07s)test-check-shbang.t (2.22s)test-convert-svn-move.t (0.11s)test-check-interfaces.py (0.47s)test-hgweb-commands.t (19.47s)test-hgweb-symrev.t (18.32s)test-obsolete.t (91.56s)test-upgrade-repo.t (21.52s)test-extension.t (26.26s)test-ssh-proto.t (32.16s)test-log.t (86.49s)test-check-execute.t (1.40s)test-dirstate-race.t (15.08s)test-check-pylint.t (58.54s)test-graft.t#abortcommand (83.96s)test-graft.t#abortflag (83.71s)test-convert-svn-encoding.t (0.11s)test-wireproto-content-redirects.t (4.25s)test-hgweb-filelog.t (9.29s)test-hgwebdir.t (28.36s)test-wireproto-exchangev2.t (17.49s)test-bundle2-format.t (11.30s)test-template-map.t (38.28s)test-revset.t (114.98s)test-subrepo.t (97.17s)test-convert-cvs-detectmerge.t (26.77s)test-rebase-obsolete.t (75.37s)test-largefiles.t (87.20s)test-merge-tools.t (68.44s)test-hgweb-json.t (10.94s)test-convert-cvs-synthetic.t (20.96s)test-gendoc-ro.t (4.07s)test-import.t (74.40s)test-subrepo-deep-nested-change.t (35.45s)test-bundle2-exchange.t#sshv1 (63.23s)test-bundle2-exchange.t#sshv2 (63.32s)test-phases-exchange.t (51.83s)test-bookmarks-pushpull.t#b2-binary (97.96s)test-bookmarks-pushpull.t#b2-pushkey (97.60s)test-convert-cvsnt-mergepoints.t (12.47s)test-strip.t (55.93s)test-template-functions.t (85.38s)test-commit-interactive.t (31.12s)test-merge-changedelete.t (47.06s)test-lfs.t (49.18s)test-fix.t (63.01s)test-hook.t (31.39s)test-rename-merge2.t (57.51s)test-https.t (27.15s)test-highlight.t (11.78s)test-convert-git.t (24.37s)test-http-permissions.t (62.40s)test-lfs-test-server.t#git-server (0.25s)test-lfs-test-server.t#hg-server (12.39s)test-setdiscovery.t (24.22s)test-commandserver.t (19.90s)test-clone.t#sshv1 (45.94s)test-clone.t#sshv2 (47.19s)test-bookmarks.t (54.56s)test-check-clang-format.t (2.00s)test-merge-force.t (51.19s)test-revset2.t (57.67s)test-convert-cvs-branch.t (18.51s)test-shelve.t#phasebased (59.28s)test-shelve.t#stripbased (59.91s)test-largefiles-misc.t (76.31s)test-commit-amend.t (60.19s)test-branches.t (32.50s)test-http-protocol.t (12.19s)test-hgweb-diffs.t (11.97s)test-revert.t (45.06s)test-keyword.t (51.23s)test-template-keywords.t (47.44s)test-wireproto-command-filesdata.t (8.88s)test-convert-svn-branches.t (0.11s)test-mq.t (78.93s)test-convert-hg-svn.t (0.11s)test-gendoc-de.t (4.37s)test-lfs-serve-access.t (12.98s)test-wireproto-command-capabilities.t (3.87s)test-generaldelta.t (14.04s)test-subrepo-git.t (55.08s)test-lfs-serve.t#lfsremote-off (7.61s)test-lfs-serve.t#lfsremote-on (22.68s)test-check-format.t (0.27s)test-transplant.t#commandmode (45.39s)test-transplant.t#continueflag (45.30s)test-treemanifest.t (33.87s)test-tags.t (38.82s)test-phases.t (25.81s)test-template-basic.t (49.29s)test-tag.t (35.49s)test-subrepo-recursion.t (18.83s)test-hgweb.t (13.91s)test-convert.t (8.35s)test-check-jshint.t (0.27s)test-http-api-httpv2.t (8.38s)test-http.t (19.73s)test-convert-filemap.t (42.67s)test-obsolete-divergent.t (47.64s)test-annotate.t (46.13s)test-bundle.t (29.35s)test-resolve.t (39.35s)test-shelve2.t#phasebased#abortcommand#continuecommand (53.80s)test-shelve2.t#phasebased#abortcommand#continueflag (53.48s)test-shelve2.t#phasebased#abortflag#continuecommand (53.49s)test-shelve2.t#phasebased#abortflag#continueflag (53.52s)test-shelve2.t#stripbased#abortcommand#continuecommand (52.69s)test-shelve2.t#stripbased#abortcommand#continueflag (52.37s)test-shelve2.t#stripbased#abortflag#continuecommand (52.41s)test-shelve2.t#stripbased#abortflag#continueflag (52.28s)test-split.t#obsstore-off (20.45s)test-split.t#obsstore-on (22.29s)test-encoding-textwrap.t (2.43s)test-obsolete-distributed.t (23.62s)test-walk.t (20.71s)test-mv-cp-st-diff.t (46.89s)test-bisect.t (42.41s)test-convert-p4-filetypes.t (0.09s)test-notify.t (10.46s)test-rebase-scenario-global.t (36.47s)test-commit.t (30.52s)test-ssh.t#sshv1 (28.11s)test-ssh.t#sshv2 (27.97s)test-bundle2-remote-changegroup.t#sshv1 (17.06s)test-bundle2-remote-changegroup.t#sshv2 (17.11s)test-clonebundles.t (17.26s)test-wireproto-exchangev2-shallow.t (5.42s)test-import-git.t (22.71s)test-mq-header-from.t (42.95s)test-i18n.t (4.26s)test-treediscovery.t (33.21s)test-bisect2.t (30.29s)test-archive.t (27.22s)test-fileset.t (40.54s)test-grep.t (20.80s)test-push-warn.t (49.04s)test-hgweb-annotate-whitespace.t (4.65s)test-remotefilelog-repack.t (33.24s)test-debugcommands.t (20.04s)test-remove.t (21.23s)test-rebase-inmemory.t (39.13s)test-clone-uncompressed.t#stream-bundle2 (19.70s)test-clone-uncompressed.t#stream-legacy (17.04s)test-alias.t (29.47s)test-ssh-bundle1.t#sshv1 (25.74s)test-ssh-bundle1.t#sshv2 (25.71s)test-mq-header-date.t (43.78s)test-wireproto-command-changesetdata.t (9.85s)test-pull-pull-corruption.t (15.01s)test-blackbox.t (12.36s)test-convert-svn-startrev.t (0.11s)test-devel-warnings.t (5.07s)test-backout.t (34.73s)test-push-http.t#bundle1 (17.47s)test-push-http.t#bundle2 (17.76s)test-rebase-collapse.t (30.30s)test-contrib-relnotes.t (1.33s)test-update-branches.t (59.41s)test-audit-subrepo.t (21.18s)test-histedit-obsolete.t#abortcommand (25.92s)test-histedit-obsolete.t#abortflag (25.88s)test-histedit-arguments.t#abortcommand (24.56s)test-histedit-arguments.t#abortflag (24.89s)test-wireproto.t (9.16s)test-globalopts.t (10.86s)test-http-bundle1.t (17.42s)test-hgweb-descend-empties.t (2.08s)test-obshistory.t (26.03s)test-fncache.t (11.04s)test-rename.t (29.90s)test-uncommit.t (37.78s)test-mq-subrepo.t (47.98s)test-fastannotate-hg.t (26.81s)test-histedit-fold.t (29.24s)test-progress.t (4.39s)test-remotefilelog-repack-fast.t (29.99s)test-log-linerange.t (8.68s)test-extdiff.t (16.87s)test-getbundle.t (5.47s)test-largefiles-wireproto.t#sshv1 (28.02s)test-largefiles-wireproto.t#sshv2 (28.57s)test-status-color.t (17.57s)test-narrow.t#flat#lfs-off (39.34s)test-narrow.t#flat#lfs-on (46.92s)test-narrow.t#tree#lfs-off (39.42s)test-narrow.t#tree#lfs-on (47.08s)test-convert-hg-sink.t (23.84s)test-logexchange.t (15.82s)test-merge-types.t (12.66s)test-histedit-commute.t (13.97s)test-censor.t (32.12s)test-lfconvert.t (15.88s)test-histedit-edit.t (20.35s)test-remotefilelog-bgprefetch.t (29.08s)test-fetch.t (25.78s)test-copies.t#changeset (54.16s)test-copies.t#compatibility (54.35s)test-copies.t#filelog (54.30s)test-copies.t#sidedata (54.13s)test-wireproto-caching.t (5.57s)test-amend.t#obsstore-off (20.63s)test-amend.t#obsstore-on (21.06s)test-incoming-outgoing.t (13.20s)test-clone-pull-corruption.t (7.85s)test-eol.t (25.95s)test-rollback.t (19.44s)test-install.t (3.33s)test-newbranch.t (27.29s)test-bundle2-multiple-changegroups.t (7.00s)test-merge-criss-cross.t (14.96s)test-wireproto-command-manifestdata.t (5.88s)test-git-export.t (22.46s)test-infinitepush-ci.t (12.79s)test-status.t (29.57s)test-diff-color.t (6.92s)test-rebase-abort.t#abortcommand#continuecommand (27.09s)test-rebase-abort.t#abortcommand#continueflag (27.32s)test-rebase-abort.t#abortflag#continuecommand (27.08s)test-rebase-abort.t#abortflag#continueflag (27.08s)test-lfs-largefiles.t (13.25s)test-hgweb-empty.t (1.83s)test-dirstate-race2.t (1.76s)test-merge1.t (21.72s)test-infinitepush-bundlestore.t (19.14s)test-rebase-conflicts.t (13.29s)test-push.t (17.70s)test-rebase-newancestor.t (19.71s)test-convert-mtn.t (0.09s)test-copies-in-changeset.t#extra (16.75s)test-copies-in-changeset.t#sidedata (18.59s)test-narrow-shallow-merges.t (21.36s)test-mq-guards.t (32.90s)test-hghave.t (20.91s)test-convert-svn-tags.t (0.08s)test-pager.t (12.17s)test-completion.t (5.71s)test-wireproto-command-filedata.t (7.32s)test-qrecord.t (5.92s)test-mq-subrepo-svn.t (2.18s)test-revset-legacy-lookup.t (18.08s)test-copies-unrelated.t#changeset (34.14s)test-copies-unrelated.t#compatibility (34.23s)test-copies-unrelated.t#filelog (34.02s)test-copies-unrelated.t#sidedata (34.44s)test-rebase-interruptions.t (18.34s)test-absorb.t (23.73s)test-rebase-parameters.t (20.82s)test-hardlinks.t (13.20s)test-export.t (11.97s)test-issue3084.t (26.42s)test-merge-no-file-change.t (26.41s)test-verify.t (8.48s)test-narrow-patterns.t (15.82s)test-rebase-dest.t (21.24s)test-mq-qpush-fail.t (26.83s)test-narrow-widen-no-ellipsis.t#flat (28.06s)test-narrow-widen-no-ellipsis.t#tree (28.38s)test-bundle-r.t (20.56s)test-rebase-pull.t (17.74s)test-exchange-obsmarkers-case-A1.t (16.48s)test-branch-change.t (22.09s)test-sparse.t (21.28s)test-commit-interactive-curses.t (14.15s)test-rebase-named-branches.t (16.47s)test-fix-topology.t#obsstore-off (11.62s)test-fix-topology.t#obsstore-on (13.30s)test-import-bypass.t (16.81s)test-revert-interactive.t (12.22s)test-parse-date.t (19.55s)test-treediscovery-legacy.t (21.41s)test-narrow-widen.t#flat (27.53s)test-narrow-widen.t#tree (28.11s)test-rebase-cache.t (22.04s)test-journal.t (7.13s)test-help-hide.t (0.44s)test-releasenotes-formatting.t (12.00s)test-mq-qrefresh.t (17.22s)test-histedit-fold-non-commute.t (14.81s)test-gendoc-pt_BR.t (4.48s)test-gendoc-zh_CN.t (4.42s)test-gendoc-zh_TW.t (4.34s)test-exchange-obsmarkers-case-A3.t (17.37s)test-mq-qrefresh-interactive.t (3.91s)test-chg.t (0.09s)test-wireproto-command-rawstorefiledata.t (3.22s)test-static-http.t (10.90s)test-histedit-non-commute.t (14.38s)test-hgignore.t (10.27s)test-githelp.t (15.22s)test-win32text.t (10.33s)test-exchange-obsmarkers-case-C3.t (11.06s)test-gendoc-it.t (4.31s)test-gendoc-el.t (4.46s)test-gendoc-fr.t (4.36s)test-gendoc-ru.t (4.41s)test-gendoc-sv.t (4.34s)test-gendoc-da.t (4.33s)test-share-bookmarks.t#svfs (12.42s)test-share-bookmarks.t#vfs (12.49s)test-mq-qnew.t (22.28s)test-bheads.t (24.40s)test-flagprocessor.t (16.88s)test-diff-ignore-whitespace.t (13.90s)test-bookflow.t (23.49s)test-http-api.t (3.55s)test-largefiles-cache.t (14.55s)test-encoding.t (6.36s)test-rebase-rename.t (15.80s)test-convert-bzr-merges.t (0.09s)test-mq-qimport.t (18.19s)test-manifest.t (11.99s)test-url-rev.t (13.21s)test-diff-unified.t (9.14s)test-mq-qrefresh-replace-log-message.t (12.61s)test-unamend.t (21.08s)test-init.t (35.78s)test-pager-legacy.t (8.71s)test-rebase-base-flag.t (14.26s)test-histedit-base.t (7.40s)test-parseindex.t (4.27s)test-clone-r.t (11.77s)test-bad-extension.t (1.83s)test-hgweb-raw.t (3.81s)test-rebase-mq.t (16.83s)test-exchange-obsmarkers-case-D1.t (10.53s)test-hgweb-removed.t (1.96s)test-eol-patch.t (6.90s)test-automv.t (27.67s)test-exchange-obsmarkers-case-C2.t (10.10s)test-single-head.t (12.25s)test-ssh-clone-r.t#sshv1 (11.41s)test-ssh-clone-r.t#sshv2 (11.36s)test-subrepo-relative-path.t (10.08s)test-hgrc.t (5.78s)test-casecollision-merge.t (0.09s)test-http-clone-r.t (10.76s)test-convert-bzr.t (0.09s)test-bookmarks-corner-case.t (8.01s)test-rename-dir-merge.t (12.55s)test-strip-cross.t (17.11s)test-add.t (18.81s)test-histedit-no-change.t (10.64s)test-narrow-clone.t (27.85s)test-diffstat.t (12.34s)test-convert-splicemap.t (10.44s)test-http-proxy.t (4.34s)test-removeemptydirs.t (11.64s)test-fileset-generated.t (6.48s)test-bundle-phases.t (15.31s)test-exchange-obsmarkers-case-C1.t (9.55s)test-status-rev.t (5.94s)test-diff-upgrade.t (4.41s)test-pull-update.t (12.16s)test-copy.t (13.84s)test-bisect3.t (8.73s)test-conflict.t (7.45s)test-remotefilelog-prefetch.t (24.29s)test-up-local-change.t (11.76s)test-dispatch.t (9.40s)test-narrow-exchange.t#lfs-off (9.72s)test-narrow-exchange.t#lfs-on (11.36s)test-obsolete-changeset-exchange.t (7.50s)test-exchange-obsmarkers-case-D4.t (8.44s)test-eol-update.t (6.16s)test-pull-bundle.t (8.08s)test-remotefilelog-push-pull.t (15.95s)test-share.t (9.08s)test-narrow-exchange-merges.t (10.01s)test-absorb-rename.t (12.78s)test-exchange-obsmarkers-case-B5.t (9.80s)test-churn.t (9.02s)test-pull-branch.t (12.03s)test-eol-hook.t (8.10s)test-bundle-type.t (13.40s)test-remotefilelog-linknodes.t (14.04s)test-narrow-trackedcmd.t#flat (8.90s)test-narrow-trackedcmd.t#tree (8.94s)test-byteify-strings.t (0.75s)test-rebase-detach.t (12.73s)test-stream-bundle-v2.t (3.76s)test-sparse-profiles.t (9.63s)test-mq-qpush-exact.t (21.38s)test-fastannotate-protocol.t (8.46s)test-hybridencode.py (0.26s)test-rebase-bookmarks.t (14.62s)test-bookmarks-current.t (14.88s)test-convert-hg-source.t (12.02s)test-notify-changegroup.t (4.60s)test-encoding-align.t (4.97s)test-debugbuilddag.t (5.75s)test-convert-baz.t (0.10s)test-inherit-mode.t (1.91s)test-infinitepush.t (14.13s)test-histedit-non-commute-abort.t (7.26s)test-releasenotes-merging.t (5.94s)test-remotefilelog-gcrepack.t (8.93s)test-convert-hg-startrev.t (9.26s)test-show-work.t (19.89s)test-narrow-strip.t#flat#lfs-off (6.71s)test-narrow-strip.t#flat#lfs-on (7.93s)test-narrow-strip.t#tree#lfs-off (6.74s)test-narrow-strip.t#tree#lfs-on (7.79s)test-repo-compengines.t (8.89s)test-merge-commit.t (7.21s)test-audit-path.t (12.20s)test-exchange-obsmarkers-case-B4.t (10.36s)test-fastannotate.t (11.15s)test-narrow-expanddirstate.t (5.36s)test-purge.t (10.18s)test-symlinks.t (11.29s)test-exchange-obsmarkers-case-C4.t (8.64s)test-sparse-revlog.t (0.10s)test-mq-safety.t (13.04s)test-directaccess.t (8.67s)test-exchange-obsmarkers-case-A6.t (9.29s)test-exchange-obsmarkers-case-A5.t (8.47s)test-remotefilelog-local.t (16.35s)test-basic.t (6.26s)test-narrow-share.t#flat (25.83s)test-narrow-share.t#tree (25.35s)test-hgweb-csp.t (5.57s)test-histedit-bookmark-motion.t (6.39s)test-obsolete-tag-cache.t (4.56s)test-diff-binary-file.t (5.99s)test-casefolding.t (0.09s)test-mq-git.t (6.13s)test-mq-qfold.t (9.97s)test-remotefilelog-cacheprocess.t (3.88s)test-patchbomb-bookmark.t (3.52s)test-stack.t (11.98s)test-journal-share.t (5.90s)test-paths.t (12.88s)test-contrib-testparseutil.t (0.30s)test-hgweb-no-request-uri.t (1.28s)test-sparse-merges.t (10.60s)test-pathconflicts-merge.t (10.65s)test-releasenotes-parsing.t (2.27s)test-diff-indent-heuristic.t#bdiff (0.70s)test-diff-indent-heuristic.t#xdiff (0.93s)test-import-merge.t (11.14s)test-drawdag.t (8.42s)test-patchbomb-tls.t (3.55s)test-exchange-obsmarkers-case-B2.t (7.94s)test-convert-p4.t (0.10s)test-show-stack.t (20.35s)test-narrow-clone-nonlinear.t (20.33s)test-config.t (5.18s)test-mq-eol.t (5.84s)test-exchange-obsmarkers-case-A4.t (7.17s)test-convert-bzr-directories.t (0.09s)test-obsmarkers-effectflag.t (19.60s)test-rename-merge1.t (19.75s)test-fastannotate-renames.t (8.63s)test-histedit-drop.t (5.68s)test-rebase-mq-skip.t#continuecommand (10.30s)test-rebase-mq-skip.t#continueflag (10.26s)test-bookmarks-merge.t (9.74s)test-lock-badness.t (9.91s)test-repair-strip.t (4.99s)test-histedit-outgoing.t (7.71s)test-pull.t#sshv1 (6.41s)test-pull.t#sshv2 (6.45s)test-exchange-obsmarkers-case-B6.t (7.11s)test-merge-default.t (7.53s)test-extension-timing.t (0.82s)test-match.py (0.22s)test-rebase-emptycommit.t (7.94s)test-cbor.py (0.78s)test-debugbundle.t (2.62s)test-copy-move-merge.t (16.29s)test-profile.t (15.16s)test-convert-tla.t (1.05s)test-mq-qclone-http.t (14.86s)test-exchange-obsmarkers-case-A2.t (14.38s)test-exchange-obsmarkers-case-D2.t (14.28s)test-status-terse.t (13.93s)test-merge7.t (3.53s)test-phase-archived.t (4.06s)test-hgweb-no-path-info.t (1.20s)test-subrepo-missing.t (12.86s)test-pathconflicts-update.t (12.62s)test-show.t (12.48s)test-addremove-similar.t (12.59s)test-contrib.t (1.47s)test-unionrepo.t (12.32s)test-flags.t (12.00s)test-remotefilelog-gc.t (11.60s)test-commit-multiple.t (11.48s)test-commit-unresolved.t#abortcommand (11.19s)test-commit-unresolved.t#abortflag (11.05s)test-import-eol.t (10.89s)test-logtoprocess.t (10.83s)test-mq-missingfiles.t (10.82s)test-sparse-import.t (10.52s)test-rebase-transaction.t#continuecommand (10.71s)test-rebase-transaction.t#continueflag (10.52s)test-identify.t (10.28s)test-default-push.t (10.03s)test-merge-subrepos.t (9.80s)test-narrow-clone-no-ellipsis.t (19.04s)test-filebranch.t (9.14s)test-mq-qdelete.t (8.95s)test-convert-datesort.t (8.98s)test-sidedata.t (8.74s)test-update-atomic.t (3.39s)test-mq-merge.t (8.34s)test-pull-r.t (7.09s)test-clone-update-order.t (5.20s)test-pending.t (6.89s)test-fastannotate-perfhack.t (8.27s)test-origbackup-conflict.t (5.10s)test-narrow-pull.t (15.86s)test-merge-local.t (6.18s)test-remotefilelog-http.t (5.79s)test-bugzilla.t (2.20s)test-exchange-obsmarkers-case-D3.t (7.93s)test-remote-hidden.t (5.22s)test-narrow-shallow.t (16.42s)test-worker.t (2.44s)test-merge-halt.t (5.76s)test-branch-option.t (8.66s)test-mac-packages.t (0.18s)test-empty-group.t (4.46s)test-parents.t (5.70s)test-fix-metadata.t (0.73s)test-http-branchmap.t (3.79s)test-children.t (5.88s)test-diff-change.t (6.87s)test-extdata.t (6.64s)test-bundle2-pushback.t#sshv1 (3.64s)test-bundle2-pushback.t#sshv2 (3.76s)test-rebuildstate.t (5.90s)test-narrow-merge.t#flat (7.40s)test-mq-pull-from-bundle.t (6.98s)test-narrow-merge.t#tree (7.46s)test-exchange-obsmarkers-case-B3.t (7.05s)test-amend-subrepo.t#obsstore-off (7.92s)test-remotefilelog-corrupt-cache.t (4.64s)test-amend-subrepo.t#obsstore-on (7.70s)test-merge-internal-tools-pattern.t (4.94s)test-run-tests.py (0.19s)test-issue672.t (3.21s)test-extensions-afterloaded.t (4.37s)test-tools.t (0.96s)test-fastannotate-corrupt.t (4.06s)test-narrow-commit.t#flat (8.59s)test-narrow-commit.t#tree (8.63s)test-eol-clone.t (2.76s)test-wireproto-serverreactor.py (0.28s)test-excessive-merge.t (4.31s)test-relink.t (2.92s)test-mq-qqueue.t (9.96s)test-narrow-rebase.t#continuecommand (7.03s)test-narrow-rebase.t#continueflag (7.08s)test-push-cgi.t (1.77s)test-record.t (1.13s)test-convert-darcs.t (0.84s)test-remotefilelog-clone-tree.t (4.39s)test-patch.t (3.52s)test-hgweb-non-interactive.t (1.03s)test-sqlitestore.t (2.23s)test-remotefilelog-clone.t (4.41s)test-arbitraryfilectx.t (2.14s)test-remotefilelog-sparse.t (11.33s)test-cache-abuse.t (14.09s)test-rebase-backup.t (5.29s)test-simple-update.t (6.14s)test-pathconflicts-basic.t (5.99s)test-committer.t (4.33s)test-exchange-obsmarkers-case-B7.t (6.72s)test-pull-http.t (3.67s)test-remotefilelog-bundle2-legacy.t (0.63s)test-exchange-obsmarkers-case-B1.t (6.76s)test-mq-qdiff.t (6.20s)test-remotefilelog-log.t (5.33s)test-bookmarks-rebase.t (5.15s)test-serve.t (5.45s)test-exchange-obsmarkers-case-A7.t (5.74s)test-revset-outgoing.t (4.14s)test-import-context.t (1.72s)test-remotefilelog-bundle2.t (6.11s)test-eol-add.t (3.19s)test-bundle-vs-outgoing.t (4.49s)test-rebase-partial.t (4.29s)test-update-names.t (5.84s)test-mailmap.t (3.77s)test-remotefilelog-bundles.t (4.88s)test-merge-remove.t (5.70s)test-convert-tagsbranch-topology.t (1.45s)test-requires.t (3.18s)test-locate.t (8.26s)test-merge-closedheads.t (7.46s)test-rename-after-merge.t (6.15s)test-wireproto-clientreactor.py (0.28s)test-contrib-dumprevlog.t (3.26s)test-remotefilelog-pull-noshallow.t (3.40s)test-debugextensions.t (1.36s)test-narrow-clone-stream.t#flat-fncache (19.74s)test-narrow-clone-stream.t#flat-nofncache (19.74s)test-narrow-clone-stream.t#tree (19.51s)test-rebase-legacy.t#continuecommand (1.49s)test-rebase-legacy.t#continueflag (1.30s)test-issue1306.t (2.94s)test-lfs-bundle.t (5.86s)test-issue1175.t (5.71s)test-cat.t (7.43s)test-nointerrupt.t (4.69s)test-issue660.t (6.16s)test-largefiles-small-disk.t (1.53s)test-convert-clonebranches.t (5.08s)test-oldcgi.t (1.38s)test-impexp-branch.t (4.31s)test-narrow-clone-non-narrow-server.t (8.03s)test-histedit-no-backup.t#abortcommand (2.57s)test-histedit-no-backup.t#abortflag (2.66s)test-issue586.t (5.33s)test-unified-test.t (0.71s)test-rebase-templates.t (3.55s)test-remotefilelog-tags.t (4.02s)test-symlink-placeholder.t (3.16s)test-merge6.t (4.00s)test-narrow-copies.t (5.77s)test-server-view.t (3.97s)test-rebase-issue-noparam-single-rev.t (5.39s)test-dirstate.t (3.77s)test-close-head.t (4.42s)test-url-download.t (4.17s)test-merge-revert2.t (7.60s)test-verify-repo-operations.py (0.12s)test-addremove.t (5.43s)test-mq-qrename.t (9.64s)test-narrow-update.t (5.40s)test-mq-symlinks.t (7.96s)test-ssh-repoerror.t (4.33s)test-wsgirequest.py (0.35s)test-double-merge.t (2.14s)test-narrow-patch.t#flat (2.60s)test-narrow-patch.t#tree (2.70s)test-glog-topological.t (2.14s)test-sparse-verbose-json.t (3.30s)test-merge9.t (4.24s)test-context-metadata.t (2.54s)test-patch-offset.t (0.76s)test-log-exthook.t (1.14s)test-newcgi.t (1.04s)test-issue1802.t (3.35s)test-update-reverse.t (2.92s)test-wireproto-command-branchmap.t (3.07s)test-pushvars.t (2.62s)test-histedit-templates.t (2.34s)test-hgwebdirsym.t (3.51s)test-manifest.py (2.86s)test-revlog-raw.py (0.68s)test-merge-symlinks.t (1.68s)test-branch-tag-confict.t (2.34s)test-narrow-debugcommands.t (2.81s)test-custom-filters.t (2.01s)test-sparse-clone.t (1.87s)test-issue2137.t (0.95s)test-remotefilelog-partial-shallow.t (3.30s)test-eolfilename.t (2.61s)test-merge10.t (3.25s)test-journal-exists.t (2.57s)test-revlog-v2.t (1.89s)test-diffdir.t (4.66s)test-schemes.t (2.69s)test-issue522.t (2.74s)test-histedit-merge-tools.t (2.11s)test-mq-qgoto.t (6.68s)test-revlog.t (1.60s)test-newercgi.t (1.04s)test-url.py (0.21s)test-editor-filename.t (1.62s)test-import-unknown.t (5.06s)test-unbundlehash.t (1.87s)test-narrow-sparse.t#flat (3.00s)test-narrow-sparse.t#tree (3.14s)test-wireproto-command-known.t (2.23s)test-missing-capability.t (2.61s)test-wireproto-command-listkeys.t (2.58s)test-convert-identity.t (3.01s)test-merge-revert.t (7.65s)test-wireproto-command-heads.t (2.46s)test-encode.t (3.18s)test-permissions.t (2.35s)test-casecollision.t (4.91s)test-ancestor.py (0.96s)test-update-dest.t (2.46s)test-known.t (3.65s)test-sparse-fsmonitor.t (0.02s)test-no-symlinks.t (0.10s)test-remotefilelog-datapack.py (1.71s)test-convert-authormap.t (1.72s)test-subrepo-paths.t (1.65s)test-sparse-requirement.t (1.65s)test-confused-revert.t (4.19s)test-remotefilelog-permissions.t (3.88s)test-fuzz-targets.t (0.34s)test-issue1993.t (2.13s)test-issue1502.t (2.64s)test-clone-cgi.t (1.00s)test-sparse-clear.t (2.39s)test-simplemerge.py (0.20s)test-websub.t (1.46s)test-rebase-brute-force.t (2.27s)test-revlog-mmapindex.t (16.17s)test-merge2.t (5.10s)test-diff-antipatience.t#bdiff (0.74s)test-diff-antipatience.t#xdiff (0.98s)test-issue1877.t (3.59s)test-gpg.t (1.87s)test-empty-file.t (2.91s)test-lrucachedict.py (0.20s)test-hgk.t (2.10s)test-changelog-exec.t (2.61s)test-diff-hashes.t (2.12s)test-debian-packages.t (0.40s)test-absorb-edit-lines.t (2.50s)test-remotefilelog-wireproto.t (3.42s)test-mactext.t (1.18s)test-convert-bzr-ghosts.t (0.10s)test-docker-packaging.t (0.23s)test-bookmarks-strip.t (2.89s)test-narrow-acl.t (3.14s)test-remotefilelog-keepset.t (2.65s)test-lock.py (0.20s)test-remotefilelog-histpack.py (3.67s)test-remotefilelog-bad-configs.t (2.54s)test-diff-subdir.t (1.82s)test-convert-bzr-114.t (0.08s)test-trusted.py (0.28s)test-narrow-debugrebuilddirstate.t (2.02s)test-unrelated-pull.t (2.06s)test-parseindex2.py (0.31s)test-diff-reverse.t (2.28s)test-revset-dirstate-parents.t (4.84s)test-wireproto-command-pushkey.t (1.63s)test-update-issue1456.t (3.06s)test-empty.t (1.55s)test-merge5.t (2.71s)test-wireproto-framing.py (0.20s)test-narrow-archive.t (3.03s)test-diff-copy-depth.t (4.39s)test-convert-bzr-treeroot.t (0.08s)test-hgweb-bundle.t (1.90s)test-absorb-unfinished.t (1.41s)test-mq-qimport-fail-cleanup.t (1.66s)test-fix-clang-format.t (1.38s)test-manifest-merging.t (2.00s)test-linerange.py (0.20s)test-issue619.t (2.06s)test-merge8.t (2.12s)test-issue842.t (2.10s)test-remotefilelog-blame.t (3.46s)test-linelog.py (2.72s)test-filecache.py (1.03s)test-propertycache.py (0.56s)test-revlog-group-emptyiter.t (1.48s)test-pathencode.py (0.52s)test-demandimport.py (0.37s)test-archive-symlinks.t (1.40s)test-absorb-strip.t (1.32s)test-pull-permission.t (1.24s)test-issue5979.t (2.63s)test-rust-ancestor.py (0.15s)test-revisions.t (3.49s)test-merge4.t (2.19s)test-absorb-filefixupstate.py (0.36s)test-wireproto-command-lookup.t (1.34s)test-phabricator.t (0.42s)test-context.py (0.44s)test-issue612.t (2.08s)test-debugindexdot.t (2.28s)test-eol-tag.t (1.45s)test-batching.py (0.29s)test-bdiff.py (0.19s)test-hgweb-auth.py (0.19s)test-nested-repo.t (2.60s)test-minirst.py (0.23s)test-execute-bit.t (2.32s)test-username-newline.t (0.90s)test-fastannotate-revmap.py (0.36s)test-issue4074.t (1.91s)test-remotefilelog-share.t (2.09s)test-dirstate-nonnormalset.t (1.82s)test-revlog-packentry.t (1.16s)test-ui-config.py (0.39s)test-diff-issue2761.t (2.00s)test-atomictempfile.py (0.20s)test-strict.t (1.85s)test-util.py (0.19s)test-diff-newlines.t (0.98s)test-rust-discovery.py (0.15s)test-empty-dir.t (1.33s)test-storage.py (2.03s)test-absorb-phase.t (1.77s)test-annotate.py (0.23s)test-extra-filelog-entry.t (1.48s)test-debugrename.t (1.88s)test-issue1438.t (1.92s)test-issue1102.t (1.62s)test-fastannotate-diffopts.t (0.97s)test-bad-pull.t (1.27s)test-revert-flags.t (1.49s)test-revert-unknown.t (1.66s)test-simplekeyvaluefile.py (0.22s)test-issue1089.t (1.44s)test-doctest.py (1.04s)test-backwards-remove.t (1.19s)test-wireproto.py (0.25s)test-contrib-emacs.t (0.39s)test-cappedreader.py (0.18s)test-xdg.t (0.30s)test-dirstate-backup.t (0.44s)test-mq-qsave.t (1.01s)test-encoding-func.py (0.16s)test-extensions-wrapfunction.py (0.28s)test-walkrepo.py (0.35s)test-revlog-ancestry.py (0.53s)test-ui-verbosity.py (0.27s)test-filelog.py (0.34s)test-sshserver.py (0.30s)test-hg-parseurl.py (0.32s)test-symlink-os-yes-fs-no.py (1.37s)test-minifileset.py (0.25s)test-config-env.py (0.25s)test-lfs-pointer.py (0.36s)test-duplicateoptions.py (0.44s)test-hgwebdir-paths.py (0.32s)test-ui-color.py (0.33s)test-status-inprocess.py (0.33s)test-dispatch.py (0.39s)test-mdiff.py (0.15s)