Job hg-committed-1bc345d488fd0abe66ac4e9ec5dd5c6b512db4fd-windows-cpython-3.7-x64-0

Repo:hg-committed
Node:1bc345d488fd0abe66ac4e9ec5dd5c6b512db4fd
Name:windows-cpython-3.7-x64
Scheduled At:2020-03-26T11:44:51
Started At:2020-03-26T11:44:59
Finished At:2020-03-26T12:27:28

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

--- c:/hgdev/src/tests/test-hgweb-filelog.t
+++ c:/hgdev/src/tests/test-hgweb-filelog.t.err
@@ -1843,5 +1843,33 @@
 errors
 
   $ cat errors.log
+  $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/log/3/a?linerange=1:a':
+  Traceback (most recent call last):
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 123, in do_POST
+      self.do_write()
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 116, in do_write
+      self.do_hgweb()
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 237, in do_hgweb
+      self._write(chunk)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 292, in _write
+      self.wfile.write(data)
+    File "C:\hgdev\python37-x64\Lib\socketserver.py", line 799, in write
+      self._sock.sendall(b)
+  ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
+  
+  $LOCALIP - - [$ERRDATE$] Exception happened during processing request '/log/3/a?linerange=0:1':
+  Traceback (most recent call last):
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 123, in do_POST
+      self.do_write()
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 116, in do_write
+      self.do_hgweb()
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 237, in do_hgweb
+      self._write(chunk)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\hgweb\server.py", line 292, in _write
+      self.wfile.write(data)
+    File "C:\hgdev\python37-x64\Lib\socketserver.py", line 799, in write
+      self._sock.sendall(b)
+  ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
+  
 
   $ cd ..

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.1585224429.7135473586936008990@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.1585224430.7135473586936008990@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.1585224431.7135473586936008990@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.1585224432.7135473586936008990@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.1585224433.7135473586936008990@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.1585224434.7135473586936008990@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.1585224435.7135473586936008990@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.1585224436.7135473586936008990@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+423-1bc345d488fd)
+  ** Extensions loaded: 
+  Traceback (most recent call last):
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\bin\hg", line 43, in <module>
 (esc)
+      dispatch.run()
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 111, in run
 (esc)
+      status = dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
 (esc)
+      ret = _runcatch(req) or 0
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
 (esc)
+      return _callcatch(ui, _runcatchfunc)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
 (esc)
+      return scmutil.callcatch(ui, func)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\scmutil.py", line 152, in callcatch
 (esc)
+      return func()
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
 (esc)
+      return _dispatch(req)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\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.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
 (esc)
+      ret = _runcommand(ui, options, cmd, d)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 1193, in _runcommand
 (esc)
+      return cmdfunc()
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\dispatch.py", line 1179, in <lambda>
 (esc)
+      d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\util.py", line 1854, in check
 (esc)
+      return func(*args, **kwargs)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\install\lib\python\mercurial\debugcommands.py", line 1014, in debugdownload
 (esc)
+      fh = urlmod.open(ui, url, output)
 (esc)
