Job hg-committed-2a98b0cd4995d725104ea1e42b5009f7ee26ac4c-windows-cpython-3.7-x64-0

Repo:hg-committed
Node:2a98b0cd4995d725104ea1e42b5009f7ee26ac4c
Name:windows-cpython-3.7-x64
Scheduled At:2020-03-24T12:53:51
Started At:2020-03-24T12:54:00
Finished At:2020-03-24T13:36:58

Failed Tests

test-branch-option.t

--- c:/hgdev/src/tests/test-branch-option.t
+++ c:/hgdev/src/tests/test-branch-option.t.err
@@ -88,11 +88,11 @@
   $ hg --encoding utf-8 up æ
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg --encoding latin1 out -q ../branch#.
-  2:df5a44224d4e
-  3:4f4a5125ca10
+  2:3e0f1556a145
+  3:a5e3f9917d82
   $ hg --encoding latin1 out -q -b .
-  2:df5a44224d4e
-  3:4f4a5125ca10
+  2:3e0f1556a145
+  3:a5e3f9917d82
 
 clone branch b
 

test-churn.t

--- c:/hgdev/src/tests/test-churn.t
+++ c:/hgdev/src/tests/test-churn.t.err
@@ -168,7 +168,7 @@
   user3           3 *******************************************
   user2           2 *****************************
   user4           2 *****************************
-  El Niño         1 ************** (esc)
+  El Niño        1 ************** (esc)
   with space      1 **************
 
 Test --template argument, with backwards compatibility

test-debugcommands.t

--- c:/hgdev/src/tests/test-debugcommands.t
+++ c:/hgdev/src/tests/test-debugcommands.t.err
@@ -440,11 +440,12 @@
   > }
   $ dolock -s &
   $ waitlock .hg/store/lock
-
-  $ hg debuglocks
-  lock:  user *, process * (*s) (glob)
-  wlock: free
+  timeout: .hg/store/lock was not created in 5 seconds
   [1]
+
+  $ hg debuglocks
+  lock:  free
+  wlock: free
   $ touch .hg/unlock
   $ wait
   $ [ -f .hg/store/lock ] || echo "There is no lock"
@@ -454,11 +455,12 @@
 
   $ dolock -S &
   $ waitlock .hg/wlock
-
-  $ hg debuglocks
-  lock:  free
-  wlock: user *, process * (*s) (glob)
+  timeout: .hg/wlock was not created in 5 seconds
   [1]
+
+  $ hg debuglocks
+  lock:  free
+  wlock: free
   $ touch .hg/unlock
   $ wait
   $ [ -f .hg/wlock ] || echo "There is no wlock"
@@ -468,20 +470,21 @@
 
   $ dolock -Ss &
   $ waitlock .hg/wlock && waitlock .hg/store/lock
-
-  $ hg debuglocks
-  lock:  user *, process * (*s) (glob)
-  wlock: user *, process * (*s) (glob)
-  [2]
+  timeout: .hg/wlock was not created in 5 seconds
+  [1]
+
+  $ hg debuglocks
+  lock:  free
+  wlock: free
 
 * Test failing to set a lock
 
   $ hg debuglocks -s
-  abort: lock is already held
+  ready to release the lock (y)?  abort: response expected
   [255]
 
   $ hg debuglocks -S
-  abort: wlock is already held
+  ready to release the lock (y)?  abort: response expected
   [255]
 
   $ touch .hg/unlock
@@ -495,13 +498,16 @@
 
   $ dolock -s &
   $ waitlock .hg/store/lock
-
-  $ hg debuglocks
-  lock:  user *, process * (*s) (glob)
-  wlock: free
+  timeout: .hg/store/lock was not created in 5 seconds
   [1]
 
+  $ hg debuglocks
+  lock:  free
+  wlock: free
+
   $ hg debuglocks -L
+  abort: $ENOENT$: '$TESTTMP\debugrevlog\.hg/store\lock'
+  [255]
 
   $ hg debuglocks
   lock:  free
@@ -514,13 +520,16 @@
 
   $ dolock -S &
   $ waitlock .hg/wlock
-
-  $ hg debuglocks
-  lock:  free
-  wlock: user *, process * (*s) (glob)
+  timeout: .hg/wlock was not created in 5 seconds
   [1]
 
+  $ hg debuglocks
+  lock:  free
+  wlock: free
+
   $ hg debuglocks -W
+  abort: $ENOENT$: '$TESTTMP\debugrevlog\.hg\wlock'
+  [255]
 
   $ hg debuglocks
   lock:  free

test-doctest.py

--- c:/hgdev/src/tests/test-doctest.py.out
+++ c:/hgdev/src/tests/test-doctest.py.err
@@ -0,0 +1,9 @@
+Traceback (most recent call last):
+  File "c:\hgdev\src	ests	est-doctest.py", line 77, in <module>
+    cwd=os.path.dirname(os.environ['TESTDIR']),
+  File "c:\hgdev\python37-x64\lib\subprocess.py", line 411, in check_output
+    **kwargs).stdout
+  File "c:\hgdev\python37-x64\lib\subprocess.py", line 512, in run
+    output=stdout, stderr=stderr)
+subprocess.CalledProcessError: Command 'hg files --print0 'set:(**.py and grep("
+\s*>>> "))'' returned non-zero exit status 1.

test-encoding-align.t

--- c:/hgdev/src/tests/test-encoding-align.t
+++ c:/hgdev/src/tests/test-encoding-align.t.err
@@ -73,10 +73,14 @@
 
   $ cp s $S
   $ hg add $S
+  短名: $ENOENT$ (esc)
+  [1]
   $ cp m $M
   $ hg add $M
   $ cp l $L
   $ hg add $L
+  長い長い名前: $ENOENT$ (esc)
+  [1]
 
 commit(1)
 
@@ -102,22 +106,20 @@
 check alignment of user names in annotate
 
   $ hg annotate -u $M
-          短名: first line(2) (esc)
-       MIDDLE_: second line(2)
-  長い長い名前: third line(2) (esc)
+              短名: first line(2) (esc)
+             MIDDLE_: second line(2)
+  長い長い名前: third line(2) (esc)
 
 check alignment of filenames in diffstat
 
   $ hg diff -c tip --stat
-   MIDDLE_      |  1 +
-   短名         |  1 + (esc)
-   長い長い名前 |  1 + (esc)
-   3 files changed, 3 insertions(+), 0 deletions(-)
+   MIDDLE_ |  1 +
+   1 files changed, 1 insertions(+), 0 deletions(-)
 
 add branches/tags
 
   $ hg branch $S
-  marked working directory as branch 短名 (esc)
+  marked working directory as branch 短名 (esc)
   (branches are permanent and global, did you want a bookmark?)
   $ hg tag $S
   $ hg book -f $S
@@ -126,29 +128,29 @@
   $ hg tag $M
   $ hg book -f $M
   $ hg branch $L
-  marked working directory as branch 長い長い名前 (esc)
+  marked working directory as branch 長い長い名前 (esc)
   $ hg tag $L
   $ hg book -f $L
 
 check alignment of branches
 
   $ hg branches
-  長い長い名前                   5:d745ff46155b (esc)
-  MIDDLE_                        4:9259be597f19 (inactive)
-  短名                           3:b06c5b6def9e (inactive) (esc)
-  default                        2:64a70663cee8 (inactive)
+  長い長い名前             5:cc6831309048 (esc)
+  MIDDLE_                        4:bac95d255fe8 (inactive)
+  短名                         3:d6829fef7e9f (inactive) (esc)
+  default                        2:8410b134db4d (inactive)
 
 check alignment of tags
 
   $ hg tags
-  tip                                5:d745ff46155b
-  長い長い名前                       4:9259be597f19 (esc)
-  MIDDLE_                            3:b06c5b6def9e
-  短名                               2:64a70663cee8 (esc)
+  tip                                5:cc6831309048
+  長い長い名前                 4:bac95d255fe8 (esc)
+  MIDDLE_                            3:d6829fef7e9f
+  短名                             2:8410b134db4d (esc)
 
 check alignment of bookmarks
 
   $ hg book
-     MIDDLE_                   5:d745ff46155b
-     短名                      4:9259be597f19 (esc)
-   * 長い長い名前              5:d745ff46155b (esc)
+     MIDDLE_                   5:cc6831309048
+     短名                    4:bac95d255fe8 (esc)
+   * 長い長い名前        5:cc6831309048 (esc)

test-encoding.t

--- c:/hgdev/src/tests/test-encoding.t
+++ c:/hgdev/src/tests/test-encoding.t.err
@@ -54,20 +54,20 @@
 hg log (ascii)
 
   $ hg --encoding ascii log
-  changeset:   5:a52c0692f24a
-  branch:      ?
-  tag:         tip
-  user:        test
-  date:        Thu Jan 01 00:00:00 1970 +0000
-  summary:     latin1 branch
-  
-  changeset:   4:94db611b4196
-  user:        test
-  date:        Thu Jan 01 00:00:00 1970 +0000
-  summary:     Added tag ? for changeset ca661e7520de
-  
-  changeset:   3:ca661e7520de
-  tag:         ?
+  changeset:   5:a74cbe165c69
+  branch:      ??
+  tag:         tip
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     latin1 branch
+  
+  changeset:   4:b864fdcf7a95
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     Added tag ?? for changeset ca661e7520de
+  
+  changeset:   3:ca661e7520de
+  tag:         ??
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     utf-8 e' encoded: ?
@@ -91,14 +91,14 @@
 hg log (latin-1)
 
   $ hg --encoding latin-1 log
-  changeset:   5:a52c0692f24a
+  changeset:   5:a74cbe165c69
   branch:      é (esc)
   tag:         tip
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     latin1 branch
   
-  changeset:   4:94db611b4196
+  changeset:   4:b864fdcf7a95
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     Added tag é for changeset ca661e7520de (esc)
@@ -128,14 +128,14 @@
 hg log (utf-8)
 
   $ hg --encoding utf-8 log
-  changeset:   5:a52c0692f24a
+  changeset:   5:a74cbe165c69
   branch:      é (esc)
   tag:         tip
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     latin1 branch
   
-  changeset:   4:94db611b4196
+  changeset:   4:b864fdcf7a95
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     Added tag é for changeset ca661e7520de (esc)
@@ -165,27 +165,27 @@
 hg tags (ascii)
 
   $ HGENCODING=ascii hg tags
-  tip                                5:a52c0692f24a
-  ?                                  3:ca661e7520de
+  tip                                5:a74cbe165c69
+  ??                                 3:ca661e7520de
 
 hg tags (latin-1)
 
   $ HGENCODING=latin-1 hg tags
-  tip                                5:a52c0692f24a
-  é                                  3:ca661e7520de (esc)
+  tip                                5:a74cbe165c69
+  é                                 3:ca661e7520de (esc)
 
 hg tags (utf-8)
 
   $ HGENCODING=utf-8 hg tags
-  tip                                5:a52c0692f24a
-  é                                  3:ca661e7520de (esc)
+  tip                                5:a74cbe165c69
+  é                                 3:ca661e7520de (esc)
 
 hg tags (JSON)
 
   $ hg tags -Tjson
   [
    {
-    "node": "a52c0692f24ad921c0a31e1736e7635a8b23b670",
+    "node": "a74cbe165c69f71f87bc12cc1d1e9add8d8cc9af",
     "rev": 5,
     "tag": "tip",
     "type": ""
@@ -201,34 +201,34 @@
 hg branches (ascii)
 
   $ HGENCODING=ascii hg branches
-  ?                              5:a52c0692f24a
-  default                        4:94db611b4196 (inactive)
+  ??                             5:a74cbe165c69
+  default                        4:b864fdcf7a95 (inactive)
 
 hg branches (latin-1)
 
   $ HGENCODING=latin-1 hg branches
-  é                              5:a52c0692f24a (esc)
-  default                        4:94db611b4196 (inactive)
+  é                             5:a74cbe165c69 (esc)
+  default                        4:b864fdcf7a95 (inactive)
 
 hg branches (utf-8)
 
   $ HGENCODING=utf-8 hg branches
-  é                              5:a52c0692f24a (esc)
-  default                        4:94db611b4196 (inactive)
+  é                             5:a74cbe165c69 (esc)
+  default                        4:b864fdcf7a95 (inactive)
   $ echo '[ui]' >> .hg/hgrc
   $ echo 'fallbackencoding = koi8-r' >> .hg/hgrc
 
 hg log (utf-8)
 
   $ HGENCODING=utf-8 hg log
-  changeset:   5:a52c0692f24a
+  changeset:   5:a74cbe165c69
   branch:      é (esc)
   tag:         tip
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     latin1 branch
   
-  changeset:   4:94db611b4196
+  changeset:   4:b864fdcf7a95
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     Added tag é for changeset ca661e7520de (esc)
@@ -262,7 +262,7 @@
   (please check your locale settings)
   [255]
   $ HGENCODING=ascii hg branch `cat latin-1-tag`
-  abort: decoding near 'é': 'ascii' codec can't decode byte 0xe9 in position 0: ordinal not in range(128)! (esc)
+  abort: decoding near 'é': 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)! (esc)
   [255]
   $ cp latin-1-tag .hg/branch
   $ HGENCODING=latin-1 hg ci -m 'auto-promote legacy name'

test-extdata.t

--- c:/hgdev/src/tests/test-extdata.t
+++ c:/hgdev/src/tests/test-extdata.t.err
@@ -78,18 +78,130 @@
 test template support:
 
   $ hg log -r:3 -T "{node|short}{if(extdata('notes'), ' # {extdata('notes')}')}
"
-  06254b906311 # first post
-  e8342c9a2ed1 # this is buggy :(
-  f6ed99a58333 # this change is great!
-  9de260b1e88e
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 00:11:34) [MSC v.1916 64 bit (AMD64)]
+  ** Mercurial Distributed SCM (version 5.3.1+395-2a98b0cd4995)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1182, in _dispatch
 (esc)
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\commands.py", line 4736, in log
 (esc)
+      displayfn(ui, repo, revs, displayer, getcopies)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\logcmdutil.py", line 1070, in displayrevs
 (esc)
+      displayer.show(ctx, copies=copies)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\logcmdutil.py", line 275, in show
 (esc)
+      self._show(ctx, copies, props)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\logcmdutil.py", line 600, in _show
 (esc)
+      self.ui.write(self.t.render(key, props))
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templater.py", line 1032, in render
 (esc)
+      return b''.join(self.generate(t, mapping))
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\util.py", line 1765, in increasingchunks
 (esc)
+      for chunk in source:
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 794, in flatten
 (esc)
+      for i in thing:
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 998, in runtemplate
 (esc)
+      yield evalrawexp(context, mapping, arg)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 847, in evalrawexp
 (esc)
+      return func(context, mapping, data)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templatefuncs.py", line 384, in if_
 (esc)
+      test = evalboolean(context, mapping, args[0])
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 889, in evalboolean
 (esc)
+      thing = func(context, mapping, data)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templatefuncs.py", line 150, in extdata
 (esc)
+      data = cache[source] = scmutil.extdatasource(ctx.repo(), source)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\scmutil.py", line 1675, in extdatasource
 (esc)
+      src = url.open(repo.ui, spec)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\url.py", line 677, in open
 (esc)
+      url_ = b'file://' + pycompat.bytesurl(urlreq.pathname2url(path))
 (esc)
+    File "C:\hgdev\python37-x64\Lib\nturl2path.py", line 53, in pathname2url
 (esc)
+      if not ':' in p:
 (esc)
+  TypeError: a bytes-like object is required, not 'str'
 (esc)
+  [1]
 
 test template cache:
 
   $ hg log -r:3 -T '{rev} "{extdata("notes")}" "{extdata("shelldata")}"
'
-  0 "first post" ""
-  1 "this is buggy :(" ""
-  2 "this change is great!" "another comment on 2"
-  3 "" ""
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 00:11:34) [MSC v.1916 64 bit (AMD64)]
+  ** Mercurial Distributed SCM (version 5.3.1+395-2a98b0cd4995)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1182, in _dispatch
 (esc)
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\commands.py", line 4736, in log
 (esc)
+      displayfn(ui, repo, revs, displayer, getcopies)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\logcmdutil.py", line 1070, in displayrevs
 (esc)
+      displayer.show(ctx, copies=copies)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\logcmdutil.py", line 275, in show
 (esc)
+      self._show(ctx, copies, props)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\logcmdutil.py", line 600, in _show
 (esc)
+      self.ui.write(self.t.render(key, props))
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templater.py", line 1032, in render
 (esc)
+      return b''.join(self.generate(t, mapping))
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\util.py", line 1765, in increasingchunks
 (esc)
+      for chunk in source:
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 794, in flatten
 (esc)
+      for i in thing:
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 998, in runtemplate
 (esc)
+      yield evalrawexp(context, mapping, arg)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templateutil.py", line 847, in evalrawexp
 (esc)
+      return func(context, mapping, data)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\templatefuncs.py", line 150, in extdata
 (esc)
+      data = cache[source] = scmutil.extdatasource(ctx.repo(), source)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\scmutil.py", line 1675, in extdatasource
 (esc)
+      src = url.open(repo.ui, spec)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\url.py", line 677, in open
 (esc)
+      url_ = b'file://' + pycompat.bytesurl(urlreq.pathname2url(path))
 (esc)
+    File "C:\hgdev\python37-x64\Lib\nturl2path.py", line 53, in pathname2url
 (esc)
+      if not ':' in p:
 (esc)
+  TypeError: a bytes-like object is required, not 'str'
 (esc)
+  [1]
 
 test bad extdata() template source
 

test-extdiff.t

--- c:/hgdev/src/tests/test-extdiff.t
+++ c:/hgdev/src/tests/test-extdiff.t.err
@@ -514,7 +514,7 @@
 
   $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td    > | grep "^      '"
-        '¥¥'
+        '¥¥'
 
   $ cd $TESTTMP
 

test-fix.t

--- c:/hgdev/src/tests/test-fix.t
+++ c:/hgdev/src/tests/test-fix.t.err
@@ -608,7 +608,7 @@
   $ sleep 2 # mtime has a resolution of one or two seconds.
   $ hg fix --working-dir
   $ f foo.whole.orig --newer foo.whole
-  foo.whole.orig: newer than foo.whole
+  foo.whole.orig: older than foo.whole
 
   $ cd ..
 
@@ -939,6 +939,7 @@
   0
   $ hg fix -r .
   $ hg log --template '{rev}
'
+  1
   0
 
   $ cd ..
@@ -957,6 +958,7 @@
   M foo.whole
   $ hg fix -r .
   $ hg status --change tip
+  M foo.whole
 
   $ cd ..
 
@@ -984,15 +986,17 @@
   
   $ hg fix -r 0:2
   $ hg log --graph --template '{rev} {files}'
-  o  4 bar.whole
+  o  5 bar.whole
   |
-  o  3
+  o  4
   |
-  | @  2 bar.whole
-  | |
-  | x  1 foo.whole
-  |/
-  o  0 foo.whole
+  o  3 foo.whole
+  
+  @  2 bar.whole
+  |
+  x  1 foo.whole
+  |
+  x  0 foo.whole
   
 
   $ cd ..
@@ -1507,13 +1511,13 @@
   $ make_test_files wdir
   $ hg fix -r 'not public()' -w
   $ hg log -G -T'{rev}:{shortest(node,8)}: branch:{branch} desc:{desc}'
-  @  8:c22ce900: branch:child desc:child of merge
+  @  8:6da3f279: branch:child desc:child of merge
   |
-  o    7:5a30615a: branch:merge desc:evil merge
+  o    7:0d0bfa28: branch:merge desc:evil merge
   |-  | o  6:4e5acdc4: branch:r2 desc:merge me, pt2
+  | o  6:5f9f0e2f: branch:r2 desc:merge me, pt2
   | |
-  o |  5:eea01878: branch:r1 desc:merge me, pt1
+  o |  5:935ac1bf: branch:r1 desc:merge me, pt1
   |/
   o  0:0c548d87: branch:r0 desc:r0
   

test-help.t

--- c:/hgdev/src/tests/test-help.t
+++ c:/hgdev/src/tests/test-help.t.err
@@ -1921,22 +1921,16 @@
   > upper = b"‹L˜^"
   > pycompat.stdout.write(b"hg --encoding cp932 help -e ambiguous.%s
" % upper)
   > EOF
-  ‹L˜^ (esc)
-  ----
-  
-  Upper name should show only this message
-  
+  abort: help section not found: ambiguous.‹L˜^ (esc)
+  [255]
 
   $ "$PYTHON" <<EOF | sh
   > from mercurial import pycompat
   > lower = b"‹l˜^"
   > pycompat.stdout.write(b"hg --encoding cp932 help -e ambiguous.%s
" % lower)
   > EOF
-  ‹l˜^ (esc)
-  ----
-  
-  Lower name should show only this message
-  
+  abort: help section not found: ambiguous.‹l˜^ (esc)
+  [255]
 
   $ cat >> $HGRCPATH <<EOF
   > [extensions]

test-hghave.t

--- c:/hgdev/src/tests/test-hghave.t
+++ c:/hgdev/src/tests/test-hghave.t.err
@@ -3,6 +3,8 @@
 Testing that hghave does not crash when checking features
 
   $ hghave --test-features 2>/dev/null
+  feature rust failed:  argument of type 'int' is not iterable
 (esc)
+  [1]
 
 Testing hghave extensibility for third party tools
 

test-histedit-arguments.t#abortcommand

--- c:/hgdev/src/tests/test-histedit-arguments.t
+++ c:/hgdev/src/tests/test-histedit-arguments.t#abortcommand.err
@@ -309,7 +309,7 @@
   $ hg --encoding utf-8 commit --logfile logfile
 
   $ HGEDITOR=cat hg --encoding utf-8 histedit tip
-  pick 3d3ea1f3a10b 5 1234567890123456789012345678901234567890123456789012345あ... (esc)
+  pick 3d3ea1f3a10b 5 1234567890123456789012345678901234567890123456789012345あ...
 (esc)
   
   # Edit history between 3d3ea1f3a10b and 3d3ea1f3a10b
   #

test-histedit-arguments.t#abortflag

--- c:/hgdev/src/tests/test-histedit-arguments.t
+++ c:/hgdev/src/tests/test-histedit-arguments.t#abortflag.err
@@ -309,7 +309,7 @@
   $ hg --encoding utf-8 commit --logfile logfile
 
   $ HGEDITOR=cat hg --encoding utf-8 histedit tip
-  pick 3d3ea1f3a10b 5 1234567890123456789012345678901234567890123456789012345あ... (esc)
+  pick 3d3ea1f3a10b 5 1234567890123456789012345678901234567890123456789012345あ...
 (esc)
   
   # Edit history between 3d3ea1f3a10b and 3d3ea1f3a10b
   #

test-http-bad-server.t

--- c:/hgdev/src/tests/test-http-bad-server.t
+++ c:/hgdev/src/tests/test-http-bad-server.t.err
@@ -997,8 +997,8 @@
   sendall(9 from 9) -> (77) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (68) 4\r\n)\r\n (esc)
   sendall(47 from 47) -> (21) 29\r\nCHANGEGROUP	version02nbchanges1\r\n (esc)
-  sendall(9 from 9) -> (12) 4\r\nÒ\r\n (esc)
-  sendall(12 from 473) -> (0) 1d2\r\n²–î (esc)
+  sendall(9 from 9) -> (12) 4\r\nÒ\r\n
 (esc)
+  sendall(12 from 473) -> (0) 1d2\r\n²–î
 (esc)
   write limit reached; closing socket
   $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
   Traceback (most recent call last):
@@ -1052,8 +1052,8 @@
   sendall(9 from 9) -> (538) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (529) 4\r\n)\r\n (esc)
   sendall(47 from 47) -> (482) 29\r\nCHANGEGROUP	version02nbchanges1\r\n (esc)
-  sendall(9 from 9) -> (473) 4\r\nÒ\r\n (esc)
-  sendall(473 from 473) -> (0) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n (esc)
+  sendall(9 from 9) -> (473) 4\r\nÒ\r\n
 (esc)
+  sendall(473 from 473) -> (0) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n
 (esc)
   write limit reached; closing socket
   $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/?cmd=getbundle': (glob)
   Traceback (most recent call last):
@@ -1111,8 +1111,8 @@
   sendall(9 from 9) -> (569) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (560) 4\r\n)\r\n (esc)
   sendall(47 from 47) -> (513) 29\r\nCHANGEGROUP	version02nbchanges1\r\n (esc)
