Job hg-committed-022bf71515c9bd18a2fd419fb63257d1f4173110-windows-cpython-3.7-x64-0

Repo:hg-committed
Node:022bf71515c9bd18a2fd419fb63257d1f4173110
Name:windows-cpython-3.7-x64
Scheduled At:2020-03-26T10:51:51
Started At:2020-03-26T10:51:59
Finished At:2020-03-26T11:33:31

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+414-022bf71515c9)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\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.zun3e62g\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\commands.py", line 4736, in log
 (esc)
+      displayfn(ui, repo, revs, displayer, getcopies)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\logcmdutil.py", line 1070, in displayrevs
 (esc)
+      displayer.show(ctx, copies=copies)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\logcmdutil.py", line 275, in show
 (esc)
+      self._show(ctx, copies, props)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\logcmdutil.py", line 600, in _show
 (esc)
+      self.ui.write(self.t.render(key, props))
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templater.py", line 1035, in render
 (esc)
+      return b''.join(self.generate(t, mapping))
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\util.py", line 1765, in increasingchunks
 (esc)
+      for chunk in source:
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 868, in flatten
 (esc)
+      for i in thing:
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 1072, in runtemplate
 (esc)
+      yield evalrawexp(context, mapping, arg)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 921, in evalrawexp
 (esc)
+      return func(context, mapping, data)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templatefuncs.py", line 385, in if_
 (esc)
+      test = evalboolean(context, mapping, args[0])
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 963, in evalboolean
 (esc)
+      thing = func(context, mapping, data)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templatefuncs.py", line 151, in extdata
 (esc)
+      data = cache[source] = scmutil.extdatasource(ctx.repo(), source)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\scmutil.py", line 1675, in extdatasource
 (esc)
+      src = url.open(repo.ui, spec)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\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+414-022bf71515c9)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\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.zun3e62g\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\commands.py", line 4736, in log
 (esc)
+      displayfn(ui, repo, revs, displayer, getcopies)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\logcmdutil.py", line 1070, in displayrevs
 (esc)
+      displayer.show(ctx, copies=copies)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\logcmdutil.py", line 275, in show
 (esc)
+      self._show(ctx, copies, props)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\logcmdutil.py", line 600, in _show
 (esc)
+      self.ui.write(self.t.render(key, props))
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templater.py", line 1035, in render
 (esc)
+      return b''.join(self.generate(t, mapping))
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\util.py", line 1765, in increasingchunks
 (esc)
+      for chunk in source:
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 868, in flatten
 (esc)
+      for i in thing:
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 1072, in runtemplate
 (esc)
+      yield evalrawexp(context, mapping, arg)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templateutil.py", line 921, in evalrawexp
 (esc)
+      return func(context, mapping, data)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\templatefuncs.py", line 151, in extdata
 (esc)
+      data = cache[source] = scmutil.extdatasource(ctx.repo(), source)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\scmutil.py", line 1675, in extdatasource
 (esc)
+      src = url.open(repo.ui, spec)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\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.1585221199.5425560514473873664@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.1585221200.5425560514473873664@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.1585221201.5425560514473873664@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.1585221202.5425560514473873664@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.1585221203.5425560514473873664@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.1585221204.5425560514473873664@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.1585221205.5425560514473873664@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.1585221205.5425560514473873664@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-pager.t

--- c:/hgdev/src/tests/test-pager.t
+++ c:/hgdev/src/tests/test-pager.t.err
@@ -223,6 +223,22 @@
   $ hg log --limit 3    >   --config pager.pager='this-command-better-never-exist --seriously'    >  2>/dev/null || true
+  changeset:   10:46106edeeb38 (esc)
+  tag:         tip
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     modify a 10
+  
+  changeset:   9:6dd8ea7dd621 (esc)
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     modify a 9
+  
+  changeset:   8:cff05a6312fe (esc)
+  user:        test
+  date:        Thu Jan 01 00:00:00 1970 +0000
+  summary:     modify a 8
+  
 
 Pager works with shell aliases.
 

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
@@ -1644,23 +1644,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:
@@ -1668,20 +1668,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]
@@ -1691,7 +1691,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+414-022bf71515c9)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\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.zun3e62g\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\install\lib\python\mercurial\debugcommands.py", line 1014, in debugdownload
 (esc)
+      fh = urlmod.open(ui, url, output)
 (esc)