+    File "C:\Temp\hgtests.9x5l95vu\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
165.4stest-merge-combination.t
157.7stest-obsolete-bundle-strip.t
157.4stest-obsolete.t
156.9stest-bookmarks-pushpull.t#b2-binary
156.4stest-bookmarks-pushpull.t#b2-pushkey
151.4stest-revset.t
150.0stest-static-http.t
145.1stest-http-permissions.t
138.9stest-subrepo.t
130.3stest-hgwebdir.t
123.1stest-largefiles.t
120.8stest-template-functions.t
117.9stest-log.t
115.8stest-fix.t
114.4stest-bundle2-exchange.t#sshv1
113.8stest-bundle2-exchange.t#sshv2
113.3stest-import.t
112.4stest-rebase-obsolete.t
111.5stest-obsmarker-template.t
108.0stest-glog-beautifygraph.t
108.0stest-glog.t
105.9stest-merge-tools.t
102.8stest-mq.t
96.4stest-largefiles-misc.t
96.4stest-treediscovery.t
94.9stest-https.t
84.1stest-update-branches.t
82.3stest-run-tests.t
81.8stest-shelve.t#stripbased
81.3stest-shelve.t#phasebased
81.1stest-commit-amend.t
80.4stest-obsolete-divergent.t
80.3stest-http-bad-server.t
80.1stest-strip.t
79.7stest-http.t
79.4stest-shelve2.t#stripbased#abortflag#continueflag
79.1stest-lfs-serve.t#lfsremote-on
78.8stest-shelve2.t#stripbased#abortflag#continuecommand
78.2stest-copies.t#filelog
78.1stest-copies.t#compatibility
78.1stest-largefiles-update.t
77.8stest-clonebundles.t
77.4stest-copies.t#changeset
77.4stest-copies.t#sidedata
77.3stest-rename-merge2.t
76.8stest-keyword.t
76.3stest-phases-exchange.t
75.9stest-revset2.t
74.5stest-bookmarks.t
74.4stest-shelve2.t#phasebased#abortcommand#continueflag
74.1stest-shelve2.t#phasebased#abortflag#continuecommand
74.0stest-shelve2.t#phasebased#abortflag#continueflag
73.7stest-shelve2.t#phasebased#abortcommand#continuecommand
73.1stest-shelve2.t#stripbased#abortcommand#continueflag
73.0stest-shelve2.t#stripbased#abortcommand#continuecommand
71.9stest-merge-force.t
70.6stest-copytrace-heuristics.t
68.9stest-hgweb.t
67.7stest-lfs.t
67.6stest-treediscovery-legacy.t
67.0stest-push-race.t#unrelated
66.9stest-push-race.t#strict
65.5stest-push-warn.t
65.0stest-merge-changedelete.t
64.2stest-largefiles-wireproto.t#sshv2
64.1stest-annotate.t
64.0stest-http-bundle1.t
63.9stest-largefiles-wireproto.t#sshv1
63.7stest-mq-subrepo.t
63.5stest-narrow.t#tree#lfs-on
63.2stest-mq-header-date.t
62.6stest-mv-cp-st-diff.t
62.5stest-narrow.t#flat#lfs-on
61.9stest-template-basic.t
61.7stest-archive.t
61.6stest-convert-filemap.t
60.5stest-clone.t#sshv1
59.9stest-template-keywords.t
59.8stest-clone.t#sshv2
59.7stest-revert.t
59.6stest-transplant.t#commandmode
59.1stest-transplant.t#continueflag
58.6stest-bisect.t
58.2stest-install.t
57.3stest-subrepo-deep-nested-change.t
57.0stest-lfs-serve-access.t
56.5stest-censor.t
56.0stest-clone-uncompressed.t#stream-bundle2
55.4stest-resolve.t
55.3stest-copies-chain-merge.t
55.1stest-treemanifest.t
55.0stest-narrow.t#tree#lfs-off
54.8stest-ssh-proto.t
54.5stest-rebase-scenario-global.t
54.3stest-debugcommands.t
54.0stest-mq-header-from.t
53.6stest-narrow.t#flat#lfs-off
50.6stest-graft.t
50.3stest-backout.t
50.2stest-push-http.t#bundle2
50.0stest-copies-unrelated.t#sidedata
49.8stest-extension.t
49.4stest-check-code.t
49.3stest-copies-unrelated.t#compatibility
49.3stest-copies-unrelated.t#changeset
49.2stest-uncommit.t
49.0stest-copies-unrelated.t#filelog
49.0stest-template-map.t
48.4stest-tag.t
48.2stest-tags.t
48.0stest-fileset.t
47.6stest-init.t
47.5stest-hook.t
47.3stest-clone-uncompressed.t#stream-legacy
45.9stest-hgweb-json.t
45.6stest-mq-guards.t
45.5stest-branches.t
44.8stest-commit-interactive.t
44.4stest-graft-interrupted.t#abortcommand
43.5stest-help.t
43.2stest-graft-interrupted.t#abortflag
42.7stest-histedit-fold.t
42.7stest-commit.t
41.6stest-bundle.t
41.0stest-contrib-perf.t
40.9stest-rebase-collapse.t
40.8stest-rebase-abort.t#abortflag#continueflag
40.8stest-rebase-abort.t#abortcommand#continuecommand
40.5stest-rebase-abort.t#abortflag#continuecommand
40.4stest-rebase-abort.t#abortcommand#continueflag
40.2stest-hgweb-filelog.t
39.8stest-narrow-widen-no-ellipsis.t#tree
39.5stest-newbranch.t
39.3stest-narrow-widen-no-ellipsis.t#flat
39.2stest-push-http.t#bundle1
39.1stest-acl.t
38.9stest-status.t
38.8stest-rename.t
38.4stest-phases.t
38.4stest-histedit-obsolete.t#abortcommand
38.2stest-fetch.t
38.2stest-histedit-obsolete.t#abortflag
38.2stest-ssh.t#sshv1
38.2stest-ssh.t#sshv2
38.1stest-mq-qpush-fail.t
38.0stest-bundle2-remote-changegroup.t#sshv2
38.0stest-bundle2-remote-changegroup.t#sshv1
37.8stest-wireproto-exchangev2.t
37.3stest-eol.t
37.2stest-alias.t
36.9stest-issue3084.t
36.7stest-narrow-widen.t#tree
36.6stest-narrow-widen.t#flat
36.3stest-narrow-clone.t
36.0stest-hgweb-symrev.t
36.0stest-ssh-bundle1.t#sshv2
35.7stest-fastannotate-hg.t
35.7stest-amend.t#obsstore-off
35.5stest-amend.t#obsstore-on
35.3stest-ssh-bundle1.t#sshv1
35.2stest-obshistory.t
34.6stest-rebase-dest.t
34.5stest-histedit-arguments.t#abortcommand
34.4stest-bisect2.t
34.3stest-histedit-arguments.t#abortflag
34.3stest-hgweb-diffs.t
33.9stest-fix-topology.t#obsstore-on
33.8stest-obsolete-distributed.t
33.8stest-subrepo-recursion.t
33.8stest-rollback.t
33.7stest-automv.t
33.6stest-split.t#obsstore-on
33.5stest-upgrade-repo.t
33.1stest-narrow-clone-no-ellipsis.t
33.0stest-branch-change.t
32.8stest-absorb.t
32.6stest-revlog-mmapindex.t
32.2stest-rebase-parameters.t
32.0stest-bheads.t
31.9stest-sparse.t
31.8stest-setdiscovery.t
31.5stest-casecollision-merge.t
31.3stest-merge1.t
31.2stest-merge-no-file-change.t
30.9stest-mq-qclone-http.t
30.9stest-narrow-shallow-merges.t
30.8stest-mq-qpush-exact.t
30.6stest-rebase-cache.t
30.4stest-histedit-edit.t
30.3stest-bookflow.t
30.2stest-ssh-proto-unbundle.t
30.2stest-hgweb-commands.t
30.1stest-split.t#obsstore-off
29.9stest-rebase-newancestor.t
29.9stest-narrow-clone-stream.t#tree
29.8stest-narrow-clone-stream.t#flat-fncache
29.7stest-git-export.t
29.5stest-narrow-clone-stream.t#flat-nofncache
29.3stest-mq-qnew.t
29.0stest-wireproto.t
28.7stest-remove.t
28.6stest-show-work.t
28.5stest-convert-hg-sink.t
28.3stest-bundle-r.t
27.5stest-casefolding.t
27.3stest-unamend.t
27.1stest-infinitepush-bundlestore.t
26.9stest-walk.t
26.8stest-hgweb-csp.t
26.6stest-grep.t
26.6stest-lfs-test-server.t#hg-server
26.5stest-graft-rename.t
26.4stest-http-clone-r.t
26.4stest-copy.t
26.4stest-rebase-interruptions.t
26.3stest-copies-in-changeset.t#sidedata
26.0stest-narrow-clone-nonlinear.t
26.0stest-patchbomb.t
25.8stest-rebase-conflicts.t
25.6stest-rebase-rename.t
25.5stest-rebase-pull.t
25.5stest-strip-cross.t
25.3stest-push.t
25.2stest-mq-qimport.t
25.2stest-rebase-base-flag.t
24.9stest-rebase-named-branches.t
24.8stest-import-git.t
24.6stest-add.t
24.4stest-parse-date.t
24.2stest-narrow-share.t#tree
24.2stest-revset-legacy-lookup.t
23.9stest-narrow-share.t#flat
23.8stest-exchange-obsmarkers-case-A3.t
23.8stest-subrepo-relative-path.t
23.8stest-copies-in-changeset.t#extra
23.6stest-mq-qrefresh.t
23.6stest-identify.t
23.6stest-exchange-obsmarkers-case-A1.t
23.4stest-extdiff.t
23.2stest-persistent-nodemap.t
23.1stest-dirstate-race.t
23.0stest-narrow-patterns.t
22.8stest-narrow-shallow.t
22.8stest-lfconvert.t
22.7stest-http-protocol.t
22.4stest-incoming-outgoing.t
22.2stest-manifest.t
22.1stest-commandserver.t
22.1stest-status-color.t
22.1stest-rebase-mq.t
22.1stest-obsolete-checkheads.t
22.0stest-lfs-serve.t#lfsremote-off
22.0stest-narrow-pull.t
21.9stest-flagprocessor.t
21.8stest-histedit-commute.t
21.7stest-fix-topology.t#obsstore-off
21.7stest-cache-abuse.t
21.6stest-rename-merge1.t
21.5stest-rebase-bookmarks.t
21.3stest-merge-criss-cross.t
21.2stest-hardlinks.t
21.2stest-logexchange.t
20.8stest-bookmarks-current.t
20.7stest-bundle-phases.t
20.7stest-largefiles-cache.t
20.1stest-histedit-fold-non-commute.t