-  sendall(9 from 9) -> (504) 4\r\nÒ\r\n (esc)
-  sendall(473 from 473) -> (31) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n (esc)
+  sendall(9 from 9) -> (504) 4\r\nÒ\r\n
 (esc)
+  sendall(473 from 473) -> (31) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n
 (esc)
   sendall(9 from 9) -> (22) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (13) 4\r\n \r\n (esc)
   sendall(13 from 38) -> (0) 20\r\nLISTKEYS (esc)
@@ -1169,8 +1169,8 @@
   sendall(9 from 9) -> (851) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (842) 4\r\n)\r\n (esc)
   sendall(47 from 47) -> (795) 29\r\nCHANGEGROUP	version02nbchanges1\r\n (esc)
-  sendall(9 from 9) -> (786) 4\r\nÒ\r\n (esc)
-  sendall(473 from 473) -> (313) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n (esc)
+  sendall(9 from 9) -> (786) 4\r\nÒ\r\n
 (esc)
+  sendall(473 from 473) -> (313) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n
 (esc)
   sendall(9 from 9) -> (304) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (295) 4\r\n \r\n (esc)
   sendall(38 from 38) -> (257) 20\r\nLISTKEYS	namespacephases\r\n (esc)
@@ -1183,7 +1183,7 @@
   sendall(9 from 9) -> (107) 4\r\n\r\n (esc)
   sendall(35 from 35) -> (72) 1d\r\ncache:rev-branch-cache\r\n (esc)
   sendall(9 from 9) -> (63) 4\r\n'\r\n (esc)
-  sendall(45 from 45) -> (18) 27\r\ndefault–îsTÄ­srvrÃjV:jL\r\n (esc)
+  sendall(45 from 45) -> (18) 27\r\ndefault–îsTÄ­srvrÃjV:jL\r\n
 (esc)
   sendall(9 from 9) -> (9) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (0) 4\r\n\r\n (esc)
   write limit reached; closing socket
@@ -1247,8 +1247,8 @@
   sendall(9 from 9) -> (854) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (845) 4\r\n)\r\n (esc)
   sendall(47 from 47) -> (798) 29\r\nCHANGEGROUP	version02nbchanges1\r\n (esc)
-  sendall(9 from 9) -> (789) 4\r\nÒ\r\n (esc)
-  sendall(473 from 473) -> (316) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n (esc)
+  sendall(9 from 9) -> (789) 4\r\nÒ\r\n
 (esc)
+  sendall(473 from 473) -> (316) 1d2\r\n²–îsTÄ­srvrÃjV:jL–îsTÄ­srvrÃjV:jL>6a3df4de388f3c4f8e28f4f9a814299a3cbb5f50\ntest\n0 0\nfoo\n\ninitial¡j=ôÞ8<OŽ(ôù¨)š<»_P–îsTÄ­srvrÃjV:jL-foob80de5d138758541c5f05265ad144ab9fa86d1db\nfooh¸\råÑ8u…AÅðRe­J¹ú†ÑۖîsTÄ­srvrÃjV:jL\r\n
 (esc)
   sendall(9 from 9) -> (307) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (298) 4\r\n \r\n (esc)
   sendall(38 from 38) -> (260) 20\r\nLISTKEYS	namespacephases\r\n (esc)
@@ -1261,7 +1261,7 @@
   sendall(9 from 9) -> (110) 4\r\n\r\n (esc)
   sendall(35 from 35) -> (75) 1d\r\ncache:rev-branch-cache\r\n (esc)
   sendall(9 from 9) -> (66) 4\r\n'\r\n (esc)
-  sendall(45 from 45) -> (21) 27\r\ndefault–îsTÄ­srvrÃjV:jL\r\n (esc)
+  sendall(45 from 45) -> (21) 27\r\ndefault–îsTÄ­srvrÃjV:jL\r\n
 (esc)
   sendall(9 from 9) -> (12) 4\r\n\r\n (esc)
   sendall(9 from 9) -> (3) 4\r\n\r\n (esc)
   sendall(3 from 5) -> (0) 0

test-http-branchmap.t

--- c:/hgdev/src/tests/test-http-branchmap.t
+++ c:/hgdev/src/tests/test-http-branchmap.t.err
@@ -19,11 +19,11 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets 867c11ce77b8
+  new changesets e4d82e14af83
   updating to branch æ (esc)
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg --encoding utf-8 -R b log
-  changeset:   0:867c11ce77b8
+  changeset:   0:e4d82e14af83
   branch:      æ (esc)
   tag:         tip
   user:        test
@@ -40,14 +40,14 @@
   remote: adding file changes
   remote: added 1 changesets with 1 changes to 1 files
   $ hg -R a --encoding utf-8 log
-  changeset:   1:58e7c90d67cb
+  changeset:   1:43e645958b82
   branch:      æ (esc)
   tag:         tip
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     bar
   
-  changeset:   0:867c11ce77b8
+  changeset:   0:e4d82e14af83
   branch:      æ (esc)
   user:        test
   date:        Thu Jan 01 00:00:00 1970 +0000

test-http-proxy.t

--- c:/hgdev/src/tests/test-http-proxy.t
+++ c:/hgdev/src/tests/test-http-proxy.t.err
@@ -90,8 +90,14 @@
 misconfigured hosts)
 
   $ http_proxy=localhost:$HGPORT2 hg clone --config http_proxy.always=True http://localhost:$HGPORT/ f
-  abort: error: (Connection refused|Protocol not supported|.* actively refused it|\$EADDRNOTAVAIL\$|No route to host) (re)
-  [255]
+  requesting all changes
+  adding changesets
+  adding manifests
+  adding file changes
+  added 1 changesets with 1 changes to 1 files
+  new changesets 83180e7845de
+  updating to branch default
+  1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
 do not use the proxy if it is in the no list
 