+    File "C:\Temp\hgtests.zun3e62g\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
164.8stest-merge-combination.t
154.9stest-obsolete-bundle-strip.t
154.5stest-bookmarks-pushpull.t#b2-binary
154.3stest-obsolete.t
154.1stest-bookmarks-pushpull.t#b2-pushkey
148.6stest-static-http.t
147.2stest-revset.t
145.4stest-http-permissions.t
134.5stest-subrepo.t
128.2stest-hgwebdir.t
120.1stest-largefiles.t
118.2stest-template-functions.t
114.2stest-log.t
113.7stest-fix.t
113.1stest-bundle2-exchange.t#sshv1
112.3stest-bundle2-exchange.t#sshv2
110.9stest-import.t
108.5stest-rebase-obsolete.t
108.1stest-obsmarker-template.t
106.5stest-glog-beautifygraph.t
105.8stest-glog.t
103.8stest-merge-tools.t
102.2stest-mq.t
96.8stest-treediscovery.t
95.8stest-largefiles-misc.t
95.1stest-https.t
82.6stest-run-tests.t
82.1stest-shelve.t#stripbased
81.9stest-update-branches.t
80.9stest-shelve.t#phasebased
80.6stest-commit-amend.t
79.6stest-http.t
79.5stest-lfs-serve.t#lfsremote-on
79.3stest-obsolete-divergent.t
78.8stest-http-bad-server.t
78.6stest-copies.t#filelog
78.6stest-copies.t#compatibility
78.5stest-copies.t#changeset
78.4stest-copies.t#sidedata
78.3stest-strip.t
78.3stest-shelve2.t#stripbased#abortflag#continueflag
77.8stest-shelve2.t#stripbased#abortflag#continuecommand
77.2stest-clonebundles.t
76.9stest-largefiles-update.t
76.8stest-keyword.t
76.5stest-rename-merge2.t
75.9stest-revset2.t
75.1stest-phases-exchange.t
74.4stest-bookmarks.t
73.1stest-shelve2.t#phasebased#abortcommand#continuecommand
73.1stest-copytrace-heuristics.t
72.8stest-shelve2.t#phasebased#abortflag#continuecommand
72.5stest-shelve2.t#phasebased#abortcommand#continueflag
72.4stest-shelve2.t#phasebased#abortflag#continueflag
72.3stest-merge-force.t
71.9stest-shelve2.t#stripbased#abortcommand#continuecommand
71.4stest-shelve2.t#stripbased#abortcommand#continueflag
68.7stest-hgweb.t
68.4stest-push-race.t#strict
68.3stest-treediscovery-legacy.t
67.7stest-push-race.t#unrelated
66.5stest-lfs.t
65.0stest-push-warn.t
64.2stest-http-bundle1.t
64.1stest-largefiles-wireproto.t#sshv2
63.9stest-merge-changedelete.t
63.5stest-largefiles-wireproto.t#sshv1
63.1stest-annotate.t
62.7stest-mq-subrepo.t
62.6stest-narrow.t#tree#lfs-on
62.1stest-narrow.t#flat#lfs-on
61.7stest-mv-cp-st-diff.t
61.4stest-mq-header-date.t
61.2stest-template-basic.t
61.1stest-archive.t
60.8stest-convert-filemap.t
59.5stest-clone.t#sshv1
59.4stest-template-keywords.t
59.3stest-clone.t#sshv2
58.9stest-revert.t
58.7stest-transplant.t#commandmode
58.6stest-transplant.t#continueflag
58.2stest-bisect.t
57.9stest-lfs-serve-access.t
57.0stest-install.t
56.3stest-clone-uncompressed.t#stream-bundle2
55.6stest-censor.t
55.4stest-resolve.t
55.0stest-subrepo-deep-nested-change.t
54.6stest-copies-chain-merge.t
54.6stest-narrow.t#tree#lfs-off
54.3stest-treemanifest.t
54.2stest-ssh-proto.t
54.2stest-rebase-scenario-global.t
53.8stest-debugcommands.t
53.8stest-mq-header-from.t
52.7stest-narrow.t#flat#lfs-off
50.2stest-graft.t
49.8stest-copies-unrelated.t#compatibility
49.7stest-push-http.t#bundle2
49.7stest-copies-unrelated.t#sidedata
49.4stest-copies-unrelated.t#changeset
49.3stest-copies-unrelated.t#filelog
49.2stest-backout.t
49.2stest-check-code.t
48.9stest-extension.t
48.5stest-uncommit.t
47.8stest-tag.t
47.8stest-template-map.t
47.8stest-tags.t
47.7stest-init.t
47.6stest-fileset.t
46.6stest-hgweb-json.t
46.5stest-hook.t
46.0stest-clone-uncompressed.t#stream-legacy
45.8stest-mq-guards.t
45.2stest-branches.t
44.4stest-graft-interrupted.t#abortcommand
43.6stest-commit-interactive.t
43.1stest-help.t
42.8stest-graft-interrupted.t#abortflag
42.3stest-commit.t
41.8stest-histedit-fold.t
41.3stest-bundle.t
41.2stest-contrib-perf.t
40.8stest-hgweb-filelog.t
40.7stest-rebase-abort.t#abortcommand#continueflag
40.5stest-rebase-abort.t#abortflag#continueflag
40.4stest-rebase-collapse.t
40.2stest-rebase-abort.t#abortflag#continuecommand
40.0stest-rebase-abort.t#abortcommand#continuecommand
39.4stest-newbranch.t
39.2stest-narrow-widen-no-ellipsis.t#tree
39.0stest-narrow-widen-no-ellipsis.t#flat
38.8stest-status.t
38.8stest-push-http.t#bundle1
38.5stest-fetch.t
38.5stest-eol.t
38.4stest-rename.t
38.2stest-phases.t
37.8stest-wireproto-exchangev2.t
37.7stest-mq-qpush-fail.t
37.7stest-ssh.t#sshv1
37.6stest-ssh.t#sshv2
37.6stest-bundle2-remote-changegroup.t#sshv1
37.5stest-acl.t
37.3stest-bundle2-remote-changegroup.t#sshv2
36.9stest-narrow-widen.t#flat
36.9stest-histedit-obsolete.t#abortcommand
36.8stest-histedit-obsolete.t#abortflag
36.7stest-alias.t
36.6stest-narrow-widen.t#tree
36.6stest-issue3084.t
36.4stest-narrow-clone.t
35.9stest-ssh-bundle1.t#sshv2
35.7stest-fastannotate-hg.t
35.4stest-amend.t#obsstore-off
35.3stest-amend.t#obsstore-on
35.2stest-hgweb-symrev.t
35.0stest-ssh-bundle1.t#sshv1
34.3stest-obshistory.t
34.3stest-hgweb-diffs.t
34.3stest-rebase-dest.t
34.1stest-automv.t
33.8stest-bisect2.t
33.6stest-obsolete-distributed.t
33.4stest-fix-topology.t#obsstore-on
33.4stest-narrow-clone-no-ellipsis.t
33.3stest-subrepo-recursion.t
33.2stest-branch-change.t
33.2stest-split.t#obsstore-on
33.1stest-rollback.t
33.0stest-upgrade-repo.t
33.0stest-histedit-arguments.t#abortcommand
33.0stest-absorb.t
32.8stest-revlog-mmapindex.t
32.2stest-histedit-arguments.t#abortflag
32.1stest-setdiscovery.t
32.1stest-rebase-parameters.t
32.1stest-bheads.t
31.6stest-casecollision-merge.t
31.5stest-merge1.t
31.3stest-sparse.t
31.2stest-mq-qpush-exact.t
31.0stest-merge-no-file-change.t
30.7stest-bookflow.t
30.4stest-narrow-shallow-merges.t
30.2stest-histedit-edit.t
30.2stest-rebase-cache.t
30.1stest-mq-qclone-http.t
30.0stest-narrow-clone-stream.t#flat-fncache
29.8stest-narrow-clone-stream.t#tree
29.7stest-hgweb-commands.t
29.7stest-git-export.t
29.7stest-rebase-newancestor.t
29.6stest-narrow-clone-stream.t#flat-nofncache
29.6stest-ssh-proto-unbundle.t
29.5stest-split.t#obsstore-off
29.2stest-mq-qnew.t
28.7stest-show-work.t
28.6stest-remove.t
28.2stest-convert-hg-sink.t
28.2stest-wireproto.t
27.9stest-bundle-r.t
27.5stest-casefolding.t
27.2stest-hgweb-csp.t
27.2stest-unamend.t
26.9stest-infinitepush-bundlestore.t
26.8stest-graft-rename.t
26.8stest-lfs-test-server.t#hg-server
26.6stest-grep.t
26.5stest-rebase-interruptions.t
26.5stest-copies-in-changeset.t#sidedata
26.4stest-walk.t
26.3stest-narrow-clone-nonlinear.t
26.2stest-copy.t
26.1stest-http-clone-r.t
25.7stest-patchbomb.t
25.6stest-rebase-rename.t
25.6stest-rebase-conflicts.t
25.3stest-rebase-pull.t
25.2stest-strip-cross.t
25.1stest-push.t
25.0stest-mq-qimport.t
24.9stest-rebase-named-branches.t
24.7stest-rebase-base-flag.t
24.7stest-add.t
24.6stest-parse-date.t
24.4stest-import-git.t
24.4stest-revset-legacy-lookup.t
24.0stest-narrow-share.t#flat
23.9stest-narrow-share.t#tree
23.9stest-exchange-obsmarkers-case-A3.t
23.8stest-subrepo-relative-path.t
23.7stest-mq-qrefresh.t
23.6stest-persistent-nodemap.t
23.5stest-copies-in-changeset.t#extra
23.5stest-incoming-outgoing.t
23.4stest-extdiff.t
23.3stest-exchange-obsmarkers-case-A1.t
23.2stest-obsolete-checkheads.t
23.1stest-identify.t
23.1stest-narrow-shallow.t
23.0stest-narrow-patterns.t
22.9stest-lfconvert.t
22.6stest-http-protocol.t
22.5stest-manifest.t
22.4stest-dirstate-race.t
22.1stest-flagprocessor.t
22.1stest-narrow-pull.t
22.0stest-lfs-serve.t#lfsremote-off
21.8stest-commandserver.t
21.8stest-status-color.t
21.8stest-fix-topology.t#obsstore-off
21.8stest-rebase-mq.t
21.7stest-cache-abuse.t
21.4stest-rebase-bookmarks.t
21.4stest-rename-merge1.t
21.4stest-histedit-commute.t
21.3stest-merge-criss-cross.t
21.3stest-hardlinks.t
20.8stest-bookmarks-current.t
20.8stest-bundle-phases.t
20.7stest-largefiles-cache.t
20.5stest-logexchange.t
20.5stest-pull-bundle.t
20.1stest-histedit-fold-non-commute.t