Timeline

test-contrib-check-code.t (3.21s)test-contrib-check-commit.t (0.64s)test-contrib-perf.t (41.02s)test-imports-checker.t (6.55s)test-merge-combination.t (165.38s)test-obsolete-checkheads.t (22.11s)test-run-tests.t (82.28s)test-push-race.t#strict (66.94s)test-push-race.t#unrelated (66.98s)test-check-code.t (49.44s)test-push-checkheads-unpushed-D4.t (9.32s)test-push-checkheads-unpushed-D5.t (9.24s)test-push-checkheads-unpushed-D3.t (9.05s)test-check-py3-compat.t (5.44s)test-push-checkheads-pruned-B8.t (10.10s)test-push-checkheads-superceed-A7.t (8.90s)test-push-checkheads-superceed-A6.t (9.13s)test-rebase-check-restore.t (9.43s)test-push-checkheads-multibranches-E2.t (8.83s)test-push-checkheads-unpushed-D7.t (9.32s)test-push-checkheads-unpushed-D2.t (7.64s)test-largefiles-update.t (78.06s)test-push-checkheads-pruned-B5.t (7.80s)test-push-checkheads-multibranches-E3.t (7.16s)test-push-checkheads-superceed-A3.t (7.69s)test-push-checkheads-superceed-A2.t (7.68s)test-push-checkheads-pruned-B2.t (6.72s)test-push-checkheads-multibranches-E1.t (6.53s)test-push-checkheads-pruned-B3.t (6.61s)test-push-checkheads-pruned-B4.t (6.22s)test-push-checkheads-unpushed-D6.t (7.22s)test-push-checkheads-partial-C2.t (6.02s)test-push-checkheads-partial-C1.t (6.02s)test-push-checkheads-partial-C4.t (5.66s)test-push-checkheads-superceed-A8.t (7.08s)test-push-checkheads-pruned-B6.t (6.74s)test-push-checkheads-pruned-B7.t (6.83s)test-push-checkheads-partial-C3.t (5.75s)test-push-checkheads-unpushed-D1.t (6.07s)test-subrepo-svn.t (0.20s)test-push-checkheads-superceed-A4.t (5.58s)test-push-checkheads-superceed-A5.t (5.57s)test-push-checkheads-pruned-B1.t (4.66s)test-push-checkheads-superceed-A1.t (4.83s)test-copytrace-heuristics.t (70.59s)test-check-config.t (11.33s)test-glog-beautifygraph.t (108.00s)test-gendoc-ja.t (0.17s)test-check-module-imports.t (13.91s)test-convert-cvs.t (0.17s)test-help.t (43.53s)test-obsolete-bounds-checking.t (1.38s)test-gendoc.t (0.19s)test-glog.t (107.98s)test-convert-svn-sink.t (0.20s)test-check-help.t (13.60s)test-check-pyflakes.t (0.42s)test-patchbomb.t (25.96s)test-convert-svn-source.t (0.20s)test-obsolete-bundle-strip.t (157.66s)test-abort-checkin.t (1.63s)test-http-bad-server.t (80.33s)test-ssh-proto-unbundle.t (30.24s)test-acl.t (39.06s)test-obsmarker-template.t (111.47s)test-check-shbang.t (4.80s)test-check-commit.t (2.80s)test-convert-svn-move.t (0.22s)test-check-interfaces.py (0.70s)test-hgweb-commands.t (30.23s)test-hgweb-symrev.t (36.02s)test-obsolete.t (157.44s)test-upgrade-repo.t (33.46s)test-extension.t (49.76s)test-ssh-proto.t (54.81s)test-log.t (117.94s)test-check-execute.t (0.22s)test-dirstate-race.t (23.11s)test-check-pylint.t (0.47s)test-convert-svn-encoding.t (0.22s)test-wireproto-content-redirects.t (17.66s)test-hgweb-filelog.t (40.16s)test-hgwebdir.t (130.28s)test-wireproto-exchangev2.t (37.77s)test-bundle2-format.t (14.28s)test-template-map.t (49.01s)test-revset.t (151.40s)test-subrepo.t (138.95s)test-convert-cvs-detectmerge.t (0.17s)test-rebase-obsolete.t (112.45s)test-hgweb-json.t (45.91s)test-largefiles.t (123.07s)test-merge-tools.t (105.91s)test-convert-cvs-synthetic.t (0.20s)test-gendoc-ro.t (0.19s)test-import.t (113.30s)test-subrepo-deep-nested-change.t (57.28s)test-fix.t (115.83s)test-bundle2-exchange.t#sshv1 (114.38s)test-bundle2-exchange.t#sshv2 (113.75s)test-template-functions.t (120.75s)test-phases-exchange.t (76.28s)test-lfs.t (67.70s)test-strip.t (80.11s)test-bookmarks-pushpull.t#b2-binary (156.94s)test-bookmarks-pushpull.t#b2-pushkey (156.43s)test-convert-cvsnt-mergepoints.t (0.17s)test-commit-interactive.t (44.81s)test-hook.t (47.45s)test-merge-changedelete.t (65.05s)test-highlight.t (0.19s)test-https.t (94.89s)test-rename-merge2.t (77.31s)test-convert-git.t (0.17s)test-http-permissions.t (145.14s)test-lfs-test-server.t#git-server (0.47s)test-lfs-test-server.t#hg-server (26.56s)test-setdiscovery.t (31.78s)test-bookmarks.t (74.55s)test-commandserver.t (22.14s)test-clone.t#sshv1 (60.49s)test-clone.t#sshv2 (59.75s)test-shelve.t#phasebased (81.25s)test-shelve.t#stripbased (81.84s)test-check-clang-format.t (0.16s)test-merge-force.t (71.92s)test-revset2.t (75.91s)test-convert-cvs-branch.t (0.17s)test-largefiles-misc.t (96.42s)test-commit-amend.t (81.08s)test-branches.t (45.45s)test-http-protocol.t (22.66s)test-hgweb-diffs.t (34.30s)test-keyword.t (76.77s)test-revert.t (59.66s)test-template-keywords.t (59.86s)test-wireproto-command-filesdata.t (11.25s)test-convert-svn-branches.t (0.19s)test-mq.t (102.80s)test-convert-hg-svn.t (0.20s)test-gendoc-de.t (0.19s)test-lfs-serve-access.t (57.00s)test-wireproto-command-capabilities.t (10.25s)test-subrepo-git.t (0.19s)test-generaldelta.t (18.75s)test-lfs-serve.t#lfsremote-off (22.05s)test-lfs-serve.t#lfsremote-on (79.12s)test-tags.t (48.16s)test-phases.t (38.41s)test-transplant.t#commandmode (59.58s)test-transplant.t#continueflag (59.14s)test-treemanifest.t (55.08s)test-check-rust-format.t (0.19s)test-template-basic.t (61.86s)test-tag.t (48.42s)test-subrepo-recursion.t (33.77s)test-hgweb.t (68.92s)test-convert.t (10.30s)test-check-jshint.t (0.44s)test-http-api-httpv2.t (11.53s)test-http.t (79.66s)test-shelve2.t#phasebased#abortcommand#continuecommand (73.66s)test-shelve2.t#phasebased#abortcommand#continueflag (74.38s)test-shelve2.t#phasebased#abortflag#continuecommand (74.11s)test-shelve2.t#phasebased#abortflag#continueflag (73.97s)test-shelve2.t#stripbased#abortcommand#continuecommand (72.98s)test-shelve2.t#stripbased#abortcommand#continueflag (73.06s)test-shelve2.t#stripbased#abortflag#continuecommand (78.84s)test-shelve2.t#stripbased#abortflag#continueflag (79.41s)test-convert-filemap.t (61.64s)test-obsolete-divergent.t (80.42s)test-annotate.t (64.06s)test-resolve.t (55.39s)test-bundle.t (41.64s)test-graft.t (50.64s)test-obsolete-distributed.t (33.80s)test-split.t#obsstore-off (30.11s)test-split.t#obsstore-on (33.62s)test-notify.t (15.09s)test-encoding-textwrap.t (3.41s)test-walk.t (26.92s)test-copies-chain-merge.t (55.31s)test-mv-cp-st-diff.t (62.64s)test-bisect.t (58.59s)test-convert-p4-filetypes.t (0.22s)test-rebase-scenario-global.t (54.48s)test-commit.t (42.66s)test-clonebundles.t (77.80s)test-ssh.t#sshv1 (38.19s)test-ssh.t#sshv2 (38.17s)test-bundle2-remote-changegroup.t#sshv1 (37.95s)test-bundle2-remote-changegroup.t#sshv2 (37.98s)test-wireproto-exchangev2-shallow.t (0.19s)test-import-git.t (24.84s)test-archive.t (61.72s)test-mq-header-from.t (54.05s)test-i18n.t (2.89s)test-rebase-inmemory.t (0.17s)test-treediscovery.t (96.39s)test-bisect2.t (34.39s)test-fileset.t (48.00s)test-grep.t (26.62s)test-push-warn.t (65.50s)test-hgweb-annotate-whitespace.t (7.28s)test-log-linerange.t (15.17s)test-graft-interrupted.t#abortcommand (44.39s)test-graft-interrupted.t#abortflag (43.23s)test-debugcommands.t (54.34s)test-remotefilelog-repack.t (0.19s)test-remove.t (28.66s)test-graft-rename.t (26.52s)test-clone-uncompressed.t#stream-bundle2 (55.97s)test-clone-uncompressed.t#stream-legacy (47.27s)test-alias.t (37.25s)test-backout.t (50.28s)test-update-branches.t (84.11s)test-ssh-bundle1.t#sshv1 (35.31s)test-ssh-bundle1.t#sshv2 (35.98s)test-mq-header-date.t (63.23s)test-wireproto-command-changesetdata.t (13.05s)test-blackbox.t (17.50s)test-pull-pull-corruption.t (17.00s)test-convert-svn-startrev.t (0.22s)test-devel-warnings.t (7.48s)test-push-http.t#bundle1 (39.17s)test-push-http.t#bundle2 (50.17s)test-contrib-relnotes.t (0.22s)test-audit-subrepo.t (16.69s)test-histedit-obsolete.t#abortcommand (38.39s)test-histedit-obsolete.t#abortflag (38.19s)test-histedit-arguments.t#abortcommand (34.47s)test-histedit-arguments.t#abortflag (34.34s)test-wireproto.t (28.95s)test-globalopts.t (13.89s)test-check-format.t (0.17s)test-rebase-collapse.t (40.91s)test-http-bundle1.t (63.98s)test-hgweb-descend-empties.t (3.41s)test-obshistory.t (35.23s)test-fncache.t (15.64s)test-rename.t (38.83s)test-uncommit.t (49.20s)test-extdiff.t (23.38s)test-mq-subrepo.t (63.73s)test-fastannotate-hg.t (35.73s)test-histedit-fold.t (42.69s)test-progress.t (6.39s)test-remotefilelog-repack-fast.t (0.17s)test-getbundle.t (9.64s)test-censor.t (56.52s)test-largefiles-wireproto.t#sshv1 (63.86s)test-largefiles-wireproto.t#sshv2 (64.16s)test-status-color.t (22.14s)test-narrow.t#flat#lfs-off (53.59s)test-narrow.t#flat#lfs-on (62.50s)test-narrow.t#tree#lfs-off (54.97s)test-narrow.t#tree#lfs-on (63.53s)test-phabricator.t (0.17s)test-convert-hg-sink.t (28.50s)test-logexchange.t (21.19s)test-merge-types.t (0.19s)test-histedit-commute.t (21.75s)test-amend.t#obsstore-off (35.67s)test-amend.t#obsstore-on (35.53s)test-lfconvert.t (22.78s)test-histedit-edit.t (30.44s)test-remotefilelog-bgprefetch.t (0.20s)test-fetch.t (38.20s)test-copies.t#changeset (77.44s)test-copies.t#compatibility (78.09s)test-copies.t#filelog (78.19s)test-copies.t#sidedata (77.38s)test-install.t (58.16s)test-wireproto-caching.t (8.45s)test-incoming-outgoing.t (22.44s)test-manifest.t (22.16s)test-clone-pull-corruption.t (8.72s)test-eol.t (37.31s)test-rebase-conflicts.t (25.83s)test-rollback.t (33.75s)test-newbranch.t (39.52s)test-bundle2-multiple-changegroups.t (11.45s)test-merge-criss-cross.t (21.31s)test-wireproto-command-manifestdata.t (7.77s)test-status.t (38.92s)test-git-export.t (29.70s)test-infinitepush-ci.t (18.19s)test-diff-color.t (8.14s)test-lfs-largefiles.t (17.70s)test-hgweb-empty.t (9.06s)test-fastexport.t (4.06s)test-dirstate-race2.t (2.38s)test-merge1.t (31.30s)test-infinitepush-bundlestore.t (27.06s)test-rebase-abort.t#abortcommand#continuecommand (40.80s)test-rebase-abort.t#abortcommand#continueflag (40.41s)test-rebase-abort.t#abortflag#continuecommand (40.55s)test-rebase-abort.t#abortflag#continueflag (40.81s)test-fix-topology.t#obsstore-off (21.70s)test-fix-topology.t#obsstore-on (33.94s)test-chg.t (0.17s)test-persistent-nodemap.t (23.23s)test-push.t (25.30s)test-convert-mtn.t (0.20s)test-completion.t (8.23s)test-copies-in-changeset.t#extra (23.77s)test-copies-in-changeset.t#sidedata (26.34s)test-narrow-shallow-merges.t (30.92s)test-mq-guards.t (45.62s)test-hghave.t (3.08s)test-convert-svn-tags.t (0.22s)test-pager.t (17.41s)test-wireproto-command-filedata.t (9.94s)test-qrecord.t (9.06s)test-rebase-parameters.t (32.19s)test-mq-subrepo-svn.t (0.19s)test-revset-legacy-lookup.t (24.20s)test-copies-unrelated.t#changeset (49.28s)test-copies-unrelated.t#compatibility (49.28s)test-copies-unrelated.t#filelog (49.03s)test-copies-unrelated.t#sidedata (49.97s)test-rebase-interruptions.t (26.36s)test-absorb.t (32.84s)test-hardlinks.t (21.22s)test-export.t (16.61s)test-issue3084.t (36.90s)test-merge-no-file-change.t (31.16s)test-verify.t (12.92s)test-narrow-patterns.t (22.99s)test-rebase-dest.t (34.63s)test-branch-change.t (32.97s)test-mq-qpush-fail.t (38.06s)test-narrow-widen-no-ellipsis.t#flat (39.30s)test-narrow-widen-no-ellipsis.t#tree (39.83s)test-commit-interactive-curses.t (0.19s)test-bundle-r.t (28.27s)test-rebase-pull.t (25.54s)test-exchange-obsmarkers-case-A1.t (23.57s)test-rebase-newancestor.t (29.94s)test-sparse.t (31.86s)test-rebase-named-branches.t (24.94s)test-import-bypass.t (17.81s)test-revert-interactive.t (16.68s)test-parse-date.t (24.37s)test-treediscovery-legacy.t (67.57s)test-rebase-rename.t (25.60s)test-narrow-widen.t#flat (36.60s)test-narrow-widen.t#tree (36.69s)test-rebase-cache.t (30.57s)test-journal.t (8.86s)test-help-hide.t (0.58s)test-releasenotes-formatting.t (0.16s)test-mq-qrefresh.t (23.65s)test-histedit-fold-non-commute.t (20.10s)test-gendoc-pt_BR.t (0.19s)test-gendoc-zh_CN.t (0.19s)test-gendoc-zh_TW.t (0.17s)test-exchange-obsmarkers-case-A3.t (23.80s)test-mq-qrefresh-interactive.t (5.39s)test-githelp.t (19.99s)test-copy.t (26.37s)test-wireproto-command-rawstorefiledata.t (6.47s)test-static-http.t (149.96s)test-histedit-non-commute.t (18.46s)test-hgignore.t (14.18s)test-win32text.t (13.59s)test-exchange-obsmarkers-case-C3.t (14.00s)test-gendoc-da.t (0.17s)test-gendoc-el.t (0.16s)test-gendoc-fr.t (0.19s)test-gendoc-it.t (0.17s)test-gendoc-ru.t (0.17s)test-gendoc-sv.t (0.16s)test-share-bookmarks.t#svfs (15.57s)test-share-bookmarks.t#vfs (16.15s)test-mq-qnew.t (29.27s)test-flagprocessor.t (21.88s)test-bheads.t (31.98s)test-diff-ignore-whitespace.t (16.89s)test-bookflow.t (30.34s)test-hgrc.t (11.48s)test-remotefilelog-prefetch.t (0.17s)test-config.t (14.12s)test-http-api.t (5.53s)test-largefiles-cache.t (20.68s)test-encoding.t (8.44s)test-convert-bzr-merges.t (0.17s)test-unamend.t (27.29s)test-single-head.t (17.95s)test-mq-qimport.t (25.20s)test-url-rev.t (16.39s)test-diff-unified.t (11.17s)test-mq-qrefresh-replace-log-message.t (17.12s)test-init.t (47.58s)test-pager-legacy.t (11.23s)test-rebase-base-flag.t (25.17s)test-histedit-base.t (10.50s)test-parseindex.t (6.25s)test-clone-r.t (14.37s)test-bad-extension.t (2.91s)test-hgweb-raw.t (12.65s)test-rebase-mq.t (22.12s)test-exchange-obsmarkers-case-D1.t (13.31s)test-hgweb-removed.t (5.12s)test-eol-patch.t (9.39s)test-automv.t (33.70s)test-exchange-obsmarkers-case-C2.t (13.59s)test-ssh-clone-r.t#sshv1 (13.90s)test-ssh-clone-r.t#sshv2 (14.26s)test-subrepo-relative-path.t (23.79s)test-casecollision-merge.t (31.51s)test-http-clone-r.t (26.40s)test-convert-bzr.t (0.16s)test-bookmarks-corner-case.t (9.31s)test-rename-dir-merge.t (16.12s)test-strip-cross.t (25.48s)test-add.t (24.60s)test-histedit-no-change.t (14.29s)test-narrow-clone.t (36.34s)test-diffstat.t (18.95s)test-convert-splicemap.t (13.31s)test-http-proxy.t (13.86s)test-removeemptydirs.t (16.68s)test-fileset-generated.t (7.83s)test-bundle-phases.t (20.70s)test-exchange-obsmarkers-case-C1.t (13.00s)test-conflict.t (10.53s)test-status-rev.t (7.45s)test-diff-upgrade.t (0.16s)test-pull-update.t (17.04s)test-bisect3.t (12.28s)test-dispatch.t (12.81s)test-narrow-exchange.t#lfs-off (13.89s)test-narrow-exchange.t#lfs-on (15.36s)test-obsolete-changeset-exchange.t (10.56s)test-up-local-change.t (16.50s)test-exchange-obsmarkers-case-D4.t (11.56s)test-eol-update.t (9.11s)test-remotefilelog-push-pull.t (0.17s)test-pull-bundle.t (19.86s)test-share.t (14.51s)test-narrow-exchange-merges.t (13.62s)test-git-interop.t (0.19s)test-absorb-rename.t (17.47s)test-rename-merge1.t (21.62s)test-exchange-obsmarkers-case-B5.t (13.40s)test-copy-move-merge.t (13.14s)test-churn.t (12.14s)test-pull-branch.t (16.89s)test-eol-hook.t (11.48s)test-bundle-type.t (18.31s)test-remotefilelog-linknodes.t (0.19s)test-narrow-trackedcmd.t#flat (12.81s)test-narrow-trackedcmd.t#tree (13.14s)test-notify-changegroup.t (6.61s)test-byteify-strings.t (1.59s)test-rebase-detach.t (19.21s)test-stream-bundle-v2.t (10.03s)test-sparse-profiles.t (12.53s)test-mq-qpush-exact.t (30.79s)test-fastannotate-protocol.t (11.36s)test-hybridencode.py (0.44s)test-rebase-bookmarks.t (21.48s)test-bookmarks-current.t (20.78s)test-convert-hg-source.t (17.75s)test-encoding-align.t (7.59s)test-debugbuilddag.t (7.94s)test-convert-baz.t (0.20s)test-repo-compengines.t (13.94s)test-inherit-mode.t (0.19s)test-infinitepush.t (19.64s)test-releasenotes-merging.t (0.22s)test-convert-hg-startrev.t (13.26s)test-purge.t (16.06s)test-show-work.t (28.56s)test-narrow-strip.t#flat#lfs-off (10.01s)test-narrow-strip.t#flat#lfs-on (11.08s)test-narrow-strip.t#tree#lfs-off (10.01s)test-narrow-strip.t#tree#lfs-on (11.25s)test-merge-commit.t (10.42s)test-audit-path.t (4.55s)test-exchange-obsmarkers-case-B4.t (15.08s)test-fastannotate.t (15.23s)test-narrow-expanddirstate.t (7.78s)test-pathconflicts-merge.t (17.11s)test-remotefilelog-gcrepack.t (0.19s)test-symlinks.t (0.17s)test-exchange-obsmarkers-case-C4.t (12.72s)test-sparse-revlog.t (0.23s)test-mq-safety.t (18.70s)test-directaccess.t (11.92s)test-exchange-obsmarkers-case-A6.t (13.51s)test-template-graph.t (9.39s)test-exchange-obsmarkers-case-A5.t (11.89s)test-basic.t (7.61s)test-remotefilelog-local.t (0.19s)test-narrow-share.t#flat (23.95s)test-narrow-share.t#tree (24.23s)test-hgweb-csp.t (26.81s)test-merge-default.t (10.47s)test-histedit-bookmark-motion.t (8.53s)test-histedit-non-commute-abort.t (9.30s)test-obsolete-tag-cache.t (5.89s)test-diff-binary-file.t (7.01s)test-casefolding.t (27.53s)test-mq-git.t (8.69s)test-mq-qfold.t (14.17s)test-remotefilelog-cacheprocess.t (0.19s)test-patchbomb-bookmark.t (4.98s)test-stack.t (17.15s)test-journal-share.t (8.39s)test-pull-r.t (12.29s)test-paths.t (11.78s)test-contrib-testparseutil.t (0.58s)test-hgweb-no-request-uri.t (1.81s)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.72s)test-import-merge.t (16.92s)test-drawdag.t (12.69s)test-patchbomb-tls.t (5.42s)test-exchange-obsmarkers-case-B2.t (12.01s)test-convert-bzr-directories.t (0.20s)test-convert-p4.t (0.20s)test-show-stack.t (18.68s)test-match.py (0.39s)test-narrow-clone-nonlinear.t (26.01s)test-mq-eol.t (9.20s)test-exchange-obsmarkers-case-A4.t (10.53s)test-obsmarkers-effectflag.t (17.26s)test-fastannotate-renames.t (12.61s)test-histedit-drop.t (8.76s)test-rebase-mq-skip.t#continuecommand (15.89s)test-rebase-mq-skip.t#continueflag (15.76s)test-bookmarks-merge.t (14.19s)test-repair-strip.t (0.19s)test-lock-badness.t (0.20s)test-histedit-outgoing.t (10.62s)test-pull.t#sshv1 (13.89s)test-pull.t#sshv2 (14.15s)test-extension-timing.t (1.36s)test-exchange-obsmarkers-case-B6.t (10.11s)test-rebase-emptycommit.t (12.87s)test-cbor.py (0.78s)test-debugbundle.t (3.78s)test-profile.t (11.72s)test-convert-tla.t (0.14s)test-mq-qclone-http.t (30.95s)test-exchange-obsmarkers-case-A2.t (8.83s)test-exchange-obsmarkers-case-D2.t (9.69s)test-status-terse.t (9.70s)test-merge7.t (5.09s)test-phase-archived.t (5.47s)test-hgweb-no-path-info.t (1.75s)test-subrepo-missing.t (9.79s)test-pathconflicts-update.t (13.08s)test-worker.t (3.36s)test-show.t (7.45s)test-addremove-similar.t (9.45s)test-contrib.t (2.37s)test-unionrepo.t (10.84s)test-flags.t (0.19s)test-remotefilelog-gc.t (0.17s)test-commit-multiple.t (7.51s)test-commit-unresolved.t#abortcommand (11.42s)test-commit-unresolved.t#abortflag (11.17s)test-import-eol.t (12.31s)test-logtoprocess.t (0.17s)test-mq-missingfiles.t (11.29s)test-amend-subrepo.t#obsstore-off (13.98s)test-amend-subrepo.t#obsstore-on (13.28s)test-sparse-import.t (7.66s)test-rebase-transaction.t#continuecommand (9.70s)test-rebase-transaction.t#continueflag (9.86s)test-identify.t (23.62s)test-default-push.t (9.00s)test-merge-subrepos.t (10.92s)test-narrow-clone-no-ellipsis.t (33.14s)test-filebranch.t (5.98s)test-mq-qdelete.t (17.22s)test-convert-datesort.t (11.08s)test-sidedata.t (4.97s)test-update-atomic.t (0.19s)test-pending.t (8.50s)test-clone-update-order.t (7.30s)test-fastannotate-perfhack.t (10.86s)test-origbackup-conflict.t (7.73s)test-mq-merge.t (11.73s)test-narrow-pull.t (22.03s)test-merge-local.t (8.58s)test-remotefilelog-http.t (0.17s)test-repo-filters-tiptoe.t (5.59s)test-bugzilla.t (3.27s)test-exchange-obsmarkers-case-D3.t (11.22s)test-remote-hidden.t (9.22s)test-narrow-shallow.t (22.80s)test-merge-halt.t (9.48s)test-branch-option.t (11.64s)test-mac-packages.t (0.20s)test-empty-group.t (6.64s)test-parents.t (8.01s)test-fix-metadata.t (1.20s)test-http-branchmap.t (9.00s)test-children.t (8.00s)test-diff-change.t (9.22s)test-extdata.t (9.28s)test-bundle2-pushback.t#sshv1 (4.98s)test-bundle2-pushback.t#sshv2 (5.22s)test-issue672.t (4.84s)test-rebuildstate.t (8.11s)test-mq-pull-from-bundle.t (9.62s)test-narrow-merge.t#flat (10.55s)test-narrow-merge.t#tree (10.42s)test-exchange-obsmarkers-case-B3.t (10.17s)test-remotefilelog-corrupt-cache.t (0.20s)test-merge-internal-tools-pattern.t (7.80s)test-run-tests.py (0.22s)test-extensions-afterloaded.t (6.17s)test-lfs-bundle.t (9.05s)test-tools.t (1.75s)test-fastannotate-corrupt.t (5.84s)test-narrow-commit.t#flat (10.95s)test-narrow-commit.t#tree (10.95s)test-eol-clone.t (4.00s)test-wireproto-serverreactor.py (0.45s)test-excessive-merge.t (5.92s)test-relink.t (4.59s)test-mq-qqueue.t (13.34s)test-narrow-rebase.t#continuecommand (9.97s)test-narrow-rebase.t#continueflag (10.19s)test-push-cgi.t (0.19s)test-record.t (1.67s)test-convert-darcs.t (0.20s)test-remotefilelog-clone-tree.t (0.19s)test-patch.t (4.41s)test-hgweb-non-interactive.t (1.31s)test-sqlitestore.t (0.16s)test-remotefilelog-clone.t (0.16s)test-arbitraryfilectx.t (2.83s)test-remotefilelog-sparse.t (0.16s)test-cache-abuse.t (21.67s)test-rebase-backup.t (8.64s)test-simple-update.t (7.03s)test-pathconflicts-basic.t (9.09s)test-hooklib-changeset_published.t (3.02s)test-committer.t (6.08s)test-exchange-obsmarkers-case-B7.t (9.28s)test-pull-http.t (10.56s)test-remotefilelog-bundle2-legacy.t (0.20s)test-exchange-obsmarkers-case-B1.t (9.14s)test-remotefilelog-log.t (0.16s)test-rename-after-merge.t (9.00s)test-mq-qdiff.t (8.36s)test-bookmarks-rebase.t (7.64s)test-serve.t (11.62s)test-exchange-obsmarkers-case-A7.t (7.98s)test-revset-outgoing.t (5.76s)test-hooklib-changeset_obsoleted.t (2.22s)test-import-context.t (2.61s)test-remotefilelog-bundle2.t (0.19s)test-eol-add.t (4.55s)test-bundle-vs-outgoing.t (6.45s)test-rebase-partial.t (6.88s)test-update-names.t (5.84s)test-hooklib-reject_merge_commits.t (2.41s)test-mailmap.t (5.41s)test-remotefilelog-bundles.t (0.17s)test-merge-remove.t (8.36s)test-convert-tagsbranch-topology.t (0.22s)test-requires.t (4.47s)test-locate.t (11.41s)test-merge-closedheads.t (11.08s)test-wireproto-clientreactor.py (0.42s)test-contrib-dumprevlog.t (4.88s)test-remotefilelog-pull-noshallow.t (0.17s)test-debugextensions.t (2.06s)test-narrow-clone-stream.t#flat-fncache (29.80s)test-narrow-clone-stream.t#flat-nofncache (29.55s)test-narrow-clone-stream.t#tree (29.87s)test-rebase-legacy.t#continuecommand (2.81s)test-rebase-legacy.t#continueflag (2.59s)test-issue1306.t (4.08s)test-cat.t (10.17s)test-nointerrupt.t (0.20s)test-issue660.t (8.78s)test-issue1175.t (8.31s)test-largefiles-small-disk.t (2.20s)test-convert-clonebranches.t (7.70s)test-oldcgi.t (0.20s)test-impexp-branch.t (6.41s)test-histedit-no-backup.t#abortcommand (4.17s)test-histedit-no-backup.t#abortflag (4.25s)test-narrow-clone-non-narrow-server.t (15.92s)test-issue586.t (7.69s)test-unified-test.t (1.50s)test-rebase-templates.t (5.69s)test-remotefilelog-tags.t (0.19s)test-symlink-placeholder.t (0.19s)test-merge6.t (5.80s)test-narrow-copies.t (8.03s)test-server-view.t (9.19s)test-rebase-issue-noparam-single-rev.t (7.44s)test-dirstate.t (5.00s)test-close-head.t (5.50s)test-url-download.t (13.81s)test-merge-revert2.t (9.86s)test-verify-repo-operations.py (0.17s)test-merge4.t (6.47s)test-addremove.t (7.30s)test-mq-qrename.t (13.03s)test-narrow-update.t (8.09s)test-double-merge.t (2.92s)test-mq-symlinks.t (0.16s)test-ssh-repoerror.t (0.19s)test-wsgirequest.py (0.53s)test-narrow-patch.t#flat (3.47s)test-narrow-patch.t#tree (3.66s)test-glog-topological.t (2.75s)test-sparse-verbose-json.t (5.19s)test-merge9.t (5.58s)test-fuzz-targets.t (0.72s)test-context-metadata.t (3.31s)test-patch-offset.t (1.16s)test-log-exthook.t (1.62s)test-newcgi.t (0.17s)test-update-reverse.t (4.17s)test-wireproto-command-branchmap.t (4.47s)test-manifest.py (2.92s)test-pushvars.t (3.75s)test-histedit-templates.t (3.70s)test-hgwebdirsym.t (0.20s)test-issue1802.t (0.17s)test-revlog-raw.py (1.34s)test-merge-symlinks.t (2.67s)test-branch-tag-confict.t (3.30s)test-custom-filters.t (2.84s)test-narrow-debugcommands.t (3.84s)test-sparse-clone.t (3.19s)test-issue2137.t (1.38s)test-eolfilename.t (0.17s)test-remotefilelog-partial-shallow.t (0.17s)test-merge10.t (4.84s)test-revlog-v2.t (2.78s)test-diffdir.t (6.33s)test-schemes.t (6.25s)test-histedit-merge-tools.t (3.48s)test-mq-qgoto.t (9.02s)test-newercgi.t (0.19s)test-revlog.t (2.33s)test-issue522.t (3.84s)test-hooklib-reject_new_heads.t (1.97s)test-url.py (0.36s)test-editor-filename.t (2.25s)test-import-unknown.t (6.75s)test-journal-exists.t (2.89s)test-unbundlehash.t (4.84s)test-narrow-sparse.t#flat (4.16s)test-narrow-sparse.t#tree (4.30s)test-wireproto-command-known.t (3.03s)test-missing-capability.t (3.56s)test-wireproto-command-listkeys.t (3.70s)test-convert-identity.t (4.31s)test-rename-rev.t (4.97s)test-merge-revert.t (10.17s)test-wireproto-command-heads.t (3.73s)test-encode.t (4.77s)test-permissions.t (0.20s)test-hooklib-enforce_draft_commits.t (3.19s)test-casecollision.t (0.19s)test-ancestor.py (1.33s)test-update-dest.t (3.48s)test-known.t (8.75s)test-remotefilelog-datapack.py (0.95s)test-sparse-fsmonitor.t (0.06s)test-no-symlinks.t (3.58s)test-convert-authormap.t (2.48s)test-subrepo-paths.t (2.25s)test-sparse-requirement.t (2.67s)test-confused-revert.t (5.78s)test-merge2.t (7.45s)test-remotefilelog-permissions.t (0.19s)test-issue1993.t (2.83s)test-issue1502.t (3.44s)test-clone-cgi.t (0.17s)test-sparse-clear.t (3.66s)test-simplemerge.py (0.33s)test-websub.t (3.44s)test-rebase-brute-force.t (6.66s)test-revlog-mmapindex.t (32.59s)test-diff-antipatience.t#bdiff (0.91s)test-diff-antipatience.t#xdiff (1.33s)test-issue1877.t (4.81s)test-gpg.t (0.17s)test-empty-file.t (4.16s)test-lrucachedict.py (0.36s)test-hgk.t (2.69s)test-changelog-exec.t (0.17s)test-diff-hashes.t (2.73s)test-debian-packages.t (0.23s)test-absorb-edit-lines.t (3.45s)test-mactext.t (1.72s)test-remotefilelog-wireproto.t (0.17s)test-convert-bzr-ghosts.t (0.19s)test-docker-packaging.t (0.22s)test-remotefilelog-hgweb.t (0.19s)test-bookmarks-strip.t (3.97s)test-narrow-acl.t (5.51s)test-remotefilelog-keepset.t (0.19s)test-lock.py (0.36s)test-parseindex2.py (0.52s)test-remotefilelog-histpack.py (0.52s)test-diff-subdir.t (2.56s)test-remotefilelog-bad-configs.t (0.17s)test-convert-bzr-114.t (0.19s)test-trusted.py (0.44s)test-narrow-debugrebuilddirstate.t (2.81s)test-unrelated-pull.t (2.80s)test-diff-reverse.t (3.11s)test-revset-dirstate-parents.t (6.55s)test-wireproto-command-pushkey.t (2.50s)test-debugbackupbundle.t (3.06s)test-update-issue1456.t (0.17s)test-empty.t (2.11s)test-merge5.t (3.95s)test-wireproto-framing.py (0.36s)test-narrow-archive.t (5.30s)test-diff-copy-depth.t (5.98s)test-convert-bzr-treeroot.t (0.20s)test-hgweb-bundle.t (4.06s)test-absorb-unfinished.t (2.27s)test-mq-qimport-fail-cleanup.t (2.22s)test-linerange.py (0.36s)test-fix-clang-format.t (0.20s)test-manifest-merging.t (2.56s)test-issue619.t (2.86s)test-merge8.t (2.77s)test-issue842.t (3.17s)test-linelog.py (2.52s)test-remotefilelog-blame.t (0.20s)test-filecache.py (0.41s)test-revlog-group-emptyiter.t (2.19s)test-propertycache.py (0.75s)test-pathencode.py (0.78s)test-demandimport.py (0.28s)test-archive-symlinks.t (0.17s)test-absorb-strip.t (2.08s)test-pull-permission.t (0.17s)test-issue5979.t (4.01s)test-revisions.t (5.45s)test-absorb-filefixupstate.py (0.52s)test-wireproto-command-lookup.t (2.23s)test-context.py (0.83s)test-issue612.t (3.03s)test-debugindexdot.t (3.30s)test-doctest.py (0.39s)test-eol-tag.t (2.20s)test-batching.py (0.47s)test-bdiff.py (0.34s)test-hgweb-auth.py (0.25s)test-nested-repo.t (3.84s)test-minirst.py (0.39s)test-rust-ancestor.py (0.19s)test-execute-bit.t (0.17s)test-issue4074.t (3.30s)test-username-newline.t (1.31s)test-fastannotate-revmap.py (0.58s)test-remotefilelog-share.t (0.20s)test-revlog-packentry.t (1.77s)test-dirstate-nonnormalset.t (2.59s)test-ui-config.py (0.55s)test-diff-issue2761.t (2.97s)test-atomictempfile.py (0.38s)test-strict.t (2.42s)test-util.py (0.34s)test-diff-newlines.t (1.34s)test-rust-discovery.py (0.20s)test-empty-dir.t (2.02s)test-storage.py (2.83s)test-absorb-phase.t (2.55s)test-annotate.py (0.39s)test-extra-filelog-entry.t (2.00s)test-debugrename.t (2.72s)test-issue1438.t (0.19s)test-issue1102.t (2.28s)test-fastannotate-diffopts.t (1.39s)test-revert-unknown.t (2.44s)test-bad-pull.t (5.17s)test-revert-flags.t (0.19s)test-simplekeyvaluefile.py (0.38s)test-issue1089.t (2.17s)test-backwards-remove.t (1.91s)test-wireproto.py (0.41s)test-contrib-emacs.t (0.19s)test-cappedreader.py (0.31s)test-xdg.t (0.19s)test-dirstate-backup.t (0.61s)test-mq-qsave.t (1.58s)test-encoding-func.py (0.20s)test-extensions-wrapfunction.py (0.42s)test-walkrepo.py (0.50s)test-hashutil.py (0.11s)test-rust-revlog.py (0.11s)test-revlog-ancestry.py (1.30s)test-ui-verbosity.py (0.47s)test-filelog.py (0.52s)test-sshserver.py (0.41s)test-hg-parseurl.py (0.44s)test-symlink-os-yes-fs-no.py (1.59s)test-config-env.py (0.42s)test-minifileset.py (0.39s)test-lfs-pointer.py (0.52s)test-duplicateoptions.py (0.69s)test-hgwebdir-paths.py (0.50s)test-ui-color.py (0.48s)test-dispatch.py (0.61s)test-status-inprocess.py (0.48s)test-mdiff.py (0.33s)test-dirs.py (0.30s)