@@ -105,18 +111,3 @@
   updating to branch default
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cat proxy.log
-  * - - [*] "GET http://localhost:$HGPORT/?cmd=capabilities HTTP/1.1" - - (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=batch HTTP/1.1" - - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=getbundle HTTP/1.1" - - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=0&common=0000000000000000000000000000000000000000&heads=83180e7845de420a1bb46896fd5fe05294f8d629&listkeys=bookmarks&stream=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  * - - [*] "GET http://localhost:$HGPORT/?cmd=capabilities HTTP/1.1" - - (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=batch HTTP/1.1" - - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=getbundle HTTP/1.1" - - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=83180e7845de420a1bb46896fd5fe05294f8d629&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  * - - [*] "GET http://localhost:$HGPORT/?cmd=capabilities HTTP/1.1" - - (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=batch HTTP/1.1" - - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=getbundle HTTP/1.1" - - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=83180e7845de420a1bb46896fd5fe05294f8d629&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  * - - [*] "GET http://localhost:$HGPORT/?cmd=capabilities HTTP/1.1" - - (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=batch HTTP/1.1" - - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=getbundle HTTP/1.1" - - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=83180e7845de420a1bb46896fd5fe05294f8d629&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  * - - [*] "GET http://localhost:$HGPORT/?cmd=capabilities HTTP/1.1" - - (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=batch HTTP/1.1" - - x-hgarg-1:cmds=heads+%3Bknown+nodes%3D x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)
-  $LOCALIP - - [$LOGDATE$] "GET http://localhost:$HGPORT/?cmd=getbundle HTTP/1.1" - - x-hgarg-1:bookmarks=1&$USUAL_BUNDLE_CAPS$&cg=1&common=0000000000000000000000000000000000000000&heads=83180e7845de420a1bb46896fd5fe05294f8d629&listkeys=bookmarks&phases=1 x-hgproto-1:0.1 0.2 comp=$USUAL_COMPRESSIONS$ partial-pull (glob)

test-log.t

--- c:/hgdev/src/tests/test-log.t
+++ c:/hgdev/src/tests/test-log.t.err
@@ -2060,15 +2060,9 @@
   ... hg --encoding cp932 log --template '{rev}\n' -k 'ヂ'
   ... '''.encode('cp932')) and None
   $ sh < test.sh
-  0
   ====
-  1
   ====
-  2
-  0
   ====
-  3
-  1
 
   $ cd ..
 

test-mactext.t

--- c:/hgdev/src/tests/test-mactext.t
+++ c:/hgdev/src/tests/test-mactext.t.err
@@ -35,4 +35,4 @@
   $ hg cat f | "$PYTHON" print.py
   hello<LF>
   $ cat f | "$PYTHON" print.py
-  hello<CR>
+  hello<LF>
 (esc)

test-notify.t

--- c:/hgdev/src/tests/test-notify.t
+++ c:/hgdev/src/tests/test-notify.t.err
@@ -436,27 +436,27 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets 0f25f9c22b4c
+  new changesets 5e14b89ad3da
 (esc)
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 8bit
   X-Test: foo
   Date: * (glob)
   Subject: à... (esc) (no-py3 !)
-  Subject: =?utf-8?b?w6AuLi4=?= (py3 !)
-  From: test@test.com
-  X-Hg-Notification: changeset 0f25f9c22b4c
+  Subject: =?utf-8?b?w4MuLi4=?=
 (esc)
+  From: test@test.com
+  X-Hg-Notification: changeset 5e14b89ad3da
 (esc)
   Message-Id: <*> (glob)
   To: baz@test.com, foo@bar
   
-  changeset 0f25f9c22b4c in b
+  changeset 5e14b89ad3da in b
 (esc)
   description: àáâãä (esc)
   diffstat:
    a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
   
   diffs (7 lines):
   
-  diff -r fccf66cd0c35 -r 0f25f9c22b4c a
+  diff -r fccf66cd0c35 -r 5e14b89ad3da a
 (esc)
   --- 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
@@ -480,7 +480,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)
   $ cat b/mbox | "$PYTHON" $TESTDIR/unwrap-message-id.py | "$PYTHON" $TESTTMP/filter.py
@@ -492,36 +492,36 @@
   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
-  
+  X-Hg-Notification: changeset fecd12eab950
 (esc)
+  Message-Id: <hg.fecd12eab950.1585055766.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  changeset fecd12eab950 in b
 (esc)
+  description: long line
 (esc)
+  diffstat:
 (esc)
+   a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
 (esc)
+  
 (esc)
+  diffs (8 lines):
 (esc)
+  
 (esc)
+  diff -r 5e14b89ad3da -r fecd12eab950 a
 (esc)
+  --- a/a	Thu Jan 01 00:00:00 1970 +0000
 (esc)
+  +++ b/a	Thu Jan 01 00:00:00 1970 +0000
 (esc)
+  @@ -1,3 +1,4 @@ a a a
 (esc)
+  +nonononononononononononononononononononononononononononononononononononono=
 (esc)
+  nononononononononononononononononononononononononononononononononononononon=
 (esc)
+  ononononononononononononononononononononononononononononononononononononono=
 (esc)
+  nononononononononononononononononononononononononononononononononononononon=
 (esc)
+  ononononononononononononononononononononononononononononononononononononono=
 (esc)
+  nononononononononononononononononononononononononononononononononononononon=
 (esc)
+  ononononononononononononononononononononononononononononononononononononono=
 (esc)
+  nononononononononononononononononononononononononononononononononononononon=
 (esc)
+  ononononononononononononononononononononononononononononononononononononono=
 (esc)
+  nononononononononononononononononononononononononononononononononononononon=
 (esc)
+  ononononononononononononononononononononononononononononononononononononono=
 (esc)
+  nononononononononononononononononononononononononononononononononononononon=
 (esc)
+  ononononononononononononononononononononononononononononononononononononono=
 (esc)
+  nonononononononononononono=D1=84
 (esc)
+  
 (esc)
  revset selection: send to address that matches branch and repo
 
   $ cat << EOF >> $HGRCPATH
@@ -552,7 +552,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets f7e5aaed4080
+  new changesets cfdce462aac0
 (esc)
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -560,13 +560,13 @@
   Date: * (glob)
   Subject: test
   From: test@test.com
-  X-Hg-Notification: changeset f7e5aaed4080
-  Message-Id: <hg.f7e5aaed4080.*.*@*> (glob)
-  To: baz@test.com, foo@bar, notify@example.com
-  
-  changeset f7e5aaed4080 in b
-  description: test
-  (run 'hg update' to get a working copy)
+  X-Hg-Notification: changeset cfdce462aac0
 (esc)
+  Message-Id: <hg.cfdce462aac0.1585055768.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar, notify@example.com
 (esc)
+  
 (esc)
+  changeset cfdce462aac0 in b
 (esc)
+  description: test
 (esc)
+  (run 'hg update' to get a working copy)
 (esc)
 
 revset selection: don't send to address that waits for mails
 from different branch
@@ -584,7 +584,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 0 changes to 0 files (+1 heads)
-  new changesets 645eb6690ecf
+  new changesets 424ada2957e5
 (esc)
   MIME-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
@@ -592,13 +592,13 @@
   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
-  description: test
-  (run 'hg heads' to see heads)
+  X-Hg-Notification: changeset 424ada2957e5
 (esc)
+  Message-Id: <hg.424ada2957e5.1585055769.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  changeset 424ada2957e5 in b
 (esc)
+  description: test
 (esc)
+  (run 'hg heads' to see heads)
 (esc)
 
 default template:
 
@@ -615,13 +615,13 @@
   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
-  description: default template
+  X-Hg-Notification: changeset eec6221c8a43
 (esc)
+  Message-Id: <hg.eec6221c8a43.1585055770.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  changeset eec6221c8a43 in $TESTTMP\b
 (esc)
+  details: http://test/b?cmd=changeset;node=eec6221c8a43
 (esc)
+  description: default template
 (esc)
 
 with style:
 
@@ -646,11 +646,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
 (esc)
+  Message-Id: <hg.7955a56097d3.1585055771.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  changeset 7955a56097d3
 (esc)
 
 with template (overrides style):
 
@@ -669,13 +669,13 @@
   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)
-  To: baz@test.com, foo@bar
-  
-  with template
+  Subject: 82bb0b6eb499: with template
 (esc)
+  From: test@test.com
+  X-Hg-Notification: changeset 82bb0b6eb499
 (esc)
+  Message-Id: <hg.82bb0b6eb499.1585055772.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  with template
 (esc)
 
 showfunc diff
   $ cat <<EOF >> $HGRCPATH
@@ -703,32 +703,32 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets b86bc16ff894
+  new changesets dfca204f4cee
 (esc)
   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
-  diffs (11 lines):
-  
-  diff -r 14721b538ae3 -r b86bc16ff894 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 @@
-  +int main() {
-  +    int a = 0;
-  +    int b = 1;
-  +    int c = 2;
-  +    int d = 3;
-  +    return a + b + c + d;
-  +}
-  (run 'hg update' to get a working copy)
+  X-Hg-Notification: changeset dfca204f4cee
 (esc)
+  Message-Id: <hg.dfca204f4cee.1585055773.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  changeset dfca204f4cee
 (esc)
+  diffs (11 lines):
 (esc)
+  
 (esc)
+  diff -r 82bb0b6eb499 -r dfca204f4cee f1
 (esc)
+  --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
 (esc)
+  +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
 (esc)
+  @@ -0,0 +1,7 @@
 (esc)
+  +int main() {
 (esc)
+  +    int a = 0;
 (esc)
+  +    int b = 1;
 (esc)
+  +    int c = 2;
 (esc)
+  +    int d = 3;
 (esc)
+  +    return a + b + c + d;
 (esc)
+  +}
 (esc)
+  (run 'hg update' to get a working copy)
 (esc)
   $ cat > f1 << EOF
   > int main() {
   >     int a = 0;
@@ -747,30 +747,30 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
-  new changesets e81040e9838c
+  new changesets 23ea51ca9d20
 (esc)
   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
-  diffs (12 lines):
-  
-  diff -r b86bc16ff894 -r e81040e9838c 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() {
-       int a = 0;
-       int b = 1;
-       int c = 2;
-  -    int d = 3;
-  -    return a + b + c + d;
-  +    int e = 3;
-  +    return a + b + c + e;
-   }
-  (run 'hg update' to get a working copy)
+  X-Hg-Notification: changeset 23ea51ca9d20
 (esc)
+  Message-Id: <hg.23ea51ca9d20.1585055773.7455609818295957393@EC2AMAZ-5ML6GS6.us-west-2.compute.internal>
 (esc)
+  To: baz@test.com, foo@bar
 (esc)
+  
 (esc)
+  changeset 23ea51ca9d20
 (esc)
+  diffs (12 lines):
 (esc)
+  
 (esc)
+  diff -r dfca204f4cee -r 23ea51ca9d20 f1
 (esc)
+  --- a/f1	Thu Jan 01 00:00:00 1970 +0000
 (esc)
+  +++ b/f1	Thu Jan 01 00:00:00 1970 +0000
 (esc)
+  @@ -2,6 +2,6 @@ int main() {
 (esc)
+       int a = 0;
 (esc)
+       int b = 1;
 (esc)
+       int c = 2;
 (esc)
+  -    int d = 3;
 (esc)
+  -    return a + b + c + d;
 (esc)
+  +    int e = 3;
 (esc)
+  +    return a + b + c + e;
 (esc)
+   }
 (esc)
+  (run 'hg update' to get a working copy)
 (esc)

test-obsmarker-template.t

--- c:/hgdev/src/tests/test-obsmarker-template.t
+++ c:/hgdev/src/tests/test-obsmarker-template.t.err
@@ -2643,9 +2643,9 @@
 local encoding since the command is supposed to show unmodified content:
 
   $ HGENCODING=latin-1 hg debugobsolete
-  5f66a482f0bb2fcaccfc215554ad5eb9f40b50f5 718c0d00cee1429bdb73064e0d88908c601507a8 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'note': 'tèst2', 'operation': 'amend', 'user': 'test'}
-  718c0d00cee1429bdb73064e0d88908c601507a8 1132562159b35bb27e1d6b80c80ee94a1659a4da 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '1', 'operation': 'amend', 'user': 'tèst2'}
-  8f82db6f991db367fdbb3b6dba5e187ecc3ebd96 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'tèst2'}
+  5f66a482f0bb2fcaccfc215554ad5eb9f40b50f5 718c0d00cee1429bdb73064e0d88908c601507a8 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'note': 'tèst2', 'operation': 'amend', 'user': 'test'}
+  718c0d00cee1429bdb73064e0d88908c601507a8 1132562159b35bb27e1d6b80c80ee94a1659a4da 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '1', 'operation': 'amend', 'user': 'tèst2'}
+  8f82db6f991db367fdbb3b6dba5e187ecc3ebd96 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'tèst2'}
 
 metadata should be converted back to local encoding when displaying:
 

test-patchbomb.t

--- c:/hgdev/src/tests/test-patchbomb.t
+++ c:/hgdev/src/tests/test-patchbomb.t.err
@@ -456,16 +456,16 @@
   this patch series consists of 1 patches.
   
   
-  displaying [PATCH] ?a ...
+  displaying [PATCH] ??a ...
   MIME-Version: 1.0
   Content-Type: text/plain; charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
-  Subject: [PATCH] ?a
-  X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
+  Subject: [PATCH] ??a
+  X-Mercurial-Node: 2a90046f2e2d6329a52e24b1233b02bb47b61e57
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <f81ef97829467e868fc4.240@test-hostname>
-  X-Mercurial-Series-Id: <f81ef97829467e868fc4.240@test-hostname>
+  Message-Id: <2a90046f2e2d6329a52e.240@test-hostname>
+  X-Mercurial-Series-Id: <2a90046f2e2d6329a52e.240@test-hostname>
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:04:00 +0000
   From: quux
@@ -476,18 +476,18 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 2a90046f2e2d6329a52e24b1233b02bb47b61e57
   # Parent  ff2c9fa2018b15fa74b33363bda9527323e2a99f
-  ?a
-  
-  diff -r ff2c9fa2018b -r f81ef9782946 description
+  ??a
+  
+  diff -r ff2c9fa2018b -r 2a90046f2e2d description
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/description	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,3 @@
   +a multiline
   +
   +description
-  diff -r ff2c9fa2018b -r f81ef9782946 utf
+  diff -r ff2c9fa2018b -r 2a90046f2e2d utf
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/utf	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,1 @@
@@ -499,19 +499,19 @@
   this patch series consists of 1 patches.
   
   
-  sending [PATCH] ?a ...
+  sending [PATCH] ??a ...
 
   $ cat mbox
   From quux ... ... .. ..:..:.. .... (re)
   MIME-Version: 1.0
   Content-Type: text/plain; charset="utf-8"
   Content-Transfer-Encoding: base64
-  Subject: [PATCH] ?a
-  X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
+  Subject: [PATCH] ??a
+  X-Mercurial-Node: 2a90046f2e2d6329a52e24b1233b02bb47b61e57
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <f81ef97829467e868fc4.240@test-hostname>
-  X-Mercurial-Series-Id: <f81ef97829467e868fc4.240@test-hostname>
+  Message-Id: <2a90046f2e2d6329a52e.240@test-hostname>
+  X-Mercurial-Series-Id: <2a90046f2e2d6329a52e.240@test-hostname>
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:04:00 +0000
   From: Q <quux> (no-py3 !)
@@ -520,15 +520,15 @@
   Cc: bar
   
   IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIHRlc3QKIyBEYXRlIDQgMAojICAgICAgVGh1IEph
-  biAwMSAwMDowMDowNCAxOTcwICswMDAwCiMgTm9kZSBJRCBmODFlZjk3ODI5NDY3ZTg2OGZjNDA1
-  ZmNjYmNmYTY2MjE3ZTRkM2U2CiMgUGFyZW50ICBmZjJjOWZhMjAxOGIxNWZhNzRiMzMzNjNiZGE5
-  NTI3MzIzZTJhOTlmCj9hCgpkaWZmIC1yIGZmMmM5ZmEyMDE4YiAtciBmODFlZjk3ODI5NDYgZGVz
-  Y3JpcHRpb24KLS0tIC9kZXYvbnVsbAlUaHUgSmFuIDAxIDAwOjAwOjAwIDE5NzAgKzAwMDAKKysr
-  IGIvZGVzY3JpcHRpb24JVGh1IEphbiAwMSAwMDowMDowNCAxOTcwICswMDAwCkBAIC0wLDAgKzEs
-  MyBAQAorYSBtdWx0aWxpbmUKKworZGVzY3JpcHRpb24KZGlmZiAtciBmZjJjOWZhMjAxOGIgLXIg
-  ZjgxZWY5NzgyOTQ2IHV0ZgotLS0gL2Rldi9udWxsCVRodSBKYW4gMDEgMDA6MDA6MDAgMTk3MCAr
-  MDAwMAorKysgYi91dGYJVGh1IEphbiAwMSAwMDowMDowNCAxOTcwICswMDAwCkBAIC0wLDAgKzEs
-  MSBAQAoraMO2bW1hIQo=
+  biAwMSAwMDowMDowNCAxOTcwICswMDAwCiMgTm9kZSBJRCAyYTkwMDQ2ZjJlMmQ2MzI5YTUyZTI0
+  YjEyMzNiMDJiYjQ3YjYxZTU3CiMgUGFyZW50ICBmZjJjOWZhMjAxOGIxNWZhNzRiMzMzNjNiZGE5
+  NTI3MzIzZTJhOTlmCj8/YQoKZGlmZiAtciBmZjJjOWZhMjAxOGIgLXIgMmE5MDA0NmYyZTJkIGRl
+  c2NyaXB0aW9uCi0tLSAvZGV2L251bGwJVGh1IEphbiAwMSAwMDowMDowMCAxOTcwICswMDAwCisr
+  KyBiL2Rlc2NyaXB0aW9uCVRodSBKYW4gMDEgMDA6MDA6MDQgMTk3MCArMDAwMApAQCAtMCwwICsx
+  LDMgQEAKK2EgbXVsdGlsaW5lCisKK2Rlc2NyaXB0aW9uCmRpZmYgLXIgZmYyYzlmYTIwMThiIC1y
+  IDJhOTAwNDZmMmUyZCB1dGYKLS0tIC9kZXYvbnVsbAlUaHUgSmFuIDAxIDAwOjAwOjAwIDE5NzAg
+  KzAwMDAKKysrIGIvdXRmCVRodSBKYW4gMDEgMDA6MDA6MDQgMTk3MCArMDAwMApAQCAtMCwwICsx
+  LDEgQEAKK2jDtm1tYSEK
   
   
   >>> import base64
@@ -543,18 +543,18 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 2a90046f2e2d6329a52e24b1233b02bb47b61e57
   # Parent  ff2c9fa2018b15fa74b33363bda9527323e2a99f
-  ?a
-  
-  diff -r ff2c9fa2018b -r f81ef9782946 description
+  ??a
+  
+  diff -r ff2c9fa2018b -r 2a90046f2e2d description
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/description	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,3 @@
   +a multiline
   +
   +description
-  diff -r ff2c9fa2018b -r f81ef9782946 utf
+  diff -r ff2c9fa2018b -r 2a90046f2e2d utf
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/utf	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,1 @@
@@ -577,11 +577,11 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: quoted-printable
   Subject: [PATCH] long line
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
-  X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.240@test-hostname>
+  X-Mercurial-Series-Id: <6a3d45a97c951339278a.240@test-hostname>
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:04:00 +0000
   From: quux
@@ -592,11 +592,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -631,11 +631,11 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: quoted-printable
   Subject: [PATCH] long line
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
-  X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.240@test-hostname>
+  X-Mercurial-Series-Id: <6a3d45a97c951339278a.240@test-hostname>
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:04:00 +0000
   From: quux
@@ -646,11 +646,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -693,11 +693,11 @@
   Content-Type: text/plain; charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
   Subject: [PATCH] isolatin 8-bit encoding
-  X-Mercurial-Node: 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
+  X-Mercurial-Node: ad98bd2771b25d0809cc341668586cf9c9ef3bd2
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <4d6f44f466c96d89f2e7.300@test-hostname>
-  X-Mercurial-Series-Id: <4d6f44f466c96d89f2e7.300@test-hostname>
+  Message-Id: <ad98bd2771b25d0809cc.300@test-hostname>
+  X-Mercurial-Series-Id: <ad98bd2771b25d0809cc.300@test-hostname>
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:05:00 +0000
   From: quux
@@ -708,11 +708,11 @@
   # User test
   # Date 5 0
   #      Thu Jan 01 00:00:05 1970 +0000
-  # Node ID 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
-  # Parent  0c7b871cb86b61a1c07e244393603c361e4a178d
+  # Node ID ad98bd2771b25d0809cc341668586cf9c9ef3bd2
+  # Parent  6a3d45a97c951339278ad9f52837943e41514943
   isolatin 8-bit encoding
   
-  diff -r 0c7b871cb86b -r 4d6f44f466c9 isolatin
+  diff -r 6a3d45a97c95 -r ad98bd2771b2 isolatin
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/isolatin	Thu Jan 01 00:00:05 1970 +0000
   @@ -0,0 +1,1 @@
@@ -940,11 +940,11 @@
   Content-Type: multipart/mixed; boundary="===*==" (glob)
   MIME-Version: 1.0
   Subject: [PATCH] test
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
-  X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.60@test-hostname>
 (esc)
+  X-Mercurial-Series-Id: <6a3d45a97c951339278a.60@test-hostname>
 (esc)
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:01:00 +0000
   From: quux
@@ -961,11 +961,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
 (esc)
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
 (esc)
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -1091,10 +1091,10 @@
   Content-Type: multipart/mixed; boundary="===*==" (glob)
   MIME-Version: 1.0
   Subject: [PATCH 3 of 3] long line
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
   X-Mercurial-Series-Index: 3
   X-Mercurial-Series-Total: 3
-  Message-Id: <0c7b871cb86b61a1c07e.63@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.63@test-hostname>
 (esc)
   X-Mercurial-Series-Id: <8580ff50825a50c8f716.61@test-hostname>
   In-Reply-To: <patchbomb.60@test-hostname>
   References: <patchbomb.60@test-hostname>
@@ -1114,11 +1114,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
 (esc)
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
 (esc)
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -1202,11 +1202,11 @@
   Content-Type: multipart/mixed; boundary="===*==" (glob)
   MIME-Version: 1.0
   Subject: [PATCH] test
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
-  X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.60@test-hostname>
 (esc)
+  X-Mercurial-Series-Id: <6a3d45a97c951339278a.60@test-hostname>
 (esc)
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Thu, 01 Jan 1970 00:01:00 +0000
   From: quux
@@ -1232,11 +1232,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
 (esc)
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
 (esc)
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -1441,10 +1441,10 @@
   Content-Type: multipart/mixed; boundary="===*==" (glob)
   MIME-Version: 1.0
   Subject: [PATCH 3 of 3] long line
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
   X-Mercurial-Series-Index: 3
   X-Mercurial-Series-Total: 3
-  Message-Id: <0c7b871cb86b61a1c07e.63@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.63@test-hostname>
 (esc)
   X-Mercurial-Series-Id: <8580ff50825a50c8f716.61@test-hostname>
   In-Reply-To: <patchbomb.60@test-hostname>
   References: <patchbomb.60@test-hostname>
@@ -1473,11 +1473,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
 (esc)
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
 (esc)
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
 (esc)
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -1932,11 +1932,11 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Subject: [PATCH] Added tag two, two.diff for changeset ff2c9fa2018b
-  X-Mercurial-Node: 9cea7492c36bdda2c72e7dd5f35f7fc367adeb2c
+  X-Mercurial-Node: 708544ccbdda6e797bfb30a577744f3330312415
   X-Mercurial-Series-Index: 1
   X-Mercurial-Series-Total: 1
-  Message-Id: <9cea7492c36bdda2c72e.60@test-hostname>
-  X-Mercurial-Series-Id: <9cea7492c36bdda2c72e.60@test-hostname>
+  Message-Id: <708544ccbdda6e797bfb.60@test-hostname>
+  X-Mercurial-Series-Id: <708544ccbdda6e797bfb.60@test-hostname>
   In-Reply-To: <baz>
   References: <baz>
   User-Agent: Mercurial-patchbomb/* (glob)
@@ -1949,11 +1949,11 @@
   # User test
   # Date 0 0
   #      Thu Jan 01 00:00:00 1970 +0000
-  # Node ID 9cea7492c36bdda2c72e7dd5f35f7fc367adeb2c
-  # Parent  3b775b32716d9b54291ccddf0a36ceea45449bfb
+  # Node ID 708544ccbdda6e797bfb30a577744f3330312415
+  # Parent  0c1b4de1cfb5e4d6b0b346aaebe91182419e771e
   Added tag two, two.diff for changeset ff2c9fa2018b
   
-  diff -r 3b775b32716d -r 9cea7492c36b .hgtags
+  diff -r 0c1b4de1cfb5 -r 708544ccbdda .hgtags
   --- a/.hgtags	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgtags	Thu Jan 01 00:00:00 1970 +0000
   @@ -2,3 +2,5 @@
@@ -2571,7 +2571,7 @@
   User-Agent: Mercurial-patchbomb/* (glob)
   Date: Tue, 01 Jan 1980 00:01:00 +0000
   From: quux
-  To: bar@xn--nicode-2ya.com
+  To: bar@xn--14nicode-qza5441f.com
   
   # HG changeset patch
   # User test
@@ -2607,17 +2607,17 @@
   |
   o  9:2f9fa9b998c5 d
   |
-  | o  8:9cea7492c36b Added tag two, two.diff for changeset ff2c9fa2018b
+  | o  8:708544ccbdda Added tag two, two.diff for changeset ff2c9fa2018b
   | |
-  | o  7:3b775b32716d Added tag one, one.patch for changeset 97d72e5f12c7
+  | o  7:0c1b4de1cfb5 Added tag one, one.patch for changeset 97d72e5f12c7
   | |
-  | o  6:c41d7353114c Added tag zero, zero.foo for changeset 8580ff50825a
+  | o  6:a14c9afe0a3f Added tag zero, zero.foo for changeset 8580ff50825a
   | |
-  | o  5:4d6f44f466c9 isolatin 8-bit encoding
+  | o  5:ad98bd2771b2 isolatin 8-bit encoding
   | |
-  | o  4:0c7b871cb86b long line
+  | o  4:6a3d45a97c95 long line
   | |
-  | o  3:f81ef9782946 ça (esc)
+  | o  3:2a90046f2e2d ça (esc)
   | |
   | o  2:ff2c9fa2018b c
   |/
@@ -2684,11 +2684,11 @@
   Content-Type: text/plain; charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
   Subject: [PATCH 2 of 6] ça (esc) (no-py3 !)
-  Subject: =?utf-8?b?W1BBVENIIDIgb2YgNl0gw6dh?= (py3 !)
-  X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
+  Subject: =?utf-8?b?W1BBVENIIDIgb2YgNl0gw4PCp2E=?=
+  X-Mercurial-Node: 2a90046f2e2d6329a52e24b1233b02bb47b61e57
   X-Mercurial-Series-Index: 2
   X-Mercurial-Series-Total: 6
-  Message-Id: <f81ef97829467e868fc4.315532862@test-hostname>
+  Message-Id: <2a90046f2e2d6329a52e.315532862@test-hostname>
   X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
   In-Reply-To: <patchbomb.315532860@test-hostname>
   References: <patchbomb.315532860@test-hostname>
@@ -2701,18 +2701,18 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 2a90046f2e2d6329a52e24b1233b02bb47b61e57
   # Parent  ff2c9fa2018b15fa74b33363bda9527323e2a99f
-  =E7a
-  
-  diff -r ff2c9fa2018b -r f81ef9782946 description
+  =C3=A7a
+  
+  diff -r ff2c9fa2018b -r 2a90046f2e2d description
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/description	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,3 @@
   +a multiline
   +
   +description
-  diff -r ff2c9fa2018b -r f81ef9782946 utf
+  diff -r ff2c9fa2018b -r 2a90046f2e2d utf
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/utf	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,1 @@
@@ -2723,10 +2723,10 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: quoted-printable
   Subject: [PATCH 3 of 6] long line
-  X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+  X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
   X-Mercurial-Series-Index: 3
   X-Mercurial-Series-Total: 6
-  Message-Id: <0c7b871cb86b61a1c07e.315532863@test-hostname>
+  Message-Id: <6a3d45a97c951339278a.315532863@test-hostname>
   X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
   In-Reply-To: <patchbomb.315532860@test-hostname>
   References: <patchbomb.315532860@test-hostname>
@@ -2739,11 +2739,11 @@
   # User test
   # Date 4 0
   #      Thu Jan 01 00:00:04 1970 +0000
-  # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
-  # Parent  f81ef97829467e868fc405fccbcfa66217e4d3e6
+  # Node ID 6a3d45a97c951339278ad9f52837943e41514943
+  # Parent  2a90046f2e2d6329a52e24b1233b02bb47b61e57
   long line
   
-  diff -r f81ef9782946 -r 0c7b871cb86b long
+  diff -r 2a90046f2e2d -r 6a3d45a97c95 long
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/long	Thu Jan 01 00:00:04 1970 +0000
   @@ -0,0 +1,4 @@
@@ -2770,10 +2770,10 @@
   Content-Type: text/plain; charset="iso-8859-1"
   Content-Transfer-Encoding: quoted-printable
   Subject: [PATCH 4 of 6] isolatin 8-bit encoding
-  X-Mercurial-Node: 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
+  X-Mercurial-Node: ad98bd2771b25d0809cc341668586cf9c9ef3bd2
   X-Mercurial-Series-Index: 4
   X-Mercurial-Series-Total: 6
-  Message-Id: <4d6f44f466c96d89f2e7.315532864@test-hostname>
+  Message-Id: <ad98bd2771b25d0809cc.315532864@test-hostname>
   X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
   In-Reply-To: <patchbomb.315532860@test-hostname>
   References: <patchbomb.315532860@test-hostname>
@@ -2786,11 +2786,11 @@
   # User test
   # Date 5 0
   #      Thu Jan 01 00:00:05 1970 +0000
-  # Node ID 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
-  # Parent  0c7b871cb86b61a1c07e244393603c361e4a178d
+  # Node ID ad98bd2771b25d0809cc341668586cf9c9ef3bd2
+  # Parent  6a3d45a97c951339278ad9f52837943e41514943
   isolatin 8-bit encoding
   
-  diff -r 0c7b871cb86b -r 4d6f44f466c9 isolatin
+  diff -r 6a3d45a97c95 -r ad98bd2771b2 isolatin
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/isolatin	Thu Jan 01 00:00:05 1970 +0000
   @@ -0,0 +1,1 @@
@@ -2801,10 +2801,10 @@
   Content-Type: text/plain; charset="us-ascii"
   Content-Transfer-Encoding: 7bit
   Subject: [PATCH 5 of 6] Added tag zero, zero.foo for changeset 8580ff50825a
-  X-Mercurial-Node: c41d7353114ccb07a50a822ad5ddf47051c88ec2
+  X-Mercurial-Node: a14c9afe0a3fa3024f7c4a83b98076eb79ca9ea2
   X-Mercurial-Series-Index: 5
   X-Mercurial-Series-Total: 6
-  Message-Id: <c41d7353114ccb07a50a.315532865@test-hostname>
+  Message-Id: <a14c9afe0a3fa3024f7c.315532865@test-hostname>
   X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
   In-Reply-To: <patchbomb.315532860@test-hostname>
   References: <patchbomb.315532860@test-hostname>
@@ -2817,11 +2817,11 @@
   # User test
   # Date 0 0
   #      Thu Jan 01 00:00:00 1970 +0000
-  # Node ID c41d7353114ccb07a50a822ad5ddf47051c88ec2
-  # Parent  4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
+  # Node ID a14c9afe0a3fa3024f7c4a83b98076eb79ca9ea2
+  # Parent  ad98bd2771b25d0809cc341668586cf9c9ef3bd2
   Added tag zero, zero.foo for changeset 8580ff50825a
   
-  diff -r 4d6f44f466c9 -r c41d7353114c .hgtags
+  diff -r ad98bd2771b2 -r a14c9afe0a3f .hgtags
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgtags	Thu Jan 01 00:00:00 1970 +0000
   @@ -0,0 +1,2 @@

test-persistent-nodemap.t

--- c:/hgdev/src/tests/test-persistent-nodemap.t
+++ c:/hgdev/src/tests/test-persistent-nodemap.t.err
@@ -104,8 +104,8 @@
   uid: ???????????????? (glob)
   tip-rev: 5001
   tip-node: 2dd9b5258caa46469ff07d4a3da1eb3529a51f49
-  data-length: 123072
-  data-unused: 192
+  data-length: 122880
+  data-unused: 0
 #endif
 
   $ f --size .hg/store/00changelog.n
@@ -230,6 +230,8 @@
   data-unused: 256 (pure !)
   data-unused: 256 (rust !)
   data-unused: 0 (no-rust no-pure !)
+  data-length: 122944
+  data-unused: 0
   $ cp -f ../tmp-copies/* .hg/store/
   $ hg debugnodemap --metadata
   uid: ???????????????? (glob)
@@ -271,6 +273,8 @@
   data-unused: 448 (pure !)
   data-unused: 123904 (rust !)
   data-unused: 0 (no-pure no-rust !)
+  data-length: 123008
+  data-unused: 0
 
   $ cp -f ../tmp-copies/* .hg/store/
   $ hg debugnodemap --metadata
@@ -307,6 +311,8 @@
   data-unused: 192 (pure !)
   data-unused: 192 (rust !)
   data-unused: 0 (no-pure no-rust !)
+  data-length: 123136
+  data-unused: 0
   $ hg debugnodemap --metadata
   uid: ???????????????? (glob)
   tip-rev: 5004
@@ -317,3 +323,5 @@
   data-unused: 192 (pure !)
   data-unused: 192 (rust !)
   data-unused: 0 (no-pure no-rust !)
+  data-length: 123136
+  data-unused: 0

test-revset.t

--- c:/hgdev/src/tests/test-revset.t
+++ c:/hgdev/src/tests/test-revset.t.err
@@ -308,7 +308,7 @@
   abort: unknown revision '-a'!
   [255]
   $ try é
-  (symbol 'é')
+  (symbol 'é')
   * set:
   <baseset [9]>
   9
@@ -1847,7 +1847,6 @@
   $ log 'id(2785f51eece)'
   0
   $ log 'id(d5d0dcbdc4d9ff5dbb2d336f32f0bb561c1a532c)'
-  8
   $ log 'id(d5d0dcbdc4a)'
   $ log 'id(d5d0dcbdc4w)'
   $ log 'id(d5d0dcbdc4d9ff5dbb2d336f32f0bb561c1a532d)'

test-revset2.t

--- c:/hgdev/src/tests/test-revset2.t
+++ c:/hgdev/src/tests/test-revset2.t.err
@@ -804,13 +804,13 @@
 (real pair)
 
   $ hg diff -r 'tip^^' -r 'tip'
-  diff -r 2326846efdab -r d2e607fcf9e4 .hgtags
+  diff -r 2326846efdab -r 03e2075a498e .hgtags
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgtags	Thu Jan 01 00:00:00 1970 +0000
   @@ -0,0 +1,1 @@
   +d5e6808a86077d6f5c1ff626d4352d01da7d2a1f 1.0
   $ hg diff -r 'tip^^::tip'
-  diff -r 2326846efdab -r d2e607fcf9e4 .hgtags
+  diff -r 2326846efdab -r 03e2075a498e .hgtags
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgtags	Thu Jan 01 00:00:00 1970 +0000
   @@ -0,0 +1,1 @@
@@ -824,13 +824,13 @@
 (single rev that does not looks like a range)
 
   $ hg diff -r 'tip^::tip^ or tip^'
-  diff -r d5d0dcbdc4d9 .hgtags
+  diff -r 6fa93c91b5c8 .hgtags
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgtags	* (glob)
   @@ -0,0 +1,1 @@
   +d5e6808a86077d6f5c1ff626d4352d01da7d2a1f 1.0
   $ hg diff -r 'tip^ or tip^'
-  diff -r d5d0dcbdc4d9 .hgtags
+  diff -r 6fa93c91b5c8 .hgtags
   --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
   +++ b/.hgtags	* (glob)
   @@ -0,0 +1,1 @@
@@ -1242,8 +1242,8 @@
   5:904fa392b941
   6:d5e6808a8607
   7:586353d483b3
-  8:d5d0dcbdc4d9
-  9:d2e607fcf9e4
+  8:6fa93c91b5c8
+  9:03e2075a498e
 
   $ hg log -qr d5e: --config revsetalias.d5e="0"
   0:2785f51eece5
@@ -1254,8 +1254,8 @@
   5:904fa392b941
   6:d5e6808a8607
   7:586353d483b3
-  8:d5d0dcbdc4d9
-  9:d2e607fcf9e4
+  8:6fa93c91b5c8
+  9:03e2075a498e
 
   $ hg log -qr :d5e --config revsetalias.d5e="9"
   0:2785f51eece5
@@ -1266,14 +1266,14 @@
   5:904fa392b941
   6:d5e6808a8607
   7:586353d483b3
-  8:d5d0dcbdc4d9
-  9:d2e607fcf9e4
+  8:6fa93c91b5c8
+  9:03e2075a498e
 
   $ hg log -qr d5e:
   6:d5e6808a8607
   7:586353d483b3
-  8:d5d0dcbdc4d9
-  9:d2e607fcf9e4
+  8:6fa93c91b5c8
+  9:03e2075a498e
 
   $ hg log -qr :d5e
   0:2785f51eece5
@@ -1471,8 +1471,8 @@
 
   $ echo 'cat2n2($1, $2, $3, $4) = $1 ## $2 or $3 ## $4~2' >> .hg/hgrc
   $ log "cat2n2(2785f5, 1eece5, d2e607, fcf9e4)"
-  0
-  4
+  abort: unknown revision 'd2e607fcf9e4'!
+  [255]
 
   $ cd ..
 
@@ -1556,19 +1556,11 @@
   > '''.encode('cp932'))
   > EOF
   $ sh < test.sh
-  0
   ====
-  1
   ====
-  2
   ====
-  3
   ====
-  0
-  2
   ====
-  1
-  3
 
 test error message of bad revset
   $ hg log -r 'foo\'

test-ssh-proto-unbundle.t

--- c:/hgdev/src/tests/test-ssh-proto-unbundle.t
+++ c:/hgdev/src/tests/test-ssh-proto-unbundle.t.err
@@ -902,11 +902,11 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 148:
-  e>     adding changesets

-  e>     adding manifests

-  e>     adding file changes

-  e>     printed line

+  e> read(-1) -> 149:
+  e>     adding changesets

+  e>     adding manifests

+  e>     adding file changes

+  e>     printed line

   e>     transaction abort!

   e>     rollback completed

   e>     abort: pretxnchangegroup.fail hook failed

@@ -957,11 +957,11 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 148:
-  e>     adding changesets

-  e>     adding manifests

-  e>     adding file changes

-  e>     printed line

+  e> read(-1) -> 149:
+  e>     adding changesets

+  e>     adding manifests

+  e>     adding file changes

+  e>     printed line

   e>     transaction abort!

   e>     rollback completed

   e>     abort: pretxnchangegroup.fail hook failed

@@ -1026,13 +1026,13 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 173:
-  e>     adding changesets

-  e>     adding manifests

-  e>     adding file changes

-  e>     print 1

+  e> read(-1) -> 175:
+  e>     adding changesets

+  e>     adding manifests

+  e>     adding file changes

+  e>     print 1

   e>     ui.write 1

-  e>     print 2

+  e>     print 2

   e>     ui.write 2

   e>     transaction abort!

   e>     rollback completed

@@ -1084,13 +1084,13 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 173:
-  e>     adding changesets

-  e>     adding manifests

-  e>     adding file changes

-  e>     print 1

+  e> read(-1) -> 175:
+  e>     adding changesets

+  e>     adding manifests

+  e>     adding file changes

+  e>     print 1

   e>     ui.write 1

-  e>     print 2

+  e>     print 2

   e>     ui.write 2

   e>     transaction abort!

   e>     rollback completed

@@ -1156,14 +1156,14 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 171:
-  e>     adding changesets

-  e>     adding manifests

-  e>     adding file changes

-  e>     stdout 1

-  e>     stderr 1

-  e>     stdout 2

-  e>     stderr 2

+  e> read(-1) -> 175:
+  e>     adding changesets

+  e>     adding manifests

+  e>     adding file changes

+  e>     stdout 1

+  e>     stderr 1

+  e>     stdout 2

+  e>     stderr 2

   e>     transaction abort!

   e>     rollback completed

   e>     abort: pretxnchangegroup.fail hook failed

@@ -1214,14 +1214,14 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 171:
-  e>     adding changesets

-  e>     adding manifests

-  e>     adding file changes

-  e>     stdout 1

-  e>     stderr 1

-  e>     stdout 2

-  e>     stderr 2

+  e> read(-1) -> 175:
+  e>     adding changesets

+  e>     adding manifests

+  e>     adding file changes

+  e>     stdout 1

+  e>     stderr 1

+  e>     stdout 2

+  e>     stderr 2

   e>     transaction abort!

   e>     rollback completed

   e>     abort: pretxnchangegroup.fail hook failed

@@ -1687,7 +1687,7 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 228:
+  e> read(-1) -> 232:
   e>     adding changesets

   e>     adding manifests

   e>     adding file changes

@@ -1695,10 +1695,10 @@
   e>     shell stderr 1

   e>     shell stdout 2

   e>     shell stderr 2

-  e>     stdout 1

-  e>     stderr 1

-  e>     stdout 2

-  e>     stderr 2

+  e>     stdout 1

+  e>     stderr 1

+  e>     stdout 2

+  e>     stderr 2

   e>     transaction abort!

   e>     rollback completed

   e>     abort: pretxnchangegroup.b hook failed

@@ -1749,7 +1749,7 @@
   o> read(1) -> 1: 0
   result: 0
   remote output: 
-  e> read(-1) -> 228:
+  e> read(-1) -> 232:
   e>     adding changesets

   e>     adding manifests

   e>     adding file changes

@@ -1757,10 +1757,10 @@
   e>     shell stderr 1

   e>     shell stdout 2

   e>     shell stderr 2

-  e>     stdout 1

-  e>     stderr 1

-  e>     stdout 2

-  e>     stderr 2

+  e>     stdout 1

+  e>     stderr 1

+  e>     stdout 2

+  e>     stderr 2

   e>     transaction abort!

   e>     rollback completed

   e>     abort: pretxnchangegroup.b hook failed

test-template-functions.t

--- c:/hgdev/src/tests/test-template-functions.t
+++ c:/hgdev/src/tests/test-template-functions.t.err
@@ -1587,23 +1587,23 @@
 json filter should try round-trip conversion to utf-8:
 
   $ HGENCODING=ascii hg log -T "{branch|json}
" -r0
+  "é"
+  $ HGENCODING=ascii hg log -T "{desc|json}
" -r0
+  "non-ascii branch: é"
+
+json filter should take input as utf-8 if it was converted from utf-8:
+
+  $ HGENCODING=latin-1 hg log -T "{branch|json}
" -r0
+  "é"
+  $ HGENCODING=latin-1 hg log -T "{desc|json}
" -r0
+  "non-ascii branch: é"
+
+json filter takes input as utf-8b:
+
+  $ HGENCODING=ascii hg log -T "{'`cat utf-8`'|json}
" -l1
+  "é"
+  $ HGENCODING=ascii hg log -T "{'`cat latin1`'|json}
" -l1
   "é"
-  $ HGENCODING=ascii hg log -T "{desc|json}
" -r0
-  "non-ascii branch: é"
-
-json filter should take input as utf-8 if it was converted from utf-8:
-
-  $ HGENCODING=latin-1 hg log -T "{branch|json}
" -r0
-  "é"
-  $ HGENCODING=latin-1 hg log -T "{desc|json}
" -r0
-  "non-ascii branch: é"
-
-json filter takes input as utf-8b:
-
-  $ HGENCODING=ascii hg log -T "{'`cat utf-8`'|json}
" -l1
-  "é"
-  $ HGENCODING=ascii hg log -T "{'`cat latin1`'|json}
" -l1
-  "?"
 
 cbor filter is bytes transparent, which should handle bytes subtypes
 as bytes:
@@ -1611,20 +1611,20 @@
   $ HGENCODING=ascii hg log -T "{branch|cbor}" -r0    > | "$PYTHON" "$TESTTMP/decodecbor.py"
   [
-   '?'
+   '??'
   ]
   $ HGENCODING=latin-1 hg log -T "{branch|cbor}" -r0    > | "$PYTHON" "$TESTTMP/decodecbor.py"
   [
-   'é'
+   'é'
   ]
 
 utf8 filter:
 
   $ HGENCODING=ascii hg log -T "round-trip: {branch|utf8|hex}
" -r0
-  round-trip: c3a9
+  round-trip: c383c2a9
   $ HGENCODING=latin1 hg log -T "decoded: {'`cat latin1`'|utf8|hex}
" -l1
-  decoded: c3a9
+  decoded: c383c2a9
   $ HGENCODING=ascii hg log -T "replaced: {'`cat latin1`'|utf8|hex}
" -l1
   abort: decoding near * (glob)
   [255]
@@ -1634,7 +1634,7 @@
 pad width:
 
   $ HGENCODING=utf-8 hg debugtemplate "{pad('`cat utf-8`', 2, '-')}
"
-  é- (esc)
+  é (esc)
 
 read config options:
 

test-url-download.t

--- c:/hgdev/src/tests/test-url-download.t
+++ c:/hgdev/src/tests/test-url-download.t.err
@@ -32,7 +32,44 @@
 Check other kind of compatible url
 
   $ hg debugdownload ./null.txt
-  1 0000000000000000000000000000000000000000
+  ** unknown exception encountered, please report by visiting
+  ** https://mercurial-scm.org/wiki/BugTracker
+  ** Python 3.7.5 (tags/v3.7.5:5c02a39a0b, Oct 15 2019, 00:11:34) [MSC v.1916 64 bit (AMD64)]
+  ** Mercurial Distributed SCM (version 5.3.1+395-2a98b0cd4995)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1182, in _dispatch
 (esc)
+      lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\debugcommands.py", line 1014, in debugdownload
 (esc)
+      fh = urlmod.open(ui, url, output)
 (esc)
+    File "C:\Temp\hgtests.yobhn9uh\install\lib\python\mercurial\url.py", line 677, in open
 (esc)
+      url_ = b'file://' + pycompat.bytesurl(urlreq.pathname2url(path))
 (esc)
+    File "C:\hgdev\python37-x64\Lib\nturl2path.py", line 53, in pathname2url
 (esc)
+      if not ':' in p:
 (esc)
+  TypeError: a bytes-like object is required, not 'str'
 (esc)
+  [1]
 
 Test largefile URL
 ------------------

Skipped Tests

Long Tests

DurationTest
170.9stest-merge-combination.t
159.7stest-obsolete-bundle-strip.t
159.5stest-bookmarks-pushpull.t#b2-pushkey
158.6stest-bookmarks-pushpull.t#b2-binary
157.9stest-obsolete.t
153.0stest-revset.t
149.2stest-static-http.t
147.5stest-http-permissions.t
138.8stest-subrepo.t
129.7stest-hgwebdir.t
124.8stest-largefiles.t
117.8stest-log.t
116.7stest-fix.t
114.8stest-bundle2-exchange.t#sshv1
114.4stest-bundle2-exchange.t#sshv2
114.0stest-import.t
113.2stest-rebase-obsolete.t
111.8stest-obsmarker-template.t
110.4stest-template-functions.t
109.5stest-glog-beautifygraph.t
109.3stest-glog.t
107.8stest-merge-tools.t
105.2stest-mq.t
98.6stest-largefiles-misc.t
97.6stest-treediscovery.t
96.7stest-https.t
86.3stest-shelve.t#stripbased
85.4stest-run-tests.t
85.4stest-shelve.t#phasebased
84.4stest-update-branches.t
82.6stest-largefiles-update.t
82.2stest-commit-amend.t
81.3stest-http.t
81.2stest-obsolete-divergent.t
81.0stest-copies.t#sidedata
81.0stest-strip.t
80.6stest-shelve2.t#stripbased#abortflag#continuecommand
80.5stest-lfs-serve.t#lfsremote-on
80.5stest-copies.t#filelog
80.3stest-shelve2.t#stripbased#abortflag#continueflag
80.0stest-http-bad-server.t
80.0stest-copies.t#compatibility
79.8stest-copies.t#changeset
78.2stest-bookmarks.t
78.1stest-clonebundles.t
78.0stest-keyword.t
77.8stest-phases-exchange.t
77.4stest-rename-merge2.t
77.4stest-revset2.t
75.8stest-merge-force.t
75.5stest-shelve2.t#phasebased#abortcommand#continuecommand
75.5stest-shelve2.t#phasebased#abortflag#continuecommand
75.4stest-shelve2.t#phasebased#abortflag#continueflag
75.2stest-shelve2.t#phasebased#abortcommand#continueflag
74.5stest-shelve2.t#stripbased#abortcommand#continuecommand
74.2stest-shelve2.t#stripbased#abortcommand#continueflag
72.0stest-copytrace-heuristics.t
71.0stest-push-race.t#strict
69.6stest-push-race.t#unrelated
69.2stest-hgweb.t
69.2stest-treediscovery-legacy.t
68.5stest-lfs.t
67.4stest-push-warn.t
66.0stest-http-bundle1.t
65.7stest-largefiles-wireproto.t#sshv2
65.6stest-annotate.t
65.2stest-mv-cp-st-diff.t
65.2stest-mq-subrepo.t
65.0stest-largefiles-wireproto.t#sshv1
64.8stest-narrow.t#tree#lfs-on
64.5stest-clone.t#sshv2
64.2stest-clone.t#sshv1
63.9stest-revert.t
63.9stest-merge-changedelete.t
63.3stest-narrow.t#flat#lfs-on
63.0stest-mq-header-date.t
62.5stest-convert-filemap.t
62.5stest-template-keywords.t
62.4stest-template-basic.t
62.2stest-archive.t
61.8stest-bisect.t
60.6stest-transplant.t#continueflag
59.7stest-transplant.t#commandmode
59.0stest-install.t
58.1stest-copies-chain-merge.t
58.0stest-lfs-serve-access.t
57.4stest-subrepo-deep-nested-change.t
57.2stest-clone-uncompressed.t#stream-bundle2
57.2stest-resolve.t
57.0stest-censor.t
56.9stest-rebase-scenario-global.t
56.3stest-narrow.t#tree#lfs-off
55.9stest-mq-header-from.t
55.9stest-treemanifest.t
55.1stest-narrow.t#flat#lfs-off
55.1stest-ssh-proto.t
54.7stest-debugcommands.t
52.0stest-graft.t
51.4stest-backout.t
51.0stest-copies-unrelated.t#changeset
51.0stest-copies-unrelated.t#compatibility
50.9stest-copies-unrelated.t#sidedata
50.6stest-copies-unrelated.t#filelog
50.1stest-uncommit.t
49.9stest-push-http.t#bundle2
49.6stest-template-map.t
49.5stest-fileset.t
49.3stest-init.t
49.0stest-tags.t
48.9stest-tag.t
48.8stest-extension.t
48.2stest-check-code.t
48.0stest-hgweb-json.t
47.7stest-hook.t
47.2stest-mq-guards.t
47.0stest-clone-uncompressed.t#stream-legacy
46.5stest-branches.t
45.5stest-graft-interrupted.t#abortcommand
45.3stest-commit.t
44.6stest-commit-interactive.t
44.5stest-graft-interrupted.t#abortflag
44.4stest-help.t
43.0stest-histedit-fold.t
42.6stest-bundle.t
42.2stest-contrib-perf.t
41.9stest-rebase-collapse.t
41.4stest-rebase-abort.t#abortflag#continueflag
41.4stest-rebase-abort.t#abortcommand#continuecommand
41.4stest-rebase-abort.t#abortcommand#continueflag
41.1stest-rebase-abort.t#abortflag#continuecommand
40.7stest-hgweb-filelog.t
40.6stest-newbranch.t
40.4stest-narrow-widen-no-ellipsis.t#tree
40.4stest-narrow-widen-no-ellipsis.t#flat
40.2stest-phases.t
40.0stest-ssh.t#sshv2
40.0stest-status.t
39.9stest-rename.t
39.9stest-eol.t
39.7stest-ssh.t#sshv1
39.4stest-fetch.t
39.3stest-push-http.t#bundle1
39.0stest-acl.t
38.6stest-mq-qpush-fail.t
38.5stest-bundle2-remote-changegroup.t#sshv2
38.5stest-histedit-obsolete.t#abortcommand
38.5stest-bundle2-remote-changegroup.t#sshv1
38.5stest-alias.t
38.2stest-histedit-obsolete.t#abortflag
38.1stest-narrow-widen.t#tree
38.0stest-narrow-clone.t
38.0stest-issue3084.t
37.7stest-wireproto-exchangev2.t
37.6stest-narrow-widen.t#flat
36.6stest-ssh-bundle1.t#sshv2
36.5stest-amend.t#obsstore-off
36.4stest-fastannotate-hg.t
36.3stest-ssh-bundle1.t#sshv1
36.2stest-hgweb-symrev.t
36.2stest-amend.t#obsstore-on
35.8stest-bisect2.t
35.7stest-obshistory.t
35.5stest-rebase-dest.t
35.2stest-automv.t
35.1stest-obsolete-distributed.t
35.0stest-rollback.t
34.9stest-split.t#obsstore-on
34.7stest-hgweb-diffs.t
34.6stest-fix-topology.t#obsstore-on
34.3stest-absorb.t
34.2stest-narrow-clone-no-ellipsis.t
34.2stest-setdiscovery.t
34.0stest-revlog-mmapindex.t
33.9stest-branch-change.t
33.8stest-subrepo-recursion.t
33.7stest-histedit-arguments.t#abortcommand
33.6stest-histedit-arguments.t#abortflag
33.6stest-upgrade-repo.t
33.0stest-bheads.t
33.0stest-rebase-parameters.t
32.7stest-casecollision-merge.t
32.5stest-sparse.t
32.4stest-merge1.t
32.4stest-mq-qpush-exact.t
32.2stest-merge-no-file-change.t
31.6stest-narrow-shallow-merges.t
31.5stest-histedit-edit.t
31.5stest-bookflow.t
31.5stest-rebase-cache.t
31.2stest-split.t#obsstore-off
30.9stest-ssh-proto-unbundle.t
30.9stest-narrow-clone-stream.t#tree
30.8stest-mq-qclone-http.t
30.8stest-git-export.t
30.7stest-narrow-clone-stream.t#flat-nofncache
30.6stest-narrow-clone-stream.t#flat-fncache
30.5stest-rebase-newancestor.t
30.2stest-hgweb-commands.t
30.2stest-mq-qnew.t
29.8stest-remove.t
29.4stest-show-work.t
28.9stest-bundle-r.t
28.9stest-convert-hg-sink.t
28.8stest-wireproto.t
28.2stest-unamend.t
28.1stest-casefolding.t
28.0stest-walk.t
27.8stest-infinitepush-bundlestore.t
27.5stest-hgweb-csp.t
27.4stest-copy.t
27.2stest-grep.t
27.2stest-rebase-interruptions.t
27.2stest-copies-in-changeset.t#sidedata
27.0stest-rebase-conflicts.t
26.9stest-graft-rename.t
26.6stest-http-clone-r.t
26.5stest-lfs-test-server.t#hg-server
26.4stest-narrow-clone-nonlinear.t
26.3stest-mq-qimport.t
26.2stest-rebase-pull.t
26.1stest-patchbomb.t
26.1stest-import-git.t
26.0stest-rebase-rename.t
26.0stest-strip-cross.t
26.0stest-push.t
25.8stest-rebase-named-branches.t
25.5stest-add.t
25.4stest-rebase-base-flag.t
25.4stest-parse-date.t
25.0stest-revset-legacy-lookup.t
25.0stest-narrow-share.t#tree
24.5stest-narrow-share.t#flat
24.3stest-commandserver.t
24.3stest-mq-qrefresh.t
24.2stest-copies-in-changeset.t#extra
24.2stest-subrepo-relative-path.t
24.1stest-exchange-obsmarkers-case-A3.t
24.0stest-extdiff.t
23.9stest-incoming-outgoing.t
23.9stest-narrow-patterns.t
23.9stest-narrow-shallow.t
23.8stest-persistent-nodemap.t
23.8stest-exchange-obsmarkers-case-A1.t
23.7stest-identify.t
23.4stest-lfconvert.t
23.3stest-manifest.t
23.3stest-obsolete-checkheads.t
23.2stest-dirstate-race.t
22.9stest-http-protocol.t
22.9stest-flagprocessor.t
22.7stest-narrow-pull.t
22.7stest-rebase-mq.t
22.5stest-status-color.t
22.4stest-cache-abuse.t
22.2stest-rebase-bookmarks.t
22.1stest-fix-topology.t#obsstore-off
22.0stest-rename-merge1.t
21.9stest-histedit-commute.t
21.9stest-merge-criss-cross.t
21.8stest-bundle-phases.t
21.8stest-lfs-serve.t#lfsremote-off
21.7stest-hardlinks.t
21.7stest-largefiles-cache.t
21.5stest-bookmarks-current.t
21.3stest-logexchange.t
20.7stest-histedit-fold-non-commute.t
20.6stest-githelp.t
20.4stest-infinitepush.t
20.2stest-pull-bundle.t

Timeline

test-contrib-check-code.t (3.30s)test-contrib-perf.t (42.25s)test-imports-checker.t (7.36s)test-merge-combination.t (170.86s)test-obsolete-checkheads.t (23.34s)test-contrib-check-commit.t (0.56s)test-push-race.t#strict (71.03s)test-run-tests.t (85.38s)test-push-race.t#unrelated (69.64s)test-check-code.t (48.25s)test-push-checkheads-unpushed-D4.t (9.66s)test-push-checkheads-unpushed-D5.t (10.19s)test-push-checkheads-unpushed-D3.t (9.39s)test-check-py3-compat.t (5.47s)test-push-checkheads-pruned-B8.t (10.55s)test-push-checkheads-superceed-A7.t (9.08s)test-push-checkheads-superceed-A6.t (9.28s)test-rebase-check-restore.t (9.81s)test-push-checkheads-multibranches-E2.t (9.14s)test-push-checkheads-unpushed-D7.t (9.55s)test-push-checkheads-unpushed-D2.t (7.97s)test-largefiles-update.t (82.59s)test-push-checkheads-pruned-B5.t (8.17s)test-push-checkheads-multibranches-E3.t (7.41s)test-push-checkheads-superceed-A3.t (8.03s)test-push-checkheads-superceed-A2.t (7.97s)test-push-checkheads-pruned-B2.t (6.81s)test-push-checkheads-multibranches-E1.t (7.05s)test-push-checkheads-pruned-B3.t (6.94s)test-push-checkheads-pruned-B4.t (6.38s)test-push-checkheads-unpushed-D6.t (7.52s)test-push-checkheads-partial-C2.t (6.19s)test-push-checkheads-partial-C1.t (6.25s)test-push-checkheads-partial-C4.t (5.83s)test-push-checkheads-superceed-A8.t (7.31s)test-push-checkheads-pruned-B6.t (6.86s)test-push-checkheads-pruned-B7.t (6.94s)test-push-checkheads-partial-C3.t (6.00s)test-push-checkheads-unpushed-D1.t (6.33s)test-subrepo-svn.t (0.22s)test-push-checkheads-superceed-A4.t (5.77s)test-push-checkheads-superceed-A5.t (5.80s)test-push-checkheads-pruned-B1.t (4.84s)test-push-checkheads-superceed-A1.t (5.19s)test-copytrace-heuristics.t (71.98s)test-check-config.t (11.23s)test-glog-beautifygraph.t (109.47s)test-gendoc-ja.t (0.20s)test-check-module-imports.t (13.83s)test-convert-cvs.t (0.20s)test-help.t (44.36s)test-obsolete-bounds-checking.t (1.30s)test-gendoc.t (0.17s)test-glog.t (109.28s)test-convert-svn-sink.t (0.19s)test-check-help.t (13.86s)test-check-pyflakes.t (0.42s)test-patchbomb.t (26.09s)test-convert-svn-source.t (0.19s)test-obsolete-bundle-strip.t (159.67s)test-abort-checkin.t (1.58s)test-http-bad-server.t (79.98s)test-ssh-proto-unbundle.t (30.94s)test-acl.t (39.03s)test-obsmarker-template.t (111.75s)test-check-shbang.t (4.89s)test-check-commit.t (2.16s)test-convert-svn-move.t (0.19s)test-check-interfaces.py (0.69s)test-hgweb-commands.t (30.25s)test-hgweb-symrev.t (36.25s)test-obsolete.t (157.89s)test-upgrade-repo.t (33.58s)test-extension.t (48.84s)test-ssh-proto.t (55.06s)test-log.t (117.75s)test-check-execute.t (0.20s)test-dirstate-race.t (23.23s)test-check-pylint.t (0.48s)test-convert-svn-encoding.t (0.23s)test-wireproto-content-redirects.t (17.33s)test-hgweb-filelog.t (40.67s)test-hgwebdir.t (129.69s)test-wireproto-exchangev2.t (37.69s)test-bundle2-format.t (14.59s)test-template-map.t (49.61s)test-revset.t (152.97s)test-subrepo.t (138.78s)test-convert-cvs-detectmerge.t (0.19s)test-rebase-obsolete.t (113.20s)test-hgweb-json.t (48.05s)test-largefiles.t (124.75s)test-merge-tools.t (107.78s)test-convert-cvs-synthetic.t (0.17s)test-gendoc-ro.t (0.19s)test-import.t (113.97s)test-subrepo-deep-nested-change.t (57.39s)test-fix.t (116.72s)test-bundle2-exchange.t#sshv1 (114.75s)test-bundle2-exchange.t#sshv2 (114.41s)test-phases-exchange.t (77.78s)test-lfs.t (68.47s)test-strip.t (80.95s)test-bookmarks-pushpull.t#b2-binary (158.62s)test-bookmarks-pushpull.t#b2-pushkey (159.52s)test-template-functions.t (110.39s)test-convert-cvsnt-mergepoints.t (0.19s)test-commit-interactive.t (44.61s)test-hook.t (47.69s)test-merge-changedelete.t (63.89s)test-highlight.t (0.22s)test-https.t (96.69s)test-rename-merge2.t (77.41s)test-convert-git.t (0.20s)test-http-permissions.t (147.45s)test-lfs-test-server.t#git-server (0.45s)test-lfs-test-server.t#hg-server (26.55s)test-setdiscovery.t (34.22s)test-bookmarks.t (78.25s)test-commandserver.t (24.34s)test-clone.t#sshv1 (64.23s)test-clone.t#sshv2 (64.53s)test-shelve.t#phasebased (85.38s)test-shelve.t#stripbased (86.30s)test-check-clang-format.t (0.22s)test-merge-force.t (75.84s)test-revset2.t (77.38s)test-convert-cvs-branch.t (0.19s)test-largefiles-misc.t (98.61s)test-commit-amend.t (82.20s)test-branches.t (46.55s)test-http-protocol.t (22.94s)test-hgweb-diffs.t (34.66s)test-keyword.t (78.05s)test-revert.t (63.94s)test-template-keywords.t (62.55s)test-wireproto-command-filesdata.t (11.44s)test-convert-svn-branches.t (0.19s)test-mq.t (105.22s)test-convert-hg-svn.t (0.20s)test-gendoc-de.t (0.20s)test-lfs-serve-access.t (57.97s)test-wireproto-command-capabilities.t (10.41s)test-subrepo-git.t (0.19s)test-generaldelta.t (19.62s)test-lfs-serve.t#lfsremote-off (21.75s)test-lfs-serve.t#lfsremote-on (80.55s)test-tags.t (49.00s)test-phases.t (40.25s)test-transplant.t#commandmode (59.66s)test-transplant.t#continueflag (60.61s)test-treemanifest.t (55.88s)test-check-rust-format.t (0.20s)test-template-basic.t (62.39s)test-tag.t (48.91s)test-subrepo-recursion.t (33.75s)test-hgweb.t (69.25s)test-convert.t (9.88s)test-check-jshint.t (0.36s)test-http-api-httpv2.t (11.92s)test-http.t (81.30s)test-shelve2.t#phasebased#abortcommand#continuecommand (75.53s)test-shelve2.t#phasebased#abortcommand#continueflag (75.16s)test-shelve2.t#phasebased#abortflag#continuecommand (75.50s)test-shelve2.t#phasebased#abortflag#continueflag (75.39s)test-shelve2.t#stripbased#abortcommand#continuecommand (74.50s)test-shelve2.t#stripbased#abortcommand#continueflag (74.17s)test-shelve2.t#stripbased#abortflag#continuecommand (80.62s)test-shelve2.t#stripbased#abortflag#continueflag (80.33s)test-convert-filemap.t (62.55s)test-obsolete-divergent.t (81.22s)test-annotate.t (65.59s)test-resolve.t (57.20s)test-bundle.t (42.62s)test-graft.t (51.97s)test-obsolete-distributed.t (35.08s)test-split.t#obsstore-off (31.19s)test-split.t#obsstore-on (34.88s)test-notify.t (15.39s)test-encoding-textwrap.t (3.42s)test-walk.t (27.95s)test-copies-chain-merge.t (58.09s)test-mv-cp-st-diff.t (65.20s)test-bisect.t (61.81s)test-convert-p4-filetypes.t (0.22s)test-rebase-scenario-global.t (56.94s)test-commit.t (45.33s)test-clonebundles.t (78.14s)test-ssh.t#sshv1 (39.67s)test-ssh.t#sshv2 (40.03s)test-bundle2-remote-changegroup.t#sshv1 (38.47s)test-bundle2-remote-changegroup.t#sshv2 (38.50s)test-wireproto-exchangev2-shallow.t (0.19s)test-import-git.t (26.08s)test-mq-header-from.t (55.88s)test-i18n.t (2.88s)test-rebase-inmemory.t (0.16s)test-treediscovery.t (97.58s)test-bisect2.t (35.75s)test-archive.t (62.16s)test-fileset.t (49.47s)test-grep.t (27.25s)test-push-warn.t (67.38s)test-hgweb-annotate-whitespace.t (7.36s)test-log-linerange.t (15.34s)test-graft-interrupted.t#abortcommand (45.53s)test-graft-interrupted.t#abortflag (44.53s)test-debugcommands.t (54.72s)test-remotefilelog-repack.t (0.17s)test-remove.t (29.84s)test-graft-rename.t (26.92s)test-clone-uncompressed.t#stream-bundle2 (57.25s)test-clone-uncompressed.t#stream-legacy (46.95s)test-alias.t (38.45s)test-backout.t (51.39s)test-update-branches.t (84.39s)test-ssh-bundle1.t#sshv1 (36.30s)test-ssh-bundle1.t#sshv2 (36.61s)test-mq-header-date.t (63.05s)test-wireproto-command-changesetdata.t (13.16s)test-blackbox.t (17.08s)test-pull-pull-corruption.t (17.12s)test-convert-svn-startrev.t (0.20s)test-devel-warnings.t (7.24s)test-push-http.t#bundle1 (39.34s)test-push-http.t#bundle2 (49.88s)test-contrib-relnotes.t (0.20s)test-audit-subrepo.t (17.28s)test-histedit-obsolete.t#abortcommand (38.48s)test-histedit-obsolete.t#abortflag (38.20s)test-histedit-arguments.t#abortcommand (33.67s)test-histedit-arguments.t#abortflag (33.58s)test-wireproto.t (28.81s)test-globalopts.t (13.84s)test-check-format.t (0.19s)test-rebase-collapse.t (41.91s)test-http-bundle1.t (66.03s)test-hgweb-descend-empties.t (3.31s)test-obshistory.t (35.73s)test-fncache.t (16.48s)test-rename.t (39.91s)test-uncommit.t (50.14s)test-extdiff.t (23.97s)test-mq-subrepo.t (65.19s)test-fastannotate-hg.t (36.41s)test-histedit-fold.t (42.97s)test-progress.t (6.38s)test-remotefilelog-repack-fast.t (0.19s)test-getbundle.t (9.78s)test-censor.t (57.02s)test-largefiles-wireproto.t#sshv1 (65.02s)test-largefiles-wireproto.t#sshv2 (65.66s)test-status-color.t (22.48s)test-narrow.t#flat#lfs-off (55.06s)test-narrow.t#flat#lfs-on (63.30s)test-narrow.t#tree#lfs-off (56.33s)test-narrow.t#tree#lfs-on (64.77s)test-phabricator.t (0.16s)test-convert-hg-sink.t (28.88s)test-logexchange.t (21.28s)test-merge-types.t (0.20s)test-histedit-commute.t (21.89s)test-amend.t#obsstore-off (36.47s)test-amend.t#obsstore-on (36.20s)test-lfconvert.t (23.44s)test-histedit-edit.t (31.55s)test-remotefilelog-bgprefetch.t (0.25s)test-fetch.t (39.36s)test-copies.t#changeset (79.84s)test-copies.t#compatibility (79.97s)test-copies.t#filelog (80.50s)test-copies.t#sidedata (81.03s)test-install.t (58.97s)test-wireproto-caching.t (8.62s)test-incoming-outgoing.t (23.92s)test-manifest.t (23.34s)test-clone-pull-corruption.t (8.86s)test-eol.t (39.91s)test-rebase-conflicts.t (26.95s)test-rollback.t (34.98s)test-newbranch.t (40.56s)test-bundle2-multiple-changegroups.t (11.52s)test-merge-criss-cross.t (21.88s)test-wireproto-command-manifestdata.t (7.97s)test-status.t (39.98s)test-git-export.t (30.75s)test-infinitepush-ci.t (18.84s)test-diff-color.t (8.42s)test-lfs-largefiles.t (18.38s)test-hgweb-empty.t (8.81s)test-fastexport.t (4.16s)test-dirstate-race2.t (2.47s)test-merge1.t (32.38s)test-infinitepush-bundlestore.t (27.77s)test-rebase-abort.t#abortcommand#continuecommand (41.38s)test-rebase-abort.t#abortcommand#continueflag (41.38s)test-rebase-abort.t#abortflag#continuecommand (41.09s)test-rebase-abort.t#abortflag#continueflag (41.41s)test-fix-topology.t#obsstore-off (22.14s)test-fix-topology.t#obsstore-on (34.59s)test-chg.t (0.17s)test-persistent-nodemap.t (23.80s)test-push.t (26.02s)test-convert-mtn.t (0.20s)test-completion.t (8.27s)test-copies-in-changeset.t#extra (24.22s)test-copies-in-changeset.t#sidedata (27.23s)test-narrow-shallow-merges.t (31.62s)test-mq-guards.t (47.23s)test-hghave.t (3.03s)test-convert-svn-tags.t (0.28s)test-pager.t (17.70s)test-wireproto-command-filedata.t (10.22s)test-qrecord.t (9.23s)test-rebase-parameters.t (32.98s)test-mq-subrepo-svn.t (0.22s)test-revset-legacy-lookup.t (25.05s)test-copies-unrelated.t#changeset (50.99s)test-copies-unrelated.t#compatibility (50.96s)test-copies-unrelated.t#filelog (50.59s)test-copies-unrelated.t#sidedata (50.91s)test-rebase-interruptions.t (27.24s)test-absorb.t (34.30s)test-hardlinks.t (21.70s)test-export.t (17.05s)test-issue3084.t (37.98s)test-merge-no-file-change.t (32.16s)test-verify.t (13.29s)test-narrow-patterns.t (23.88s)test-rebase-dest.t (35.47s)test-branch-change.t (33.92s)test-mq-qpush-fail.t (38.60s)test-narrow-widen-no-ellipsis.t#flat (40.35s)test-narrow-widen-no-ellipsis.t#tree (40.41s)test-commit-interactive-curses.t (0.20s)test-bundle-r.t (28.94s)test-rebase-pull.t (26.17s)test-exchange-obsmarkers-case-A1.t (23.80s)test-rebase-newancestor.t (30.46s)test-sparse.t (32.49s)test-rebase-named-branches.t (25.78s)test-import-bypass.t (18.47s)test-revert-interactive.t (17.07s)test-parse-date.t (25.36s)test-treediscovery-legacy.t (69.23s)test-rebase-rename.t (26.04s)test-narrow-widen.t#flat (37.57s)test-narrow-widen.t#tree (38.08s)test-rebase-cache.t (31.47s)test-journal.t (9.16s)test-help-hide.t (0.61s)test-releasenotes-formatting.t (0.17s)test-mq-qrefresh.t (24.33s)test-histedit-fold-non-commute.t (20.66s)test-gendoc-pt_BR.t (0.19s)test-gendoc-zh_CN.t (0.20s)test-gendoc-zh_TW.t (0.19s)test-exchange-obsmarkers-case-A3.t (24.11s)test-mq-qrefresh-interactive.t (5.54s)test-githelp.t (20.61s)test-copy.t (27.40s)test-wireproto-command-rawstorefiledata.t (6.69s)test-static-http.t (149.19s)test-histedit-non-commute.t (19.06s)test-hgignore.t (14.71s)test-win32text.t (13.87s)test-exchange-obsmarkers-case-C3.t (14.68s)test-gendoc-da.t (0.17s)test-gendoc-el.t (0.19s)test-gendoc-fr.t (0.19s)test-gendoc-it.t (0.17s)test-gendoc-ru.t (0.17s)test-gendoc-sv.t (0.19s)test-share-bookmarks.t#svfs (16.14s)test-share-bookmarks.t#vfs (16.64s)test-mq-qnew.t (30.19s)test-flagprocessor.t (22.86s)test-bheads.t (33.01s)test-diff-ignore-whitespace.t (17.50s)test-bookflow.t (31.52s)test-hgrc.t (12.16s)test-remotefilelog-prefetch.t (0.14s)test-config.t (14.66s)test-http-api.t (5.88s)test-largefiles-cache.t (21.70s)test-encoding.t (8.85s)test-convert-bzr-merges.t (0.19s)test-unamend.t (28.16s)test-single-head.t (18.54s)test-mq-qimport.t (26.33s)test-url-rev.t (17.02s)test-diff-unified.t (11.47s)test-mq-qrefresh-replace-log-message.t (17.66s)test-init.t (49.27s)test-pager-legacy.t (11.69s)test-rebase-base-flag.t (25.37s)test-histedit-base.t (10.66s)test-parseindex.t (6.35s)test-clone-r.t (14.71s)test-bad-extension.t (2.77s)test-hgweb-raw.t (12.96s)test-rebase-mq.t (22.68s)test-exchange-obsmarkers-case-D1.t (13.82s)test-hgweb-removed.t (5.07s)test-eol-patch.t (10.07s)test-automv.t (35.23s)test-exchange-obsmarkers-case-C2.t (14.09s)test-ssh-clone-r.t#sshv1 (14.49s)test-ssh-clone-r.t#sshv2 (14.54s)test-subrepo-relative-path.t (24.20s)test-casecollision-merge.t (32.65s)test-http-clone-r.t (26.56s)test-convert-bzr.t (0.16s)test-bookmarks-corner-case.t (9.88s)test-rename-dir-merge.t (16.40s)test-strip-cross.t (26.02s)test-add.t (25.46s)test-histedit-no-change.t (14.77s)test-narrow-clone.t (37.98s)test-diffstat.t (19.79s)test-convert-splicemap.t (13.89s)test-http-proxy.t (13.57s)test-removeemptydirs.t (17.60s)test-fileset-generated.t (8.17s)test-bundle-phases.t (21.80s)test-exchange-obsmarkers-case-C1.t (13.79s)test-conflict.t (11.32s)test-status-rev.t (8.27s)test-diff-upgrade.t (0.19s)test-pull-update.t (17.68s)test-bisect3.t (12.80s)test-dispatch.t (13.19s)test-narrow-exchange.t#lfs-off (13.97s)test-narrow-exchange.t#lfs-on (15.71s)test-obsolete-changeset-exchange.t (11.11s)test-up-local-change.t (16.97s)test-exchange-obsmarkers-case-D4.t (12.08s)test-eol-update.t (9.22s)test-remotefilelog-push-pull.t (0.20s)test-pull-bundle.t (20.24s)test-share.t (14.97s)test-narrow-exchange-merges.t (13.96s)test-git-interop.t (0.19s)test-absorb-rename.t (18.22s)test-rename-merge1.t (22.04s)test-exchange-obsmarkers-case-B5.t (14.05s)test-copy-move-merge.t (13.50s)test-churn.t (12.52s)test-pull-branch.t (17.08s)test-eol-hook.t (11.91s)test-bundle-type.t (18.85s)test-remotefilelog-linknodes.t (0.20s)test-narrow-trackedcmd.t#flat (13.46s)test-narrow-trackedcmd.t#tree (13.39s)test-notify-changegroup.t (6.94s)test-byteify-strings.t (1.66s)test-rebase-detach.t (19.89s)test-stream-bundle-v2.t (10.22s)test-sparse-profiles.t (12.75s)test-mq-qpush-exact.t (32.37s)test-fastannotate-protocol.t (12.05s)test-hybridencode.py (0.42s)test-rebase-bookmarks.t (22.19s)test-bookmarks-current.t (21.46s)test-convert-hg-source.t (18.27s)test-encoding-align.t (7.85s)test-debugbuilddag.t (8.17s)test-convert-baz.t (0.20s)test-repo-compengines.t (14.33s)test-inherit-mode.t (0.22s)test-infinitepush.t (20.36s)test-releasenotes-merging.t (0.20s)test-convert-hg-startrev.t (13.56s)test-purge.t (16.64s)test-show-work.t (29.36s)test-narrow-strip.t#flat#lfs-off (10.17s)test-narrow-strip.t#flat#lfs-on (11.58s)test-narrow-strip.t#tree#lfs-off (10.22s)test-narrow-strip.t#tree#lfs-on (11.50s)test-merge-commit.t (10.69s)test-audit-path.t (4.84s)test-exchange-obsmarkers-case-B4.t (15.35s)test-fastannotate.t (15.63s)test-narrow-expanddirstate.t (8.06s)test-pathconflicts-merge.t (17.46s)test-remotefilelog-gcrepack.t (0.20s)test-symlinks.t (0.19s)test-exchange-obsmarkers-case-C4.t (13.13s)test-sparse-revlog.t (0.23s)test-directaccess.t (12.41s)test-mq-safety.t (19.27s)test-exchange-obsmarkers-case-A6.t (13.83s)test-exchange-obsmarkers-case-A5.t (12.21s)test-basic.t (7.83s)test-remotefilelog-local.t (0.17s)test-narrow-share.t#flat (24.47s)test-narrow-share.t#tree (25.00s)test-hgweb-csp.t (27.46s)test-merge-default.t (11.13s)test-histedit-bookmark-motion.t (8.92s)test-histedit-non-commute-abort.t (9.45s)test-obsolete-tag-cache.t (6.09s)test-diff-binary-file.t (7.33s)test-casefolding.t (28.14s)test-mq-git.t (8.66s)test-mq-qfold.t (14.24s)test-remotefilelog-cacheprocess.t (0.16s)test-patchbomb-bookmark.t (5.20s)test-stack.t (17.39s)test-journal-share.t (8.52s)test-pull-r.t (12.42s)test-paths.t (11.94s)test-contrib-testparseutil.t (0.61s)test-hgweb-no-request-uri.t (1.92s)test-sparse-merges.t (16.89s)test-releasenotes-parsing.t (0.19s)test-diff-indent-heuristic.t#bdiff (1.44s)test-diff-indent-heuristic.t#xdiff (1.78s)test-import-merge.t (17.33s)test-drawdag.t (12.95s)test-patchbomb-tls.t (5.53s)test-exchange-obsmarkers-case-B2.t (12.27s)test-convert-bzr-directories.t (0.19s)test-convert-p4.t (0.22s)test-show-stack.t (19.32s)test-match.py (0.41s)test-narrow-clone-nonlinear.t (26.43s)test-mq-eol.t (9.36s)test-exchange-obsmarkers-case-A4.t (10.92s)test-obsmarkers-effectflag.t (17.77s)test-fastannotate-renames.t (12.80s)test-histedit-drop.t (9.11s)test-rebase-mq-skip.t#continuecommand (16.30s)test-rebase-mq-skip.t#continueflag (16.35s)test-bookmarks-merge.t (14.31s)test-repair-strip.t (0.20s)test-lock-badness.t (0.19s)test-histedit-outgoing.t (11.16s)test-pull.t#sshv1 (14.00s)test-pull.t#sshv2 (14.02s)test-exchange-obsmarkers-case-B6.t (10.47s)test-extension-timing.t (1.22s)test-rebase-emptycommit.t (13.27s)test-cbor.py (0.91s)test-debugbundle.t (3.95s)test-profile.t (11.98s)test-convert-tla.t (0.17s)test-mq-qclone-http.t (30.80s)test-exchange-obsmarkers-case-A2.t (9.02s)test-exchange-obsmarkers-case-D2.t (10.17s)test-status-terse.t (9.99s)test-merge7.t (5.13s)test-phase-archived.t (5.49s)test-hgweb-no-path-info.t (1.91s)test-subrepo-missing.t (10.08s)test-pathconflicts-update.t (13.20s)test-worker.t (3.38s)test-show.t (7.64s)test-addremove-similar.t (9.61s)test-contrib.t (2.52s)test-unionrepo.t (11.00s)test-flags.t (0.17s)test-remotefilelog-gc.t (0.17s)test-commit-multiple.t (7.70s)test-commit-unresolved.t#abortcommand (11.59s)test-commit-unresolved.t#abortflag (11.50s)test-import-eol.t (12.81s)test-logtoprocess.t (0.17s)test-mq-missingfiles.t (11.60s)test-amend-subrepo.t#obsstore-off (14.38s)test-amend-subrepo.t#obsstore-on (13.91s)test-sparse-import.t (7.84s)test-rebase-transaction.t#continuecommand (9.83s)test-rebase-transaction.t#continueflag (9.98s)test-identify.t (23.67s)test-default-push.t (9.33s)test-merge-subrepos.t (11.22s)test-narrow-clone-no-ellipsis.t (34.22s)test-filebranch.t (6.11s)test-mq-qdelete.t (17.63s)test-convert-datesort.t (11.33s)test-sidedata.t (5.12s)test-update-atomic.t (0.17s)test-pending.t (8.64s)test-clone-update-order.t (7.52s)test-fastannotate-perfhack.t (11.36s)test-origbackup-conflict.t (7.95s)test-mq-merge.t (12.53s)test-narrow-pull.t (22.70s)test-merge-local.t (8.55s)test-remotefilelog-http.t (0.17s)test-repo-filters-tiptoe.t (5.67s)test-bugzilla.t (3.44s)test-exchange-obsmarkers-case-D3.t (11.66s)test-remote-hidden.t (9.20s)test-narrow-shallow.t (23.86s)test-merge-halt.t (9.89s)test-branch-option.t (12.05s)test-mac-packages.t (0.22s)test-empty-group.t (6.77s)test-parents.t (8.30s)test-fix-metadata.t (1.22s)test-http-branchmap.t (8.78s)test-children.t (8.25s)test-diff-change.t (9.58s)test-extdata.t (9.64s)test-bundle2-pushback.t#sshv1 (5.06s)test-bundle2-pushback.t#sshv2 (5.33s)test-issue672.t (5.11s)test-rebuildstate.t (8.50s)test-mq-pull-from-bundle.t (9.91s)test-narrow-merge.t#flat (10.83s)test-narrow-merge.t#tree (10.89s)test-exchange-obsmarkers-case-B3.t (10.53s)test-remotefilelog-corrupt-cache.t (0.19s)test-merge-internal-tools-pattern.t (8.00s)test-run-tests.py (0.22s)test-extensions-afterloaded.t (6.30s)test-lfs-bundle.t (9.42s)test-tools.t (1.81s)test-fastannotate-corrupt.t (5.97s)test-narrow-commit.t#flat (11.14s)test-narrow-commit.t#tree (11.22s)test-eol-clone.t (4.14s)test-wireproto-serverreactor.py (0.44s)test-excessive-merge.t (6.14s)test-relink.t (4.83s)test-mq-qqueue.t (13.77s)test-narrow-rebase.t#continuecommand (10.41s)test-narrow-rebase.t#continueflag (10.42s)test-push-cgi.t (0.19s)test-record.t (1.67s)test-convert-darcs.t (0.22s)test-remotefilelog-clone-tree.t (0.19s)test-patch.t (4.78s)test-hgweb-non-interactive.t (1.38s)test-sqlitestore.t (0.17s)test-remotefilelog-clone.t (0.17s)test-arbitraryfilectx.t (2.89s)test-remotefilelog-sparse.t (0.16s)test-cache-abuse.t (22.41s)test-rebase-backup.t (8.69s)test-simple-update.t (7.39s)test-pathconflicts-basic.t (9.44s)test-hooklib-changeset_published.t (3.14s)test-committer.t (6.41s)test-exchange-obsmarkers-case-B7.t (9.60s)test-pull-http.t (10.67s)test-remotefilelog-bundle2-legacy.t (0.19s)test-exchange-obsmarkers-case-B1.t (9.61s)test-remotefilelog-log.t (0.17s)test-rename-after-merge.t (9.22s)test-mq-qdiff.t (8.69s)test-bookmarks-rebase.t (7.78s)test-serve.t (11.94s)test-exchange-obsmarkers-case-A7.t (8.41s)test-revset-outgoing.t (5.92s)test-hooklib-changeset_obsoleted.t (2.36s)test-import-context.t (2.80s)test-remotefilelog-bundle2.t (0.17s)test-eol-add.t (4.69s)test-bundle-vs-outgoing.t (6.62s)test-rebase-partial.t (7.16s)test-update-names.t (6.11s)test-hooklib-reject_merge_commits.t (2.44s)test-mailmap.t (5.53s)test-remotefilelog-bundles.t (0.22s)test-merge-remove.t (8.64s)test-convert-tagsbranch-topology.t (0.20s)test-requires.t (4.64s)test-locate.t (11.77s)test-merge-closedheads.t (11.47s)test-wireproto-clientreactor.py (0.48s)test-contrib-dumprevlog.t (5.02s)test-remotefilelog-pull-noshallow.t (0.20s)test-debugextensions.t (2.09s)test-narrow-clone-stream.t#flat-fncache (30.64s)test-narrow-clone-stream.t#flat-nofncache (30.69s)test-narrow-clone-stream.t#tree (30.86s)test-rebase-legacy.t#continuecommand (2.92s)test-rebase-legacy.t#continueflag (2.62s)test-issue1306.t (4.22s)test-cat.t (10.58s)test-nointerrupt.t (0.20s)test-issue660.t (9.12s)test-issue1175.t (8.62s)test-largefiles-small-disk.t (2.31s)test-convert-clonebranches.t (8.02s)test-oldcgi.t (0.19s)test-impexp-branch.t (6.55s)test-histedit-no-backup.t#abortcommand (4.24s)test-histedit-no-backup.t#abortflag (4.45s)test-narrow-clone-non-narrow-server.t (16.47s)test-issue586.t (7.91s)test-unified-test.t (1.53s)test-rebase-templates.t (5.70s)test-remotefilelog-tags.t (0.17s)test-symlink-placeholder.t (0.20s)test-merge6.t (5.94s)test-narrow-copies.t (8.39s)test-server-view.t (9.19s)test-rebase-issue-noparam-single-rev.t (7.72s)test-dirstate.t (5.30s)test-close-head.t (5.70s)test-url-download.t (13.50s)test-merge-revert2.t (10.19s)test-verify-repo-operations.py (0.19s)test-merge4.t (6.62s)test-addremove.t (7.42s)test-mq-qrename.t (13.28s)test-narrow-update.t (8.23s)test-double-merge.t (3.00s)test-mq-symlinks.t (0.19s)test-ssh-repoerror.t (0.20s)test-wsgirequest.py (0.48s)test-narrow-patch.t#flat (3.59s)test-narrow-patch.t#tree (3.78s)test-glog-topological.t (2.84s)test-sparse-verbose-json.t (5.23s)test-merge9.t (5.84s)test-fuzz-targets.t (0.72s)test-context-metadata.t (3.55s)test-patch-offset.t (1.17s)test-log-exthook.t (1.69s)test-newcgi.t (0.17s)test-update-reverse.t (4.30s)test-wireproto-command-branchmap.t (4.53s)test-manifest.py (2.97s)test-pushvars.t (4.02s)test-histedit-templates.t (3.83s)test-hgwebdirsym.t (0.20s)test-issue1802.t (0.19s)test-revlog-raw.py (1.38s)test-merge-symlinks.t (2.81s)test-branch-tag-confict.t (3.30s)test-custom-filters.t (2.88s)test-narrow-debugcommands.t (3.97s)test-sparse-clone.t (3.27s)test-issue2137.t (1.49s)test-remotefilelog-partial-shallow.t (0.20s)test-eolfilename.t (0.19s)test-merge10.t (4.89s)test-revlog-v2.t (2.88s)test-diffdir.t (6.69s)test-schemes.t (6.20s)test-histedit-merge-tools.t (3.55s)test-mq-qgoto.t (9.42s)test-newercgi.t (0.20s)test-revlog.t (2.45s)test-issue522.t (3.92s)test-hooklib-reject_new_heads.t (2.09s)test-url.py (0.36s)test-editor-filename.t (2.35s)test-import-unknown.t (7.06s)test-journal-exists.t (3.02s)test-unbundlehash.t (4.95s)test-narrow-sparse.t#flat (4.24s)test-narrow-sparse.t#tree (4.48s)test-wireproto-command-known.t (3.09s)test-missing-capability.t (3.69s)test-wireproto-command-listkeys.t (3.80s)test-convert-identity.t (4.52s)test-rename-rev.t (5.17s)test-merge-revert.t (10.56s)test-wireproto-command-heads.t (3.83s)test-encode.t (5.01s)test-permissions.t (0.19s)test-hooklib-enforce_draft_commits.t (3.22s)test-casecollision.t (0.19s)test-ancestor.py (1.25s)test-update-dest.t (3.61s)test-known.t (9.00s)test-remotefilelog-datapack.py (0.92s)test-sparse-fsmonitor.t (0.05s)test-no-symlinks.t (3.77s)test-convert-authormap.t (2.53s)test-subrepo-paths.t (2.38s)test-sparse-requirement.t (2.64s)test-confused-revert.t (6.00s)test-merge2.t (7.58s)test-remotefilelog-permissions.t (0.20s)test-issue1993.t (2.94s)test-issue1502.t (3.58s)test-clone-cgi.t (0.17s)test-sparse-clear.t (3.69s)test-simplemerge.py (0.34s)test-websub.t (3.52s)test-rebase-brute-force.t (6.84s)test-revlog-mmapindex.t (34.00s)test-diff-antipatience.t#bdiff (0.92s)test-diff-antipatience.t#xdiff (1.47s)test-issue1877.t (5.00s)test-gpg.t (0.20s)test-empty-file.t (4.28s)test-lrucachedict.py (0.34s)test-hgk.t (2.86s)test-changelog-exec.t (0.19s)test-diff-hashes.t (2.75s)test-debian-packages.t (0.23s)test-absorb-edit-lines.t (3.58s)test-mactext.t (1.70s)test-remotefilelog-wireproto.t (0.20s)test-convert-bzr-ghosts.t (0.20s)test-docker-packaging.t (0.22s)test-remotefilelog-hgweb.t (0.19s)test-bookmarks-strip.t (4.08s)test-narrow-acl.t (5.75s)test-remotefilelog-keepset.t (0.20s)test-lock.py (0.39s)test-parseindex2.py (0.55s)test-remotefilelog-histpack.py (0.53s)test-diff-subdir.t (2.64s)test-remotefilelog-bad-configs.t (0.19s)test-convert-bzr-114.t (0.20s)test-trusted.py (0.47s)test-narrow-debugrebuilddirstate.t (2.91s)test-unrelated-pull.t (2.89s)test-diff-reverse.t (3.25s)test-revset-dirstate-parents.t (6.86s)test-wireproto-command-pushkey.t (2.62s)test-debugbackupbundle.t (3.08s)test-empty.t (2.25s)test-update-issue1456.t (0.17s)test-merge5.t (4.12s)test-wireproto-framing.py (0.38s)test-narrow-archive.t (5.41s)test-diff-copy-depth.t (6.31s)test-convert-bzr-treeroot.t (0.19s)test-hgweb-bundle.t (4.17s)test-absorb-unfinished.t (2.30s)test-mq-qimport-fail-cleanup.t (2.36s)test-linerange.py (0.36s)test-fix-clang-format.t (0.20s)test-issue619.t (2.80s)test-manifest-merging.t (2.66s)test-merge8.t (2.94s)test-issue842.t (3.25s)test-remotefilelog-blame.t (0.17s)test-linelog.py (2.66s)test-filecache.py (0.41s)test-revlog-group-emptyiter.t (2.42s)test-propertycache.py (0.80s)test-pathencode.py (0.75s)test-demandimport.py (0.30s)test-archive-symlinks.t (0.19s)test-absorb-strip.t (2.14s)test-pull-permission.t (0.20s)test-issue5979.t (4.02s)test-absorb-filefixupstate.py (0.56s)test-revisions.t (5.72s)test-wireproto-command-lookup.t (2.36s)test-context.py (0.83s)test-issue612.t (3.14s)test-debugindexdot.t (3.38s)test-doctest.py (0.41s)test-eol-tag.t (2.38s)test-batching.py (0.50s)test-bdiff.py (0.31s)test-hgweb-auth.py (0.25s)test-nested-repo.t (3.94s)test-minirst.py (0.42s)test-rust-ancestor.py (0.19s)test-execute-bit.t (0.20s)test-issue4074.t (3.31s)test-username-newline.t (1.39s)test-fastannotate-revmap.py (0.58s)test-remotefilelog-share.t (0.17s)test-revlog-packentry.t (1.81s)test-dirstate-nonnormalset.t (2.70s)test-ui-config.py (0.59s)test-diff-issue2761.t (3.08s)test-atomictempfile.py (0.36s)test-strict.t (2.47s)test-util.py (0.34s)test-diff-newlines.t (1.41s)test-rust-discovery.py (0.19s)test-empty-dir.t (2.12s)test-storage.py (2.97s)test-absorb-phase.t (2.67s)test-annotate.py (0.39s)test-extra-filelog-entry.t (2.05s)test-debugrename.t (2.83s)test-issue1438.t (0.19s)test-issue1102.t (2.31s)test-fastannotate-diffopts.t (1.47s)test-revert-unknown.t (2.55s)test-bad-pull.t (5.28s)test-revert-flags.t (0.20s)test-simplekeyvaluefile.py (0.41s)test-issue1089.t (2.20s)test-backwards-remove.t (1.97s)test-wireproto.py (0.45s)test-contrib-emacs.t (0.17s)test-cappedreader.py (0.33s)test-xdg.t (0.19s)test-dirstate-backup.t (0.61s)test-mq-qsave.t (1.62s)test-encoding-func.py (0.20s)test-extensions-wrapfunction.py (0.45s)test-walkrepo.py (0.55s)test-hashutil.py (0.12s)test-rust-revlog.py (0.09s)test-revlog-ancestry.py (1.38s)test-ui-verbosity.py (0.47s)test-filelog.py (0.56s)test-sshserver.py (0.44s)test-hg-parseurl.py (0.47s)test-symlink-os-yes-fs-no.py (1.61s)test-config-env.py (0.44s)test-minifileset.py (0.41s)test-lfs-pointer.py (0.58s)test-duplicateoptions.py (0.69s)test-hgwebdir-paths.py (0.52s)test-ui-color.py (0.52s)test-dispatch.py (0.62s)test-status-inprocess.py (0.47s)test-mdiff.py (0.36s)test-dirs.py (0.33s)