Timeline

test-contrib-check-code.t (2.62s)test-contrib-check-commit.t (0.50s)test-contrib-perf.t (41.16s)test-imports-checker.t (7.12s)test-merge-combination.t (164.80s)test-obsolete-checkheads.t (23.20s)test-push-race.t#strict (68.41s)test-run-tests.t (82.58s)test-push-race.t#unrelated (67.69s)test-check-code.t (49.25s)test-push-checkheads-unpushed-D4.t (9.38s)test-push-checkheads-unpushed-D5.t (9.38s)test-push-checkheads-unpushed-D3.t (9.02s)test-check-py3-compat.t (5.47s)test-push-checkheads-pruned-B8.t (9.84s)test-push-checkheads-superceed-A7.t (8.69s)test-push-checkheads-superceed-A6.t (9.19s)test-rebase-check-restore.t (9.50s)test-push-checkheads-multibranches-E2.t (8.97s)test-push-checkheads-unpushed-D7.t (9.47s)test-push-checkheads-unpushed-D2.t (7.53s)test-largefiles-update.t (76.86s)test-push-checkheads-pruned-B5.t (8.03s)test-push-checkheads-multibranches-E3.t (7.22s)test-push-checkheads-superceed-A3.t (7.70s)test-push-checkheads-superceed-A2.t (7.75s)test-push-checkheads-pruned-B2.t (6.69s)test-push-checkheads-multibranches-E1.t (6.50s)test-push-checkheads-pruned-B3.t (6.53s)test-push-checkheads-pruned-B4.t (6.28s)test-push-checkheads-unpushed-D6.t (7.27s)test-push-checkheads-partial-C2.t (6.00s)test-push-checkheads-partial-C1.t (5.95s)test-push-checkheads-partial-C4.t (5.64s)test-push-checkheads-superceed-A8.t (7.11s)test-push-checkheads-pruned-B6.t (6.72s)test-push-checkheads-pruned-B7.t (6.76s)test-push-checkheads-partial-C3.t (5.58s)test-push-checkheads-unpushed-D1.t (6.03s)test-subrepo-svn.t (0.20s)test-push-checkheads-superceed-A4.t (5.48s)test-push-checkheads-superceed-A5.t (5.42s)test-push-checkheads-pruned-B1.t (4.61s)test-push-checkheads-superceed-A1.t (4.80s)test-copytrace-heuristics.t (73.11s)test-check-config.t (11.42s)test-glog-beautifygraph.t (106.45s)test-gendoc-ja.t (0.17s)test-check-module-imports.t (13.66s)test-convert-cvs.t (0.20s)test-help.t (43.11s)test-obsolete-bounds-checking.t (1.31s)test-gendoc.t (0.16s)test-glog.t (105.80s)test-convert-svn-sink.t (0.19s)test-check-help.t (13.48s)test-check-pyflakes.t (0.44s)test-patchbomb.t (25.69s)test-convert-svn-source.t (0.17s)test-obsolete-bundle-strip.t (154.88s)test-abort-checkin.t (1.59s)test-http-bad-server.t (78.80s)test-ssh-proto-unbundle.t (29.59s)test-acl.t (37.50s)test-obsmarker-template.t (108.14s)test-check-shbang.t (4.75s)test-check-commit.t (2.61s)test-convert-svn-move.t (0.19s)test-check-interfaces.py (0.64s)test-hgweb-commands.t (29.73s)test-hgweb-symrev.t (35.23s)test-obsolete.t (154.30s)test-upgrade-repo.t (33.05s)test-extension.t (48.89s)test-ssh-proto.t (54.20s)test-log.t (114.19s)test-check-execute.t (0.23s)test-dirstate-race.t (22.41s)test-check-pylint.t (0.47s)test-convert-svn-encoding.t (0.22s)test-wireproto-content-redirects.t (17.06s)test-hgweb-filelog.t (40.77s)test-hgwebdir.t (128.22s)test-wireproto-exchangev2.t (37.83s)test-bundle2-format.t (13.89s)test-template-map.t (47.78s)test-revset.t (147.17s)test-subrepo.t (134.51s)test-convert-cvs-detectmerge.t (0.17s)test-rebase-obsolete.t (108.52s)test-hgweb-json.t (46.64s)test-largefiles.t (120.06s)test-merge-tools.t (103.80s)test-convert-cvs-synthetic.t (0.17s)test-gendoc-ro.t (0.17s)test-import.t (110.91s)test-subrepo-deep-nested-change.t (55.03s)test-fix.t (113.70s)test-bundle2-exchange.t#sshv1 (113.11s)test-bundle2-exchange.t#sshv2 (112.27s)test-template-functions.t (118.19s)test-phases-exchange.t (75.12s)test-lfs.t (66.48s)test-strip.t (78.31s)test-bookmarks-pushpull.t#b2-binary (154.47s)test-bookmarks-pushpull.t#b2-pushkey (154.12s)test-convert-cvsnt-mergepoints.t (0.20s)test-commit-interactive.t (43.62s)test-hook.t (46.52s)test-merge-changedelete.t (63.86s)test-highlight.t (0.19s)test-https.t (95.14s)test-rename-merge2.t (76.50s)test-convert-git.t (0.17s)test-http-permissions.t (145.39s)test-lfs-test-server.t#git-server (0.44s)test-lfs-test-server.t#hg-server (26.78s)test-setdiscovery.t (32.14s)test-bookmarks.t (74.36s)test-commandserver.t (21.84s)test-clone.t#sshv1 (59.47s)test-clone.t#sshv2 (59.34s)test-shelve.t#phasebased (80.89s)test-shelve.t#stripbased (82.14s)test-check-clang-format.t (0.16s)test-merge-force.t (72.31s)test-revset2.t (75.86s)test-convert-cvs-branch.t (0.19s)test-largefiles-misc.t (95.79s)test-commit-amend.t (80.62s)test-branches.t (45.22s)test-http-protocol.t (22.64s)test-hgweb-diffs.t (34.31s)test-keyword.t (76.76s)test-revert.t (58.89s)test-template-keywords.t (59.36s)test-wireproto-command-filesdata.t (11.06s)test-convert-svn-branches.t (0.19s)test-mq.t (102.18s)test-convert-hg-svn.t (0.20s)test-gendoc-de.t (0.20s)test-lfs-serve-access.t (57.88s)test-wireproto-command-capabilities.t (10.44s)test-subrepo-git.t (0.19s)test-generaldelta.t (18.53s)test-lfs-serve.t#lfsremote-off (21.98s)test-lfs-serve.t#lfsremote-on (79.46s)test-tags.t (47.77s)test-phases.t (38.18s)test-transplant.t#commandmode (58.65s)test-transplant.t#continueflag (58.59s)test-treemanifest.t (54.32s)test-check-rust-format.t (0.20s)test-template-basic.t (61.19s)test-tag.t (47.85s)test-subrepo-recursion.t (33.31s)test-hgweb.t (68.70s)test-convert.t (9.99s)test-check-jshint.t (0.42s)test-http-api-httpv2.t (11.42s)test-http.t (79.62s)test-shelve2.t#phasebased#abortcommand#continuecommand (73.13s)test-shelve2.t#phasebased#abortcommand#continueflag (72.51s)test-shelve2.t#phasebased#abortflag#continuecommand (72.78s)test-shelve2.t#phasebased#abortflag#continueflag (72.45s)test-shelve2.t#stripbased#abortcommand#continuecommand (71.94s)test-shelve2.t#stripbased#abortcommand#continueflag (71.44s)test-shelve2.t#stripbased#abortflag#continuecommand (77.77s)test-shelve2.t#stripbased#abortflag#continueflag (78.27s)test-convert-filemap.t (60.81s)test-obsolete-divergent.t (79.28s)test-annotate.t (63.09s)test-resolve.t (55.43s)test-bundle.t (41.29s)test-graft.t (50.22s)test-obsolete-distributed.t (33.60s)test-split.t#obsstore-off (29.53s)test-split.t#obsstore-on (33.19s)test-notify.t (14.84s)test-encoding-textwrap.t (3.52s)test-walk.t (26.41s)test-copies-chain-merge.t (54.58s)test-mv-cp-st-diff.t (61.70s)test-bisect.t (58.23s)test-convert-p4-filetypes.t (0.20s)test-rebase-scenario-global.t (54.17s)test-commit.t (42.28s)test-clonebundles.t (77.22s)test-ssh.t#sshv1 (37.73s)test-ssh.t#sshv2 (37.64s)test-bundle2-remote-changegroup.t#sshv1 (37.55s)test-bundle2-remote-changegroup.t#sshv2 (37.26s)test-wireproto-exchangev2-shallow.t (0.19s)test-import-git.t (24.39s)test-archive.t (61.06s)test-mq-header-from.t (53.76s)test-i18n.t (2.74s)test-rebase-inmemory.t (0.14s)test-treediscovery.t (96.84s)test-bisect2.t (33.78s)test-fileset.t (47.63s)test-grep.t (26.64s)test-push-warn.t (65.03s)test-hgweb-annotate-whitespace.t (7.10s)test-log-linerange.t (15.21s)test-graft-interrupted.t#abortcommand (44.36s)test-graft-interrupted.t#abortflag (42.83s)test-debugcommands.t (53.79s)test-remotefilelog-repack.t (0.20s)test-remove.t (28.59s)test-graft-rename.t (26.79s)test-clone-uncompressed.t#stream-bundle2 (56.28s)test-clone-uncompressed.t#stream-legacy (46.03s)test-alias.t (36.67s)test-backout.t (49.25s)test-update-branches.t (81.90s)test-ssh-bundle1.t#sshv1 (35.04s)test-ssh-bundle1.t#sshv2 (35.90s)test-mq-header-date.t (61.39s)test-wireproto-command-changesetdata.t (13.07s)test-blackbox.t (17.07s)test-pull-pull-corruption.t (16.05s)test-convert-svn-startrev.t (0.22s)test-devel-warnings.t (7.16s)test-push-http.t#bundle1 (38.79s)test-push-http.t#bundle2 (49.75s)test-contrib-relnotes.t (0.16s)test-audit-subrepo.t (16.25s)test-histedit-obsolete.t#abortcommand (36.85s)test-histedit-obsolete.t#abortflag (36.80s)test-histedit-arguments.t#abortcommand (32.98s)test-histedit-arguments.t#abortflag (32.21s)test-wireproto.t (28.18s)test-globalopts.t (13.25s)test-check-format.t (0.16s)test-rebase-collapse.t (40.40s)test-http-bundle1.t (64.21s)test-hgweb-descend-empties.t (3.30s)test-obshistory.t (34.32s)test-fncache.t (15.53s)test-rename.t (38.38s)test-uncommit.t (48.49s)test-extdiff.t (23.36s)test-mq-subrepo.t (62.70s)test-fastannotate-hg.t (35.73s)test-histedit-fold.t (41.80s)test-progress.t (6.28s)test-remotefilelog-repack-fast.t (0.19s)test-getbundle.t (9.78s)test-censor.t (55.55s)test-largefiles-wireproto.t#sshv1 (63.51s)test-largefiles-wireproto.t#sshv2 (64.13s)test-status-color.t (21.83s)test-narrow.t#flat#lfs-off (52.68s)test-narrow.t#flat#lfs-on (62.05s)test-narrow.t#tree#lfs-off (54.55s)test-narrow.t#tree#lfs-on (62.63s)test-phabricator.t (0.17s)test-convert-hg-sink.t (28.19s)test-logexchange.t (20.50s)test-merge-types.t (0.17s)test-histedit-commute.t (21.38s)test-amend.t#obsstore-off (35.44s)test-amend.t#obsstore-on (35.27s)test-lfconvert.t (22.91s)test-histedit-edit.t (30.22s)test-remotefilelog-bgprefetch.t (0.20s)test-fetch.t (38.52s)test-copies.t#changeset (78.47s)test-copies.t#compatibility (78.57s)test-copies.t#filelog (78.60s)test-copies.t#sidedata (78.44s)test-install.t (57.05s)test-wireproto-caching.t (8.39s)test-incoming-outgoing.t (23.45s)test-manifest.t (22.55s)test-clone-pull-corruption.t (7.89s)test-eol.t (38.47s)test-rebase-conflicts.t (25.60s)test-rollback.t (33.13s)test-newbranch.t (39.42s)test-bundle2-multiple-changegroups.t (11.33s)test-merge-criss-cross.t (21.33s)test-wireproto-command-manifestdata.t (7.78s)test-status.t (38.81s)test-git-export.t (29.72s)test-infinitepush-ci.t (18.27s)test-diff-color.t (7.98s)test-lfs-largefiles.t (17.63s)test-hgweb-empty.t (8.80s)test-fastexport.t (4.09s)test-dirstate-race2.t (2.41s)test-merge1.t (31.55s)test-infinitepush-bundlestore.t (26.91s)test-rebase-abort.t#abortcommand#continuecommand (40.02s)test-rebase-abort.t#abortcommand#continueflag (40.72s)test-rebase-abort.t#abortflag#continuecommand (40.20s)test-rebase-abort.t#abortflag#continueflag (40.47s)test-fix-topology.t#obsstore-off (21.80s)test-fix-topology.t#obsstore-on (33.41s)test-chg.t (0.17s)test-persistent-nodemap.t (23.58s)test-push.t (25.13s)test-convert-mtn.t (0.19s)test-completion.t (8.06s)test-copies-in-changeset.t#extra (23.48s)test-copies-in-changeset.t#sidedata (26.45s)test-narrow-shallow-merges.t (30.44s)test-mq-guards.t (45.81s)test-hghave.t (3.06s)test-convert-svn-tags.t (0.20s)test-pager.t (17.27s)test-wireproto-command-filedata.t (9.92s)test-qrecord.t (9.03s)test-rebase-parameters.t (32.13s)test-mq-subrepo-svn.t (0.27s)test-revset-legacy-lookup.t (24.38s)test-copies-unrelated.t#changeset (49.42s)test-copies-unrelated.t#compatibility (49.75s)test-copies-unrelated.t#filelog (49.34s)test-copies-unrelated.t#sidedata (49.66s)test-rebase-interruptions.t (26.48s)test-absorb.t (32.97s)test-hardlinks.t (21.27s)test-export.t (16.38s)test-issue3084.t (36.58s)test-merge-no-file-change.t (31.05s)test-verify.t (12.91s)test-narrow-patterns.t (22.98s)test-rebase-dest.t (34.28s)test-branch-change.t (33.20s)test-mq-qpush-fail.t (37.75s)test-narrow-widen-no-ellipsis.t#flat (38.99s)test-narrow-widen-no-ellipsis.t#tree (39.21s)test-commit-interactive-curses.t (0.23s)test-bundle-r.t (27.89s)test-rebase-pull.t (25.30s)test-exchange-obsmarkers-case-A1.t (23.27s)test-rebase-newancestor.t (29.66s)test-sparse.t (31.33s)test-rebase-named-branches.t (24.94s)test-import-bypass.t (17.75s)test-revert-interactive.t (16.51s)test-parse-date.t (24.65s)test-treediscovery-legacy.t (68.33s)test-rebase-rename.t (25.60s)test-narrow-widen.t#flat (36.86s)test-narrow-widen.t#tree (36.59s)test-rebase-cache.t (30.19s)test-journal.t (8.93s)test-help-hide.t (0.58s)test-releasenotes-formatting.t (0.16s)test-mq-qrefresh.t (23.67s)test-histedit-fold-non-commute.t (20.06s)test-gendoc-pt_BR.t (0.20s)test-gendoc-zh_CN.t (0.19s)test-exchange-obsmarkers-case-A3.t (23.87s)test-gendoc-zh_TW.t (0.19s)test-mq-qrefresh-interactive.t (5.46s)test-githelp.t (19.94s)test-copy.t (26.21s)test-wireproto-command-rawstorefiledata.t (6.40s)test-static-http.t (148.56s)test-histedit-non-commute.t (18.47s)test-hgignore.t (14.44s)test-win32text.t (13.30s)test-exchange-obsmarkers-case-C3.t (14.39s)test-gendoc-da.t (0.19s)test-gendoc-el.t (0.16s)test-gendoc-fr.t (0.17s)test-gendoc-it.t (0.17s)test-gendoc-ru.t (0.17s)test-gendoc-sv.t (0.17s)test-share-bookmarks.t#svfs (15.46s)test-share-bookmarks.t#vfs (16.07s)test-mq-qnew.t (29.25s)test-flagprocessor.t (22.13s)test-bheads.t (32.12s)test-diff-ignore-whitespace.t (17.07s)test-bookflow.t (30.73s)test-hgrc.t (11.51s)test-remotefilelog-prefetch.t (0.17s)test-config.t (14.10s)test-http-api.t (5.58s)test-largefiles-cache.t (20.66s)test-encoding.t (8.49s)test-convert-bzr-merges.t (0.17s)test-unamend.t (27.19s)test-mq-qimport.t (25.05s)test-single-head.t (17.94s)test-url-rev.t (16.52s)test-diff-unified.t (11.20s)test-mq-qrefresh-replace-log-message.t (17.07s)test-init.t (47.66s)test-pager-legacy.t (11.26s)test-rebase-base-flag.t (24.74s)test-histedit-base.t (10.40s)test-parseindex.t (6.17s)test-clone-r.t (14.55s)test-bad-extension.t (2.87s)test-hgweb-raw.t (13.06s)test-rebase-mq.t (21.79s)test-exchange-obsmarkers-case-D1.t (13.28s)test-hgweb-removed.t (4.87s)test-eol-patch.t (9.53s)test-automv.t (34.06s)test-exchange-obsmarkers-case-C2.t (13.53s)test-ssh-clone-r.t#sshv1 (14.10s)test-ssh-clone-r.t#sshv2 (14.23s)test-subrepo-relative-path.t (23.82s)test-casecollision-merge.t (31.61s)test-http-clone-r.t (26.08s)test-convert-bzr.t (0.19s)test-bookmarks-corner-case.t (9.40s)test-rename-dir-merge.t (15.88s)test-strip-cross.t (25.23s)test-add.t (24.69s)test-histedit-no-change.t (14.31s)test-narrow-clone.t (36.41s)test-diffstat.t (18.91s)test-convert-splicemap.t (13.21s)test-http-proxy.t (13.46s)test-removeemptydirs.t (16.84s)test-fileset-generated.t (7.83s)test-bundle-phases.t (20.79s)test-exchange-obsmarkers-case-C1.t (13.07s)test-conflict.t (10.73s)test-status-rev.t (7.72s)test-diff-upgrade.t (0.17s)test-pull-update.t (17.03s)test-bisect3.t (12.36s)test-dispatch.t (12.81s)test-narrow-exchange.t#lfs-off (13.76s)test-narrow-exchange.t#lfs-on (15.23s)test-obsolete-changeset-exchange.t (10.61s)test-up-local-change.t (16.43s)test-exchange-obsmarkers-case-D4.t (11.62s)test-eol-update.t (9.00s)test-remotefilelog-push-pull.t (0.20s)test-pull-bundle.t (20.50s)test-share.t (14.31s)test-narrow-exchange-merges.t (13.62s)test-git-interop.t (0.20s)test-absorb-rename.t (17.65s)test-rename-merge1.t (21.42s)test-exchange-obsmarkers-case-B5.t (13.64s)test-copy-move-merge.t (13.15s)test-churn.t (11.97s)test-pull-branch.t (16.39s)test-eol-hook.t (11.54s)test-bundle-type.t (18.25s)test-remotefilelog-linknodes.t (0.19s)test-narrow-trackedcmd.t#flat (12.94s)test-narrow-trackedcmd.t#tree (13.12s)test-notify-changegroup.t (6.66s)test-byteify-strings.t (1.59s)test-rebase-detach.t (19.31s)test-stream-bundle-v2.t (10.33s)test-sparse-profiles.t (12.42s)test-mq-qpush-exact.t (31.18s)test-fastannotate-protocol.t (11.28s)test-hybridencode.py (0.39s)test-rebase-bookmarks.t (21.43s)test-bookmarks-current.t (20.79s)test-convert-hg-source.t (17.68s)test-encoding-align.t (7.56s)test-debugbuilddag.t (7.91s)test-convert-baz.t (0.20s)test-repo-compengines.t (13.86s)test-inherit-mode.t (0.19s)test-infinitepush.t (19.82s)test-releasenotes-merging.t (0.20s)test-convert-hg-startrev.t (13.20s)test-purge.t (16.12s)test-show-work.t (28.70s)test-narrow-strip.t#flat#lfs-off (10.06s)test-narrow-strip.t#flat#lfs-on (11.23s)test-narrow-strip.t#tree#lfs-off (10.09s)test-narrow-strip.t#tree#lfs-on (11.25s)test-merge-commit.t (10.40s)test-audit-path.t (4.62s)test-exchange-obsmarkers-case-B4.t (14.92s)test-fastannotate.t (15.37s)test-narrow-expanddirstate.t (7.76s)test-pathconflicts-merge.t (16.98s)test-remotefilelog-gcrepack.t (0.19s)test-symlinks.t (0.19s)test-exchange-obsmarkers-case-C4.t (12.64s)test-sparse-revlog.t (0.22s)test-mq-safety.t (18.54s)test-directaccess.t (11.97s)test-exchange-obsmarkers-case-A6.t (13.48s)test-template-graph.t (9.23s)test-exchange-obsmarkers-case-A5.t (11.79s)test-basic.t (7.62s)test-remotefilelog-local.t (0.20s)test-narrow-share.t#flat (24.01s)test-narrow-share.t#tree (23.95s)test-hgweb-csp.t (27.20s)test-merge-default.t (10.31s)test-histedit-bookmark-motion.t (8.65s)test-histedit-non-commute-abort.t (9.03s)test-obsolete-tag-cache.t (5.97s)test-diff-binary-file.t (7.09s)test-casefolding.t (27.46s)test-mq-git.t (8.58s)test-mq-qfold.t (14.12s)test-remotefilelog-cacheprocess.t (0.17s)test-patchbomb-bookmark.t (4.92s)test-stack.t (16.95s)test-journal-share.t (8.45s)test-pull-r.t (12.36s)test-paths.t (11.75s)test-contrib-testparseutil.t (0.59s)test-hgweb-no-request-uri.t (1.76s)test-sparse-merges.t (16.68s)test-releasenotes-parsing.t (0.20s)test-diff-indent-heuristic.t#bdiff (1.33s)test-diff-indent-heuristic.t#xdiff (1.75s)test-import-merge.t (16.76s)test-drawdag.t (12.64s)test-patchbomb-tls.t (5.50s)test-exchange-obsmarkers-case-B2.t (11.90s)test-convert-bzr-directories.t (0.20s)test-convert-p4.t (0.20s)test-show-stack.t (18.62s)test-match.py (0.39s)test-narrow-clone-nonlinear.t (26.34s)test-mq-eol.t (9.01s)test-exchange-obsmarkers-case-A4.t (10.51s)test-obsmarkers-effectflag.t (17.47s)test-fastannotate-renames.t (12.55s)test-histedit-drop.t (8.89s)test-rebase-mq-skip.t#continuecommand (16.00s)test-rebase-mq-skip.t#continueflag (16.08s)test-bookmarks-merge.t (13.95s)test-repair-strip.t (0.19s)test-lock-badness.t (0.19s)test-histedit-outgoing.t (10.56s)test-pull.t#sshv1 (14.22s)test-pull.t#sshv2 (13.95s)test-exchange-obsmarkers-case-B6.t (10.17s)test-extension-timing.t (1.20s)test-rebase-emptycommit.t (13.15s)test-cbor.py (0.81s)test-debugbundle.t (3.81s)test-profile.t (11.84s)test-convert-tla.t (0.17s)test-mq-qclone-http.t (30.07s)test-exchange-obsmarkers-case-A2.t (8.76s)test-exchange-obsmarkers-case-D2.t (9.75s)test-status-terse.t (9.59s)test-merge7.t (5.20s)test-phase-archived.t (5.30s)test-hgweb-no-path-info.t (1.77s)test-pathconflicts-update.t (13.01s)test-subrepo-missing.t (9.62s)test-worker.t (3.33s)test-show.t (7.44s)test-addremove-similar.t (9.36s)test-contrib.t (2.33s)test-unionrepo.t (10.76s)test-flags.t (0.17s)test-remotefilelog-gc.t (0.17s)test-commit-multiple.t (7.56s)test-commit-unresolved.t#abortcommand (11.15s)test-commit-unresolved.t#abortflag (11.09s)test-import-eol.t (12.36s)test-logtoprocess.t (0.17s)test-mq-missingfiles.t (11.22s)test-amend-subrepo.t#obsstore-off (14.00s)test-amend-subrepo.t#obsstore-on (13.50s)test-sparse-import.t (7.58s)test-rebase-transaction.t#continuecommand (9.48s)test-rebase-transaction.t#continueflag (10.04s)test-identify.t (23.11s)test-default-push.t (9.33s)test-merge-subrepos.t (10.64s)test-narrow-clone-no-ellipsis.t (33.36s)test-filebranch.t (5.84s)test-mq-qdelete.t (17.06s)test-convert-datesort.t (11.33s)test-sidedata.t (4.94s)test-update-atomic.t (0.19s)test-pending.t (8.41s)test-clone-update-order.t (7.19s)test-fastannotate-perfhack.t (10.84s)test-origbackup-conflict.t (7.72s)test-mq-merge.t (12.11s)test-narrow-pull.t (22.09s)test-merge-local.t (8.47s)test-remotefilelog-http.t (0.17s)test-repo-filters-tiptoe.t (5.66s)test-bugzilla.t (3.44s)test-exchange-obsmarkers-case-D3.t (11.23s)test-remote-hidden.t (9.14s)test-narrow-shallow.t (23.06s)test-merge-halt.t (9.62s)test-branch-option.t (11.83s)test-mac-packages.t (0.19s)test-empty-group.t (6.64s)test-parents.t (8.03s)test-fix-metadata.t (1.23s)test-http-branchmap.t (8.67s)test-children.t (7.98s)test-diff-change.t (9.36s)test-extdata.t (9.40s)test-bundle2-pushback.t#sshv1 (4.91s)test-bundle2-pushback.t#sshv2 (5.14s)test-issue672.t (4.78s)test-rebuildstate.t (8.22s)test-mq-pull-from-bundle.t (9.62s)test-narrow-merge.t#flat (10.62s)test-narrow-merge.t#tree (10.53s)test-exchange-obsmarkers-case-B3.t (10.06s)test-remotefilelog-corrupt-cache.t (0.20s)test-merge-internal-tools-pattern.t (7.83s)test-run-tests.py (0.22s)test-extensions-afterloaded.t (6.14s)test-lfs-bundle.t (9.15s)test-tools.t (1.83s)test-fastannotate-corrupt.t (5.89s)test-narrow-commit.t#flat (10.95s)test-narrow-commit.t#tree (10.98s)test-eol-clone.t (4.08s)test-wireproto-serverreactor.py (0.44s)test-excessive-merge.t (5.94s)test-relink.t (4.66s)test-mq-qqueue.t (13.33s)test-narrow-rebase.t#continuecommand (10.06s)test-narrow-rebase.t#continueflag (10.12s)test-push-cgi.t (0.19s)test-record.t (1.69s)test-convert-darcs.t (0.20s)test-remotefilelog-clone-tree.t (0.20s)test-patch.t (4.55s)test-hgweb-non-interactive.t (1.33s)test-sqlitestore.t (0.17s)test-remotefilelog-clone.t (0.17s)test-arbitraryfilectx.t (2.78s)test-remotefilelog-sparse.t (0.17s)test-cache-abuse.t (21.72s)test-rebase-backup.t (8.47s)test-simple-update.t (7.01s)test-pathconflicts-basic.t (9.16s)test-hooklib-changeset_published.t (3.08s)test-committer.t (5.94s)test-exchange-obsmarkers-case-B7.t (9.30s)test-pull-http.t (10.78s)test-remotefilelog-bundle2-legacy.t (0.19s)test-exchange-obsmarkers-case-B1.t (9.25s)test-remotefilelog-log.t (0.17s)test-rename-after-merge.t (9.05s)test-mq-qdiff.t (8.31s)test-bookmarks-rebase.t (7.55s)test-serve.t (11.84s)test-exchange-obsmarkers-case-A7.t (8.09s)test-revset-outgoing.t (5.78s)test-hooklib-changeset_obsoleted.t (2.22s)test-import-context.t (2.70s)test-remotefilelog-bundle2.t (0.19s)test-eol-add.t (4.56s)test-bundle-vs-outgoing.t (6.31s)test-rebase-partial.t (6.94s)test-update-names.t (5.94s)test-hooklib-reject_merge_commits.t (2.39s)test-mailmap.t (5.30s)test-remotefilelog-bundles.t (0.19s)test-merge-remove.t (8.28s)test-convert-tagsbranch-topology.t (0.19s)test-requires.t (4.56s)test-locate.t (11.39s)test-merge-closedheads.t (11.12s)test-wireproto-clientreactor.py (0.44s)test-contrib-dumprevlog.t (4.86s)test-remotefilelog-pull-noshallow.t (0.19s)test-debugextensions.t (2.06s)test-narrow-clone-stream.t#flat-fncache (29.97s)test-narrow-clone-stream.t#flat-nofncache (29.62s)test-narrow-clone-stream.t#tree (29.83s)test-rebase-legacy.t#continuecommand (2.83s)test-rebase-legacy.t#continueflag (2.56s)test-issue1306.t (4.14s)test-cat.t (10.22s)test-nointerrupt.t (0.19s)test-issue660.t (8.88s)test-issue1175.t (8.39s)test-largefiles-small-disk.t (2.22s)test-convert-clonebranches.t (7.72s)test-oldcgi.t (0.19s)test-impexp-branch.t (6.36s)test-histedit-no-backup.t#abortcommand (4.11s)test-histedit-no-backup.t#abortflag (4.28s)test-narrow-clone-non-narrow-server.t (15.91s)test-issue586.t (7.62s)test-unified-test.t (1.51s)test-rebase-templates.t (5.53s)test-remotefilelog-tags.t (0.19s)test-symlink-placeholder.t (0.20s)test-merge6.t (5.86s)test-narrow-copies.t (8.12s)test-server-view.t (9.23s)test-rebase-issue-noparam-single-rev.t (7.55s)test-dirstate.t (5.05s)test-close-head.t (5.56s)test-merge-revert2.t (9.88s)test-url-download.t (13.69s)test-verify-repo-operations.py (0.19s)test-merge4.t (6.28s)test-addremove.t (7.16s)test-mq-qrename.t (12.80s)test-narrow-update.t (8.03s)test-double-merge.t (2.94s)test-mq-symlinks.t (0.17s)test-ssh-repoerror.t (0.17s)test-wsgirequest.py (0.48s)test-narrow-patch.t#flat (3.44s)test-narrow-patch.t#tree (3.67s)test-glog-topological.t (2.81s)test-sparse-verbose-json.t (5.22s)test-merge9.t (5.64s)test-fuzz-targets.t (0.70s)test-context-metadata.t (3.38s)test-patch-offset.t (1.11s)test-log-exthook.t (1.66s)test-newcgi.t (0.19s)test-update-reverse.t (4.22s)test-wireproto-command-branchmap.t (4.47s)test-manifest.py (2.84s)test-pushvars.t (3.75s)test-histedit-templates.t (3.73s)test-hgwebdirsym.t (0.20s)test-issue1802.t (0.20s)test-revlog-raw.py (1.33s)test-merge-symlinks.t (2.62s)test-branch-tag-confict.t (3.31s)test-custom-filters.t (2.88s)test-narrow-debugcommands.t (3.80s)test-sparse-clone.t (3.17s)test-issue2137.t (1.38s)test-remotefilelog-partial-shallow.t (0.17s)test-eolfilename.t (0.17s)test-merge10.t (4.73s)test-revlog-v2.t (2.88s)test-diffdir.t (6.45s)test-schemes.t (6.12s)test-histedit-merge-tools.t (3.52s)test-mq-qgoto.t (9.11s)test-newercgi.t (0.20s)test-revlog.t (2.31s)test-issue522.t (3.86s)test-hooklib-reject_new_heads.t (2.03s)test-url.py (0.33s)test-editor-filename.t (2.25s)test-import-unknown.t (6.83s)test-journal-exists.t (2.84s)test-unbundlehash.t (4.72s)test-narrow-sparse.t#flat (4.12s)test-narrow-sparse.t#tree (4.31s)test-wireproto-command-known.t (3.05s)test-missing-capability.t (3.58s)test-wireproto-command-listkeys.t (3.78s)test-convert-identity.t (4.38s)test-rename-rev.t (4.98s)test-merge-revert.t (10.22s)test-encode.t (4.86s)test-wireproto-command-heads.t (3.72s)test-permissions.t (0.19s)test-hooklib-enforce_draft_commits.t (3.11s)test-casecollision.t (0.19s)test-ancestor.py (1.28s)test-update-dest.t (3.50s)test-known.t (9.05s)test-remotefilelog-datapack.py (0.91s)test-sparse-fsmonitor.t (0.05s)test-no-symlinks.t (3.55s)test-convert-authormap.t (2.52s)test-subrepo-paths.t (2.28s)test-sparse-requirement.t (2.56s)test-confused-revert.t (5.78s)test-merge2.t (7.48s)test-remotefilelog-permissions.t (0.19s)test-issue1993.t (2.86s)test-issue1502.t (3.47s)test-clone-cgi.t (0.17s)test-sparse-clear.t (3.66s)test-simplemerge.py (0.31s)test-websub.t (3.36s)test-rebase-brute-force.t (6.66s)test-revlog-mmapindex.t (32.83s)test-diff-antipatience.t#bdiff (0.94s)test-diff-antipatience.t#xdiff (1.36s)test-issue1877.t (4.73s)test-gpg.t (0.17s)test-empty-file.t (4.17s)test-lrucachedict.py (0.33s)test-hgk.t (2.77s)test-changelog-exec.t (0.17s)test-diff-hashes.t (2.73s)test-debian-packages.t (0.22s)test-absorb-edit-lines.t (3.50s)test-mactext.t (1.66s)test-remotefilelog-wireproto.t (0.19s)test-convert-bzr-ghosts.t (0.20s)test-docker-packaging.t (0.19s)test-remotefilelog-hgweb.t (0.19s)test-bookmarks-strip.t (3.92s)test-narrow-acl.t (5.39s)test-remotefilelog-keepset.t (0.19s)test-lock.py (0.37s)test-parseindex2.py (0.55s)test-remotefilelog-histpack.py (0.53s)test-diff-subdir.t (2.72s)test-convert-bzr-114.t (0.19s)test-remotefilelog-bad-configs.t (0.17s)test-trusted.py (0.47s)test-narrow-debugrebuilddirstate.t (2.97s)test-unrelated-pull.t (2.86s)test-diff-reverse.t (3.27s)test-revset-dirstate-parents.t (7.08s)test-wireproto-command-pushkey.t (2.52s)test-debugbackupbundle.t (3.05s)test-update-issue1456.t (0.17s)test-empty.t (2.17s)test-merge5.t (3.95s)test-wireproto-framing.py (0.36s)test-narrow-archive.t (5.31s)test-diff-copy-depth.t (6.08s)test-convert-bzr-treeroot.t (0.20s)test-hgweb-bundle.t (4.16s)test-absorb-unfinished.t (2.23s)test-mq-qimport-fail-cleanup.t (2.23s)test-linerange.py (0.36s)test-fix-clang-format.t (0.17s)test-manifest-merging.t (2.52s)test-issue619.t (2.83s)test-merge8.t (2.73s)test-issue842.t (3.09s)test-remotefilelog-blame.t (0.17s)test-linelog.py (3.11s)test-filecache.py (0.42s)test-revlog-group-emptyiter.t (2.23s)test-propertycache.py (0.78s)test-pathencode.py (0.72s)test-demandimport.py (0.31s)test-archive-symlinks.t (0.20s)test-absorb-strip.t (2.03s)test-pull-permission.t (0.20s)test-issue5979.t (3.92s)test-revisions.t (5.48s)test-absorb-filefixupstate.py (0.53s)test-wireproto-command-lookup.t (2.28s)test-context.py (0.83s)test-issue612.t (3.05s)test-debugindexdot.t (3.23s)test-doctest.py (0.39s)test-eol-tag.t (2.20s)test-batching.py (0.47s)test-bdiff.py (0.33s)test-hgweb-auth.py (0.25s)test-nested-repo.t (3.75s)test-minirst.py (0.41s)test-rust-ancestor.py (0.20s)test-execute-bit.t (0.19s)test-issue4074.t (3.31s)test-username-newline.t (1.41s)test-fastannotate-revmap.py (0.55s)test-remotefilelog-share.t (0.19s)test-revlog-packentry.t (1.73s)test-dirstate-nonnormalset.t (2.58s)test-ui-config.py (0.59s)test-diff-issue2761.t (2.92s)test-atomictempfile.py (0.36s)test-strict.t (2.45s)test-util.py (0.34s)test-diff-newlines.t (1.38s)test-rust-discovery.py (0.20s)test-empty-dir.t (2.06s)test-storage.py (2.64s)test-absorb-phase.t (2.61s)test-annotate.py (0.39s)test-extra-filelog-entry.t (2.02s)test-debugrename.t (2.72s)test-issue1438.t (0.17s)test-issue1102.t (2.27s)test-fastannotate-diffopts.t (1.42s)test-revert-unknown.t (2.38s)test-bad-pull.t (5.16s)test-revert-flags.t (0.19s)test-simplekeyvaluefile.py (0.38s)test-issue1089.t (2.09s)test-backwards-remove.t (1.92s)test-wireproto.py (0.41s)test-cappedreader.py (0.34s)test-contrib-emacs.t (0.19s)test-xdg.t (0.17s)test-dirstate-backup.t (0.62s)test-mq-qsave.t (1.86s)test-encoding-func.py (0.19s)test-extensions-wrapfunction.py (0.44s)test-walkrepo.py (0.52s)test-hashutil.py (0.11s)test-rust-revlog.py (0.11s)test-revlog-ancestry.py (1.50s)test-ui-verbosity.py (0.42s)test-filelog.py (0.56s)test-sshserver.py (0.41s)test-hg-parseurl.py (0.47s)test-symlink-os-yes-fs-no.py (1.78s)test-config-env.py (0.44s)test-minifileset.py (0.39s)test-lfs-pointer.py (0.52s)test-duplicateoptions.py (0.66s)test-hgwebdir-paths.py (0.53s)test-ui-color.py (0.47s)test-dispatch.py (0.58s)test-status-inprocess.py (0.48s)test-mdiff.py (0.30s)test-dirs.py (0.27s)