Job try-29adf0a087a1ce8e8f1c252d069e8cd398e9e6c9-windows-cpython-3.7-x64-0 Repo: try Node: 29adf0a087a1ce8e8f1c252d069e8cd398e9e6c9 Name: windows-cpython-3.7-x64 Scheduled At: 2019-12-05T16:28:30 Started At: 2019-12-05T16:28:34 Finished At: 2019-12-05T17:08:53
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-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.2.1+340-29adf0a087a1)
+ ** Extensions loaded:
+ Traceback (most recent call last):
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\bin\hg", line 43, in <module>
(esc)
+ dispatch.run()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 111, in run
(esc)
+ status = dispatch(req)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
(esc)
+ ret = _runcatch(req) or 0
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
(esc)
+ return _callcatch(ui, _runcatchfunc)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
(esc)
+ return scmutil.callcatch(ui, func)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\scmutil.py", line 151, in callcatch
(esc)
+ return func()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
(esc)
+ return _dispatch(req)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1179, in _dispatch
(esc)
+ lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
(esc)
+ ret = _runcommand(ui, options, cmd, d)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1190, in _runcommand
(esc)
+ return cmdfunc()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1176, in <lambda>
(esc)
+ d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\util.py", line 1830, in check
(esc)
+ return func(*args, **kwargs)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\commands.py", line 4742, in log
(esc)
+ displayfn(ui, repo, revs, displayer, getcopies)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\logcmdutil.py", line 1068, in displayrevs
(esc)
+ displayer.show(ctx, copies=copies)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\logcmdutil.py", line 275, in show
(esc)
+ self._show(ctx, copies, props)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\logcmdutil.py", line 600, in _show
(esc)
+ self.ui.write(self.t.render(key, props))
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templater.py", line 1032, in render
(esc)
+ return b''.join(self.generate(t, mapping))
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\util.py", line 1741, in increasingchunks
(esc)
+ for chunk in source:
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 794, in flatten
(esc)
+ for i in thing:
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 998, in runtemplate
(esc)
+ yield evalrawexp(context, mapping, arg)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 847, in evalrawexp
(esc)
+ return func(context, mapping, data)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templatefuncs.py", line 384, in if_
(esc)
+ test = evalboolean(context, mapping, args[0])
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 889, in evalboolean
(esc)
+ thing = func(context, mapping, data)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templatefuncs.py", line 150, in extdata
(esc)
+ data = cache[source] = scmutil.extdatasource(ctx.repo(), source)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\scmutil.py", line 1671, in extdatasource
(esc)
+ src = url.open(repo.ui, spec)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\url.py", line 679, 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.2.1+340-29adf0a087a1)
+ ** Extensions loaded:
+ Traceback (most recent call last):
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\bin\hg", line 43, in <module>
(esc)
+ dispatch.run()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 111, in run
(esc)
+ status = dispatch(req)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
(esc)
+ ret = _runcatch(req) or 0
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
(esc)
+ return _callcatch(ui, _runcatchfunc)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
(esc)
+ return scmutil.callcatch(ui, func)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\scmutil.py", line 151, in callcatch
(esc)
+ return func()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
(esc)
+ return _dispatch(req)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1179, in _dispatch
(esc)
+ lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
(esc)
+ ret = _runcommand(ui, options, cmd, d)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1190, in _runcommand
(esc)
+ return cmdfunc()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1176, in <lambda>
(esc)
+ d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\util.py", line 1830, in check
(esc)
+ return func(*args, **kwargs)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\commands.py", line 4742, in log
(esc)
+ displayfn(ui, repo, revs, displayer, getcopies)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\logcmdutil.py", line 1068, in displayrevs
(esc)
+ displayer.show(ctx, copies=copies)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\logcmdutil.py", line 275, in show
(esc)
+ self._show(ctx, copies, props)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\logcmdutil.py", line 600, in _show
(esc)
+ self.ui.write(self.t.render(key, props))
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templater.py", line 1032, in render
(esc)
+ return b''.join(self.generate(t, mapping))
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\util.py", line 1741, in increasingchunks
(esc)
+ for chunk in source:
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 794, in flatten
(esc)
+ for i in thing:
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 998, in runtemplate
(esc)
+ yield evalrawexp(context, mapping, arg)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templateutil.py", line 847, in evalrawexp
(esc)
+ return func(context, mapping, data)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\templatefuncs.py", line 150, in extdata
(esc)
+ data = cache[source] = scmutil.extdatasource(ctx.repo(), source)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\scmutil.py", line 1671, in extdatasource
(esc)
+ src = url.open(repo.ui, spec)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\url.py", line 679, 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
@@ -525,17 +525,17 @@
$ echo a > a
$ hg add a
$ hg falabala
- diffing * */a (glob)
+ diffing nul "$TESTTMP\testsinglefile\a"
(esc)
[1]
$ hg ci -qm a
$ hg falabala -c .
- diffing * */a (glob)
+ diffing nul "testsinglefile.cb9a9f314b8b\a"
(esc)
[1]
$ echo a >> a
$ hg falabala
- diffing */a */a (glob)
+ diffing "C:\Temp\extdiff.at9ir1ng\testsinglefile.cb9a9f314b8b\a" "$TESTTMP\testsinglefile\a"
(esc)
[1]
$ hg ci -qm 2a
$ hg falabala -c .
- diffing */a */a (glob)
- [1]
+ diffing "C:\Temp\extdiff.wo18kri3\testsinglefile.cb9a9f314b8b\a" "testsinglefile.2c635a92f535\a"
(esc)
+ [1]
test-fix.t --- c:/hgdev/src/tests/test-fix.t
+++ c:/hgdev/src/tests/test-fix.t.err
@@ -606,7 +606,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 ..
@@ -937,6 +937,7 @@
0
$ hg fix -r .
$ hg log --template '{rev}
'
+ 1
0
$ cd ..
@@ -955,6 +956,7 @@
M foo.whole
$ hg fix -r .
$ hg status --change tip
+ M foo.whole
$ cd ..
@@ -982,15 +984,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 ..
test-globalopts.t --- c:/hgdev/src/tests/test-globalopts.t
+++ c:/hgdev/src/tests/test-globalopts.t.err
@@ -279,6 +279,8 @@
$ hg --cwd a --time id
8580ff50825a tip
time: real * (glob)
+ C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py:1044: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
(esc)
+ t = (t[0], t[1], t[2], t[3], time.clock())
(esc)
Testing --version:
test-help.t --- c:/hgdev/src/tests/test-help.t
+++ c:/hgdev/src/tests/test-help.t.err
@@ -1909,22 +1909,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-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
@@ -995,8 +995,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):
@@ -1050,8 +1050,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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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):
@@ -1109,8 +1109,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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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)
@@ -1167,8 +1167,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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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)
@@ -1181,7 +1181,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\n defaultîsTÄsrvrÃjV:jL\r\n (esc)
+ sendall(45 from 45) -> (18) 27\r\n defaultî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
@@ -1245,8 +1245,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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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 -foo b80de5d138758541c5f05265ad144ab9fa86d1db\n foo h¸\råÑ8u
AÅðReJ¹úÑÛ î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)
@@ -1259,7 +1259,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\n defaultîsTÄsrvrÃjV:jL\r\n (esc)
+ sendall(45 from 45) -> (21) 27\r\n defaultî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-issue4074.t --- c:/hgdev/src/tests/test-issue4074.t
+++ c:/hgdev/src/tests/test-issue4074.t.err
@@ -27,3 +27,5 @@
$ hg ci --time -m1
time: real .* secs .user [0-9][.].* sys .* (re)
+ C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py:1044: DeprecationWarning: time.clock has been deprecated in Python 3.3 and will be removed from Python 3.8: use time.perf_counter or time.process_time instead
(esc)
+ t = (t[0], t[1], t[2], t[3], time.clock())
(esc)
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.1575564568.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564569.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564570.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564571.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564572.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564573.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564574.-3244233577435668889@EC2AMAZ-M07R9KC.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.1575564575.-3244233577435668889@EC2AMAZ-M07R9KC.us-west-2.compute.internal>
(esc)
+ To: baz@test.com, foo@bar
(esc)
+
(esc)
+ changeset 23ea51ca9d20
(esc)
+ diffs (12 lines):
(esc)
+
(esc)
+ diff -r dfca204f4cee -r 23ea51ca9d20 f1
(esc)
+ --- a/f1 Thu Jan 01 00:00:00 1970 +0000
(esc)
+ +++ b/f1 Thu Jan 01 00:00:00 1970 +0000
(esc)
+ @@ -2,6 +2,6 @@ int main() {
(esc)
+ int a = 0;
(esc)
+ int b = 1;
(esc)
+ int c = 2;
(esc)
+ - int d = 3;
(esc)
+ - return a + b + c + d;
(esc)
+ + int e = 3;
(esc)
+ + return a + b + c + e;
(esc)
+ }
(esc)
+ (run 'hg update' to get a working copy)
(esc)
test-obsmarker-template.t --- c:/hgdev/src/tests/test-obsmarker-template.t
+++ c:/hgdev/src/tests/test-obsmarker-template.t.err
@@ -2643,9 +2643,9 @@
local encoding since the command is supposed to show unmodified content:
$ HGENCODING=latin-1 hg debugobsolete
- 5f66a482f0bb2fcaccfc215554ad5eb9f40b50f5 718c0d00cee1429bdb73064e0d88908c601507a8 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'note': 'tèst2', 'operation': 'amend', 'user': 'test'}
- 718c0d00cee1429bdb73064e0d88908c601507a8 1132562159b35bb27e1d6b80c80ee94a1659a4da 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '1', 'operation': 'amend', 'user': 'tèst2'}
- 8f82db6f991db367fdbb3b6dba5e187ecc3ebd96 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'tèst2'}
+ 5f66a482f0bb2fcaccfc215554ad5eb9f40b50f5 718c0d00cee1429bdb73064e0d88908c601507a8 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '9', 'note': 'tèst2', 'operation': 'amend', 'user': 'test'}
+ 718c0d00cee1429bdb73064e0d88908c601507a8 1132562159b35bb27e1d6b80c80ee94a1659a4da 0 (Thu Jan 01 00:00:00 1970 +0000) {'ef1': '1', 'operation': 'amend', 'user': 'tèst2'}
+ 8f82db6f991db367fdbb3b6dba5e187ecc3ebd96 0 (Thu Jan 01 00:00:00 1970 +0000) {'user': 'tèst2'}
metadata should be converted back to local encoding when displaying:
test-patchbomb.t --- c:/hgdev/src/tests/test-patchbomb.t
+++ c:/hgdev/src/tests/test-patchbomb.t.err
@@ -456,16 +456,16 @@
this patch series consists of 1 patches.
- displaying [PATCH] ?a ...
+ displaying [PATCH] ??a ...
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
- Subject: [PATCH] ?a
- X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
+ Subject: [PATCH] ??a
+ X-Mercurial-Node: 2a90046f2e2d6329a52e24b1233b02bb47b61e57
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <f81ef97829467e868fc4.240@test-hostname>
- X-Mercurial-Series-Id: <f81ef97829467e868fc4.240@test-hostname>
+ Message-Id: <2a90046f2e2d6329a52e.240@test-hostname>
+ X-Mercurial-Series-Id: <2a90046f2e2d6329a52e.240@test-hostname>
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:04:00 +0000
From: quux
@@ -476,18 +476,18 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 2a90046f2e2d6329a52e24b1233b02bb47b61e57
# Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f
- ?a
-
- diff -r ff2c9fa2018b -r f81ef9782946 description
+ ??a
+
+ diff -r ff2c9fa2018b -r 2a90046f2e2d description
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/description Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,3 @@
+a multiline
+
+description
- diff -r ff2c9fa2018b -r f81ef9782946 utf
+ diff -r ff2c9fa2018b -r 2a90046f2e2d utf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/utf Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,1 @@
@@ -499,19 +499,19 @@
this patch series consists of 1 patches.
- sending [PATCH] ?a ...
+ sending [PATCH] ??a ...
$ cat mbox
From quux ... ... .. ..:..:.. .... (re)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
- Subject: [PATCH] ?a
- X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
+ Subject: [PATCH] ??a
+ X-Mercurial-Node: 2a90046f2e2d6329a52e24b1233b02bb47b61e57
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <f81ef97829467e868fc4.240@test-hostname>
- X-Mercurial-Series-Id: <f81ef97829467e868fc4.240@test-hostname>
+ Message-Id: <2a90046f2e2d6329a52e.240@test-hostname>
+ X-Mercurial-Series-Id: <2a90046f2e2d6329a52e.240@test-hostname>
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:04:00 +0000
From: Q <quux> (no-py3 !)
@@ -520,15 +520,15 @@
Cc: bar
IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIHRlc3QKIyBEYXRlIDQgMAojICAgICAgVGh1IEph
- biAwMSAwMDowMDowNCAxOTcwICswMDAwCiMgTm9kZSBJRCBmODFlZjk3ODI5NDY3ZTg2OGZjNDA1
- ZmNjYmNmYTY2MjE3ZTRkM2U2CiMgUGFyZW50ICBmZjJjOWZhMjAxOGIxNWZhNzRiMzMzNjNiZGE5
- NTI3MzIzZTJhOTlmCj9hCgpkaWZmIC1yIGZmMmM5ZmEyMDE4YiAtciBmODFlZjk3ODI5NDYgZGVz
- Y3JpcHRpb24KLS0tIC9kZXYvbnVsbAlUaHUgSmFuIDAxIDAwOjAwOjAwIDE5NzAgKzAwMDAKKysr
- IGIvZGVzY3JpcHRpb24JVGh1IEphbiAwMSAwMDowMDowNCAxOTcwICswMDAwCkBAIC0wLDAgKzEs
- MyBAQAorYSBtdWx0aWxpbmUKKworZGVzY3JpcHRpb24KZGlmZiAtciBmZjJjOWZhMjAxOGIgLXIg
- ZjgxZWY5NzgyOTQ2IHV0ZgotLS0gL2Rldi9udWxsCVRodSBKYW4gMDEgMDA6MDA6MDAgMTk3MCAr
- MDAwMAorKysgYi91dGYJVGh1IEphbiAwMSAwMDowMDowNCAxOTcwICswMDAwCkBAIC0wLDAgKzEs
- MSBAQAoraMO2bW1hIQo=
+ biAwMSAwMDowMDowNCAxOTcwICswMDAwCiMgTm9kZSBJRCAyYTkwMDQ2ZjJlMmQ2MzI5YTUyZTI0
+ YjEyMzNiMDJiYjQ3YjYxZTU3CiMgUGFyZW50ICBmZjJjOWZhMjAxOGIxNWZhNzRiMzMzNjNiZGE5
+ NTI3MzIzZTJhOTlmCj8/YQoKZGlmZiAtciBmZjJjOWZhMjAxOGIgLXIgMmE5MDA0NmYyZTJkIGRl
+ c2NyaXB0aW9uCi0tLSAvZGV2L251bGwJVGh1IEphbiAwMSAwMDowMDowMCAxOTcwICswMDAwCisr
+ KyBiL2Rlc2NyaXB0aW9uCVRodSBKYW4gMDEgMDA6MDA6MDQgMTk3MCArMDAwMApAQCAtMCwwICsx
+ LDMgQEAKK2EgbXVsdGlsaW5lCisKK2Rlc2NyaXB0aW9uCmRpZmYgLXIgZmYyYzlmYTIwMThiIC1y
+ IDJhOTAwNDZmMmUyZCB1dGYKLS0tIC9kZXYvbnVsbAlUaHUgSmFuIDAxIDAwOjAwOjAwIDE5NzAg
+ KzAwMDAKKysrIGIvdXRmCVRodSBKYW4gMDEgMDA6MDA6MDQgMTk3MCArMDAwMApAQCAtMCwwICsx
+ LDEgQEAKK2jDtm1tYSEK
>>> import base64
@@ -543,18 +543,18 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 2a90046f2e2d6329a52e24b1233b02bb47b61e57
# Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f
- ?a
-
- diff -r ff2c9fa2018b -r f81ef9782946 description
+ ??a
+
+ diff -r ff2c9fa2018b -r 2a90046f2e2d description
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/description Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,3 @@
+a multiline
+
+description
- diff -r ff2c9fa2018b -r f81ef9782946 utf
+ diff -r ff2c9fa2018b -r 2a90046f2e2d utf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/utf Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,1 @@
@@ -577,11 +577,11 @@
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: [PATCH] long line
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
- X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.240@test-hostname>
+ X-Mercurial-Series-Id: <6a3d45a97c951339278a.240@test-hostname>
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:04:00 +0000
From: quux
@@ -592,11 +592,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -631,11 +631,11 @@
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: [PATCH] long line
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
- X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.240@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.240@test-hostname>
+ X-Mercurial-Series-Id: <6a3d45a97c951339278a.240@test-hostname>
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:04:00 +0000
From: quux
@@ -646,11 +646,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -693,11 +693,11 @@
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: [PATCH] isolatin 8-bit encoding
- X-Mercurial-Node: 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
+ X-Mercurial-Node: ad98bd2771b25d0809cc341668586cf9c9ef3bd2
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <4d6f44f466c96d89f2e7.300@test-hostname>
- X-Mercurial-Series-Id: <4d6f44f466c96d89f2e7.300@test-hostname>
+ Message-Id: <ad98bd2771b25d0809cc.300@test-hostname>
+ X-Mercurial-Series-Id: <ad98bd2771b25d0809cc.300@test-hostname>
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:05:00 +0000
From: quux
@@ -708,11 +708,11 @@
# User test
# Date 5 0
# Thu Jan 01 00:00:05 1970 +0000
- # Node ID 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
- # Parent 0c7b871cb86b61a1c07e244393603c361e4a178d
+ # Node ID ad98bd2771b25d0809cc341668586cf9c9ef3bd2
+ # Parent 6a3d45a97c951339278ad9f52837943e41514943
isolatin 8-bit encoding
- diff -r 0c7b871cb86b -r 4d6f44f466c9 isolatin
+ diff -r 6a3d45a97c95 -r ad98bd2771b2 isolatin
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/isolatin Thu Jan 01 00:00:05 1970 +0000
@@ -0,0 +1,1 @@
@@ -940,11 +940,11 @@
Content-Type: multipart/mixed; boundary="===*==" (glob)
MIME-Version: 1.0
Subject: [PATCH] test
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
(esc)
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
- X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.60@test-hostname>
(esc)
+ X-Mercurial-Series-Id: <6a3d45a97c951339278a.60@test-hostname>
(esc)
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:01:00 +0000
From: quux
@@ -961,11 +961,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
(esc)
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
(esc)
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
(esc)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -1091,10 +1091,10 @@
Content-Type: multipart/mixed; boundary="===*==" (glob)
MIME-Version: 1.0
Subject: [PATCH 3 of 3] long line
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
(esc)
X-Mercurial-Series-Index: 3
X-Mercurial-Series-Total: 3
- Message-Id: <0c7b871cb86b61a1c07e.63@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.63@test-hostname>
(esc)
X-Mercurial-Series-Id: <8580ff50825a50c8f716.61@test-hostname>
In-Reply-To: <patchbomb.60@test-hostname>
References: <patchbomb.60@test-hostname>
@@ -1114,11 +1114,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
(esc)
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
(esc)
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
(esc)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -1202,11 +1202,11 @@
Content-Type: multipart/mixed; boundary="===*==" (glob)
MIME-Version: 1.0
Subject: [PATCH] test
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
(esc)
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
- X-Mercurial-Series-Id: <0c7b871cb86b61a1c07e.60@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.60@test-hostname>
(esc)
+ X-Mercurial-Series-Id: <6a3d45a97c951339278a.60@test-hostname>
(esc)
User-Agent: Mercurial-patchbomb/* (glob)
Date: Thu, 01 Jan 1970 00:01:00 +0000
From: quux
@@ -1232,11 +1232,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
(esc)
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
(esc)
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
(esc)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -1441,10 +1441,10 @@
Content-Type: multipart/mixed; boundary="===*==" (glob)
MIME-Version: 1.0
Subject: [PATCH 3 of 3] long line
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
(esc)
X-Mercurial-Series-Index: 3
X-Mercurial-Series-Total: 3
- Message-Id: <0c7b871cb86b61a1c07e.63@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.63@test-hostname>
(esc)
X-Mercurial-Series-Id: <8580ff50825a50c8f716.61@test-hostname>
In-Reply-To: <patchbomb.60@test-hostname>
References: <patchbomb.60@test-hostname>
@@ -1473,11 +1473,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
(esc)
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
(esc)
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
(esc)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -1932,11 +1932,11 @@
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Subject: [PATCH] Added tag two, two.diff for changeset ff2c9fa2018b
- X-Mercurial-Node: 9cea7492c36bdda2c72e7dd5f35f7fc367adeb2c
+ X-Mercurial-Node: 708544ccbdda6e797bfb30a577744f3330312415
X-Mercurial-Series-Index: 1
X-Mercurial-Series-Total: 1
- Message-Id: <9cea7492c36bdda2c72e.60@test-hostname>
- X-Mercurial-Series-Id: <9cea7492c36bdda2c72e.60@test-hostname>
+ Message-Id: <708544ccbdda6e797bfb.60@test-hostname>
+ X-Mercurial-Series-Id: <708544ccbdda6e797bfb.60@test-hostname>
In-Reply-To: <baz>
References: <baz>
User-Agent: Mercurial-patchbomb/* (glob)
@@ -1949,11 +1949,11 @@
# User test
# Date 0 0
# Thu Jan 01 00:00:00 1970 +0000
- # Node ID 9cea7492c36bdda2c72e7dd5f35f7fc367adeb2c
- # Parent 3b775b32716d9b54291ccddf0a36ceea45449bfb
+ # Node ID 708544ccbdda6e797bfb30a577744f3330312415
+ # Parent 0c1b4de1cfb5e4d6b0b346aaebe91182419e771e
Added tag two, two.diff for changeset ff2c9fa2018b
- diff -r 3b775b32716d -r 9cea7492c36b .hgtags
+ diff -r 0c1b4de1cfb5 -r 708544ccbdda .hgtags
--- a/.hgtags Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000
@@ -2,3 +2,5 @@
@@ -2571,7 +2571,7 @@
User-Agent: Mercurial-patchbomb/* (glob)
Date: Tue, 01 Jan 1980 00:01:00 +0000
From: quux
- To: bar@xn--nicode-2ya.com
+ To: bar@xn--14nicode-qza5441f.com
# HG changeset patch
# User test
@@ -2607,17 +2607,17 @@
|
o 9:2f9fa9b998c5 d
|
- | o 8:9cea7492c36b Added tag two, two.diff for changeset ff2c9fa2018b
+ | o 8:708544ccbdda Added tag two, two.diff for changeset ff2c9fa2018b
| |
- | o 7:3b775b32716d Added tag one, one.patch for changeset 97d72e5f12c7
+ | o 7:0c1b4de1cfb5 Added tag one, one.patch for changeset 97d72e5f12c7
| |
- | o 6:c41d7353114c Added tag zero, zero.foo for changeset 8580ff50825a
+ | o 6:a14c9afe0a3f Added tag zero, zero.foo for changeset 8580ff50825a
| |
- | o 5:4d6f44f466c9 isolatin 8-bit encoding
+ | o 5:ad98bd2771b2 isolatin 8-bit encoding
| |
- | o 4:0c7b871cb86b long line
+ | o 4:6a3d45a97c95 long line
| |
- | o 3:f81ef9782946 ça (esc)
+ | o 3:2a90046f2e2d ça (esc)
| |
| o 2:ff2c9fa2018b c
|/
@@ -2684,11 +2684,11 @@
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: [PATCH 2 of 6] ça (esc) (no-py3 !)
- Subject: =?utf-8?b?W1BBVENIIDIgb2YgNl0gw6dh?= (py3 !)
- X-Mercurial-Node: f81ef97829467e868fc405fccbcfa66217e4d3e6
+ Subject: =?utf-8?b?W1BBVENIIDIgb2YgNl0gw4PCp2E=?=
+ X-Mercurial-Node: 2a90046f2e2d6329a52e24b1233b02bb47b61e57
X-Mercurial-Series-Index: 2
X-Mercurial-Series-Total: 6
- Message-Id: <f81ef97829467e868fc4.315532862@test-hostname>
+ Message-Id: <2a90046f2e2d6329a52e.315532862@test-hostname>
X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
In-Reply-To: <patchbomb.315532860@test-hostname>
References: <patchbomb.315532860@test-hostname>
@@ -2701,18 +2701,18 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 2a90046f2e2d6329a52e24b1233b02bb47b61e57
# Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f
- =E7a
-
- diff -r ff2c9fa2018b -r f81ef9782946 description
+ =C3=A7a
+
+ diff -r ff2c9fa2018b -r 2a90046f2e2d description
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/description Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,3 @@
+a multiline
+
+description
- diff -r ff2c9fa2018b -r f81ef9782946 utf
+ diff -r ff2c9fa2018b -r 2a90046f2e2d utf
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/utf Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,1 @@
@@ -2723,10 +2723,10 @@
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: [PATCH 3 of 6] long line
- X-Mercurial-Node: 0c7b871cb86b61a1c07e244393603c361e4a178d
+ X-Mercurial-Node: 6a3d45a97c951339278ad9f52837943e41514943
X-Mercurial-Series-Index: 3
X-Mercurial-Series-Total: 6
- Message-Id: <0c7b871cb86b61a1c07e.315532863@test-hostname>
+ Message-Id: <6a3d45a97c951339278a.315532863@test-hostname>
X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
In-Reply-To: <patchbomb.315532860@test-hostname>
References: <patchbomb.315532860@test-hostname>
@@ -2739,11 +2739,11 @@
# User test
# Date 4 0
# Thu Jan 01 00:00:04 1970 +0000
- # Node ID 0c7b871cb86b61a1c07e244393603c361e4a178d
- # Parent f81ef97829467e868fc405fccbcfa66217e4d3e6
+ # Node ID 6a3d45a97c951339278ad9f52837943e41514943
+ # Parent 2a90046f2e2d6329a52e24b1233b02bb47b61e57
long line
- diff -r f81ef9782946 -r 0c7b871cb86b long
+ diff -r 2a90046f2e2d -r 6a3d45a97c95 long
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/long Thu Jan 01 00:00:04 1970 +0000
@@ -0,0 +1,4 @@
@@ -2770,10 +2770,10 @@
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Subject: [PATCH 4 of 6] isolatin 8-bit encoding
- X-Mercurial-Node: 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
+ X-Mercurial-Node: ad98bd2771b25d0809cc341668586cf9c9ef3bd2
X-Mercurial-Series-Index: 4
X-Mercurial-Series-Total: 6
- Message-Id: <4d6f44f466c96d89f2e7.315532864@test-hostname>
+ Message-Id: <ad98bd2771b25d0809cc.315532864@test-hostname>
X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
In-Reply-To: <patchbomb.315532860@test-hostname>
References: <patchbomb.315532860@test-hostname>
@@ -2786,11 +2786,11 @@
# User test
# Date 5 0
# Thu Jan 01 00:00:05 1970 +0000
- # Node ID 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
- # Parent 0c7b871cb86b61a1c07e244393603c361e4a178d
+ # Node ID ad98bd2771b25d0809cc341668586cf9c9ef3bd2
+ # Parent 6a3d45a97c951339278ad9f52837943e41514943
isolatin 8-bit encoding
- diff -r 0c7b871cb86b -r 4d6f44f466c9 isolatin
+ diff -r 6a3d45a97c95 -r ad98bd2771b2 isolatin
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/isolatin Thu Jan 01 00:00:05 1970 +0000
@@ -0,0 +1,1 @@
@@ -2801,10 +2801,10 @@
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Subject: [PATCH 5 of 6] Added tag zero, zero.foo for changeset 8580ff50825a
- X-Mercurial-Node: c41d7353114ccb07a50a822ad5ddf47051c88ec2
+ X-Mercurial-Node: a14c9afe0a3fa3024f7c4a83b98076eb79ca9ea2
X-Mercurial-Series-Index: 5
X-Mercurial-Series-Total: 6
- Message-Id: <c41d7353114ccb07a50a.315532865@test-hostname>
+ Message-Id: <a14c9afe0a3fa3024f7c.315532865@test-hostname>
X-Mercurial-Series-Id: <ff2c9fa2018b15fa74b3.315532861@test-hostname>
In-Reply-To: <patchbomb.315532860@test-hostname>
References: <patchbomb.315532860@test-hostname>
@@ -2817,11 +2817,11 @@
# User test
# Date 0 0
# Thu Jan 01 00:00:00 1970 +0000
- # Node ID c41d7353114ccb07a50a822ad5ddf47051c88ec2
- # Parent 4d6f44f466c96d89f2e7e865a70ff41d8b6eee37
+ # Node ID a14c9afe0a3fa3024f7c4a83b98076eb79ca9ea2
+ # Parent ad98bd2771b25d0809cc341668586cf9c9ef3bd2
Added tag zero, zero.foo for changeset 8580ff50825a
- diff -r 4d6f44f466c9 -r c41d7353114c .hgtags
+ diff -r ad98bd2771b2 -r a14c9afe0a3f .hgtags
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000
@@ -0,0 +1,2 @@
test-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
@@ -1574,23 +1574,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:
@@ -1598,20 +1598,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]
@@ -1621,7 +1621,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.2.1+340-29adf0a087a1)
+ ** Extensions loaded:
+ Traceback (most recent call last):
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\bin\hg", line 43, in <module>
(esc)
+ dispatch.run()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 111, in run
(esc)
+ status = dispatch(req)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 254, in dispatch
(esc)
+ ret = _runcatch(req) or 0
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 428, in _runcatch
(esc)
+ return _callcatch(ui, _runcatchfunc)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 437, in _callcatch
(esc)
+ return scmutil.callcatch(ui, func)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\scmutil.py", line 151, in callcatch
(esc)
+ return func()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 418, in _runcatchfunc
(esc)
+ return _dispatch(req)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1179, in _dispatch
(esc)
+ lui, repo, cmd, fullargs, ui, options, d, cmdpats, cmdoptions
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 866, in runcommand
(esc)
+ ret = _runcommand(ui, options, cmd, d)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1190, in _runcommand
(esc)
+ return cmdfunc()
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\dispatch.py", line 1176, in <lambda>
(esc)
+ d = lambda: util.checksignature(func)(ui, *args, **strcmdopt)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\util.py", line 1830, in check
(esc)
+ return func(*args, **kwargs)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\debugcommands.py", line 1008, in debugdownload
(esc)
+ fh = urlmod.open(ui, url, output)
(esc)
+ File "C:\Temp\hgtests.ttm3l738\install\lib\python\mercurial\url.py", line 679, 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 test-archive-symlinks.t test-casecollision.t test-changelog-exec.t test-check-clang-format.t test-check-execute.t test-check-format.t test-check-jshint.t test-check-pyflakes.t test-check-pylint.t test-chg.t test-clone-cgi.t test-commit-interactive-curses.t test-contrib-emacs.t test-contrib-relnotes.t test-convert-baz.t test-convert-bzr-114.t test-convert-bzr-directories.t test-convert-bzr-ghosts.t test-convert-bzr-merges.t test-convert-bzr-treeroot.t test-convert-bzr.t test-convert-cvs-branch.t test-convert-cvs-detectmerge.t test-convert-cvs-synthetic.t test-convert-cvs.t test-convert-cvsnt-mergepoints.t test-convert-darcs.t test-convert-git.t test-convert-hg-svn.t test-convert-mtn.t test-convert-p4-filetypes.t test-convert-p4.t test-convert-svn-branches.t test-convert-svn-encoding.t test-convert-svn-move.t test-convert-svn-sink.t test-convert-svn-source.t test-convert-svn-startrev.t test-convert-svn-tags.t test-convert-tagsbranch-topology.t test-convert-tla.t test-debian-packages.t test-diff-upgrade.t test-docker-packaging.t test-eolfilename.t test-execute-bit.t test-filecache.py test-fix-clang-format.t test-flags.t test-fuzz-targets.t test-gendoc-da.t test-gendoc-de.t test-gendoc-el.t test-gendoc-fr.t test-gendoc-it.t test-gendoc-ja.t test-gendoc-pt_BR.t test-gendoc-ro.t test-gendoc-ru.t test-gendoc-sv.t test-gendoc-zh_CN.t test-gendoc-zh_TW.t test-gendoc.t test-gpg.t test-hgwebdirsym.t test-highlight.t test-inherit-mode.t test-issue1438.t test-issue1802.t test-lfs-test-server.t#git-server test-lock-badness.t test-logtoprocess.t test-mac-packages.t test-merge-types.t test-mq-subrepo-svn.t test-mq-symlinks.t test-newcgi.t test-newercgi.t test-nointerrupt.t test-oldcgi.t test-permissions.t test-phabricator.t test-pull-permission.t test-push-cgi.t test-rebase-inmemory.t test-releasenotes-formatting.t test-releasenotes-merging.t test-releasenotes-parsing.t test-remotefilelog-bad-configs.t test-remotefilelog-bgprefetch.t test-remotefilelog-blame.t test-remotefilelog-bundle2-legacy.t test-remotefilelog-bundle2.t test-remotefilelog-bundles.t test-remotefilelog-cacheprocess.t test-remotefilelog-clone-tree.t test-remotefilelog-clone.t test-remotefilelog-corrupt-cache.t test-remotefilelog-datapack.py test-remotefilelog-gc.t test-remotefilelog-gcrepack.t test-remotefilelog-histpack.py test-remotefilelog-http.t test-remotefilelog-keepset.t test-remotefilelog-linknodes.t test-remotefilelog-local.t test-remotefilelog-log.t test-remotefilelog-partial-shallow.t test-remotefilelog-permissions.t test-remotefilelog-prefetch.t test-remotefilelog-pull-noshallow.t test-remotefilelog-push-pull.t test-remotefilelog-repack-fast.t test-remotefilelog-repack.t test-remotefilelog-share.t test-remotefilelog-sparse.t test-remotefilelog-tags.t test-remotefilelog-wireproto.t test-repair-strip.t test-revert-flags.t test-sparse-fsmonitor.t test-sparse-revlog.t test-sqlitestore.t test-ssh-repoerror.t test-subrepo-git.t test-subrepo-svn.t test-symlink-placeholder.t test-symlinks.t test-update-atomic.t test-update-issue1456.t test-verify-repo-operations.py test-wireproto-exchangev2-shallow.t Long Tests Duration Test 164.2s test-merge-combination.t 162.9s test-obsolete.t 160.2s test-bookmarks-pushpull.t#b2-pushkey 158.9s test-bookmarks-pushpull.t#b2-binary 154.5s test-obsolete-bundle-strip.t 152.4s test-static-http.t 146.7s test-http-permissions.t 144.6s test-revset.t 134.0s test-subrepo.t 125.6s test-hgwebdir.t 119.6s test-graft.t#abortflag 119.1s test-graft.t#abortcommand 118.4s test-largefiles.t 112.0s test-bundle2-exchange.t#sshv1 110.8s test-bundle2-exchange.t#sshv2 110.8s test-template-functions.t 110.2s test-rebase-obsolete.t 109.6s test-log.t 108.6s test-import.t 104.7s test-glog-beautifygraph.t 104.2s test-glog.t 103.5s test-mq.t 102.7s test-merge-tools.t 101.0s test-obsmarker-template.t 96.2s test-largefiles-misc.t 95.7s test-https.t 93.6s test-treediscovery.t 83.5s test-fix.t 82.9s test-shelve.t#stripbased 82.2s test-shelve.t#phasebased 81.8s test-commit-amend.t 80.3s test-run-tests.t 80.2s test-lfs-serve.t#lfsremote-on 80.2s test-rename-merge2.t 78.8s test-http.t 78.4s test-strip.t 78.4s test-largefiles-update.t 77.8s test-http-bad-server.t 77.8s test-keyword.t 76.7s test-copies.t#compatibility 76.5s test-revset2.t 76.4s test-copies.t#filelog 76.4s test-bookmarks.t 76.4s test-copies.t#sidedata 76.1s test-phases-exchange.t 76.0s test-copies.t#changeset 75.9s test-shelve2.t#phasebased#abortflag#continueflag 75.5s test-update-branches.t 75.2s test-shelve2.t#stripbased#abortflag#continuecommand 75.2s test-shelve2.t#phasebased#abortcommand#continueflag 75.1s test-shelve2.t#stripbased#abortflag#continueflag 74.8s test-shelve2.t#phasebased#abortflag#continuecommand 74.6s test-shelve2.t#stripbased#abortcommand#continueflag 74.4s test-shelve2.t#stripbased#abortcommand#continuecommand 73.3s test-merge-force.t 72.2s test-shelve2.t#phasebased#abortcommand#continuecommand 71.1s test-install.t 70.9s test-clonebundles.t 69.9s test-copytrace-heuristics.t 69.8s test-obsolete-divergent.t 67.8s test-hgweb.t 67.4s test-push-race.t#strict 67.1s test-treediscovery-legacy.t 66.7s test-merge-changedelete.t 66.3s test-push-race.t#unrelated 64.2s test-http-bundle1.t 63.5s test-largefiles-wireproto.t#sshv1 63.2s test-largefiles-wireproto.t#sshv2 62.9s test-mq-subrepo.t 62.2s test-lfs.t 61.7s test-narrow.t#tree#lfs-on 61.6s test-template-basic.t 61.2s test-clone.t#sshv1 61.2s test-template-keywords.t 61.1s test-mv-cp-st-diff.t 60.3s test-narrow.t#flat#lfs-on 60.2s test-push-warn.t 60.2s test-clone.t#sshv2 59.5s test-archive.t 59.1s test-transplant.t#continueflag 59.0s test-revert.t 58.8s test-mq-header-date.t 58.6s test-transplant.t#commandmode 58.0s test-lfs-serve-access.t 56.3s test-bisect.t 55.6s test-annotate.t 55.1s test-subrepo-deep-nested-change.t 54.7s test-treemanifest.t 54.6s test-censor.t 54.3s test-clone-uncompressed.t#stream-bundle2 53.4s test-narrow.t#tree#lfs-off 53.3s test-mq-header-from.t 53.2s test-rebase-scenario-global.t 53.0s test-convert-filemap.t 52.8s test-ssh-proto.t 52.5s test-narrow.t#flat#lfs-off 50.9s test-debugcommands.t 49.1s test-template-map.t 49.1s test-uncommit.t 49.0s test-push-http.t#bundle2 48.5s test-copies-unrelated.t#changeset 48.5s test-tags.t 48.4s test-copies-unrelated.t#compatibility 48.3s test-resolve.t 48.2s test-copies-unrelated.t#sidedata 47.8s test-copies-unrelated.t#filelog 47.6s test-backout.t 47.6s test-init.t 47.2s test-tag.t 46.2s test-branches.t 46.0s test-hgweb-json.t 45.6s test-hook.t 45.2s test-mq-guards.t 45.1s test-check-code.t 44.8s test-clone-uncompressed.t#stream-legacy 44.2s test-fileset.t 43.9s test-commit-interactive.t 42.5s test-rebase-collapse.t 42.1s test-histedit-fold.t 41.5s test-help.t 41.2s test-commit.t 41.0s test-contrib-perf.t 40.4s test-newbranch.t 40.3s test-extension.t 40.1s test-bundle2-remote-changegroup.t#sshv1 40.1s test-rebase-abort.t#abortcommand#continuecommand 40.0s test-rebase-abort.t#abortflag#continueflag 39.9s test-hgweb-filelog.t 39.9s test-rebase-abort.t#abortflag#continuecommand 39.7s test-fetch.t 39.5s test-bundle2-remote-changegroup.t#sshv2 39.2s test-rebase-abort.t#abortcommand#continueflag 39.1s test-status.t 38.1s test-narrow-widen-no-ellipsis.t#tree 38.0s test-narrow-widen-no-ellipsis.t#flat 38.0s test-rename.t 38.0s test-push-http.t#bundle1 37.7s test-histedit-obsolete.t#abortcommand 37.6s test-ssh.t#sshv1 37.3s test-acl.t 37.2s test-wireproto-exchangev2.t 37.0s test-histedit-obsolete.t#abortflag 36.8s test-mq-qpush-fail.t 36.5s test-ssh.t#sshv2 36.1s test-eol.t 36.1s test-bundle.t 35.8s test-bisect2.t 35.8s test-narrow-widen.t#tree 35.7s test-narrow-widen.t#flat 35.6s test-narrow-clone.t 35.5s test-fastannotate-hg.t 35.4s test-phases.t 35.3s test-issue3084.t 35.0s test-rebase-newancestor.t 34.8s test-obshistory.t 34.4s test-alias.t 34.3s test-merge1.t 34.1s test-hgweb-diffs.t 33.5s test-automv.t 33.5s test-setdiscovery.t 33.4s test-rebase-dest.t 33.2s test-split.t#obsstore-on 33.2s test-hgweb-symrev.t 33.0s test-ssh-bundle1.t#sshv2 33.0s test-subrepo-recursion.t 32.8s test-histedit-arguments.t#abortflag 32.7s test-absorb.t 32.7s test-histedit-arguments.t#abortcommand 32.7s test-obsolete-distributed.t 32.7s test-revlog-mmapindex.t 32.0s test-narrow-clone-no-ellipsis.t 31.9s test-upgrade-repo.t 31.7s test-rollback.t 31.6s test-narrow-shallow-merges.t 31.6s test-sparse.t 31.4s test-ssh-bundle1.t#sshv1 30.9s test-branch-change.t 30.9s test-mq-qclone-http.t 30.8s test-casecollision-merge.t 30.8s test-bheads.t 30.5s test-merge-no-file-change.t 30.4s test-histedit-edit.t 30.4s test-rebase-parameters.t 30.0s test-git-export.t 29.9s test-bookflow.t 29.9s test-amend.t#obsstore-off 29.9s test-mq-qpush-exact.t 29.8s test-amend.t#obsstore-on 29.8s test-ssh-proto-unbundle.t 29.7s test-infinitepush-bundlestore.t 29.7s test-rebase-cache.t 29.4s test-split.t#obsstore-off 29.3s test-narrow-clone-stream.t#flat-fncache 29.3s test-wireproto.t 29.2s test-narrow-clone-stream.t#tree 29.1s test-narrow-clone-stream.t#flat-nofncache 28.5s test-push.t 28.2s test-hgweb-commands.t 28.2s test-convert-hg-sink.t 28.1s test-mq-qnew.t 28.0s test-copies-in-changeset.t#sidedata 27.9s test-lfs-test-server.t#hg-server 27.6s test-show-work.t 27.0s test-bundle-r.t 26.6s test-unamend.t 26.6s test-hgweb-csp.t 26.4s test-rebase-interruptions.t 26.3s test-import-git.t 26.2s test-remove.t 26.1s test-casefolding.t 26.1s test-walk.t 25.9s test-http-clone-r.t 25.8s test-hghave.t 25.5s test-narrow-clone-nonlinear.t 25.3s test-patchbomb.t 25.0s test-copies-in-changeset.t#extra 24.8s test-rebase-named-branches.t 24.8s test-mq-qimport.t 24.7s test-rebase-base-flag.t 24.7s test-rebase-pull.t 24.6s test-parse-date.t 24.5s test-grep.t 24.3s test-add.t 24.3s test-strip-cross.t 24.2s test-subrepo-relative-path.t 24.1s test-revset-legacy-lookup.t 24.0s test-extdiff.t 23.8s test-narrow-share.t#tree 23.5s test-incoming-outgoing.t 23.3s test-narrow-share.t#flat 23.0s test-mq-qrefresh.t 22.8s test-commandserver.t 22.7s test-fix-topology.t#obsstore-on 22.6s test-narrow-patterns.t 22.5s test-exchange-obsmarkers-case-A3.t 22.4s test-obsolete-checkheads.t 22.4s test-exchange-obsmarkers-case-A1.t 22.4s test-identify.t 22.3s test-status-color.t 22.3s test-narrow-shallow.t 22.1s test-http-protocol.t 22.0s test-lfconvert.t 21.9s test-dirstate-race.t 21.9s test-merge-criss-cross.t 21.8s test-lfs-serve.t#lfsremote-off 21.5s test-narrow-pull.t 21.3s test-rebase-mq.t 21.0s test-rebase-rename.t 21.0s test-cache-abuse.t 20.9s test-flagprocessor.t 20.8s test-rebase-bookmarks.t 20.7s test-histedit-commute.t 20.5s test-largefiles-cache.t 20.5s test-hardlinks.t 20.3s test-bookmarks-current.t 20.2s test-rebase-conflicts.t 20.1s test-fix-topology.t#obsstore-off
Timeline test-contrib-check-code.t (2.95s) test-contrib-check-commit.t (0.52s) test-contrib-perf.t (41.05s) test-imports-checker.t (4.56s) test-merge-combination.t (164.20s) test-obsolete-checkheads.t (22.44s) test-push-race.t#strict (67.44s) test-run-tests.t (80.33s) test-push-race.t#unrelated (66.34s) test-check-code.t (45.12s) test-push-checkheads-unpushed-D4.t (9.88s) test-push-checkheads-unpushed-D5.t (9.28s) test-push-checkheads-unpushed-D3.t (8.95s) test-check-py3-compat.t (5.31s) test-push-checkheads-pruned-B8.t (9.86s) test-push-checkheads-superceed-A7.t (8.70s) test-push-checkheads-superceed-A6.t (8.97s) test-rebase-check-restore.t (9.08s) test-push-checkheads-unpushed-D7.t (9.30s) test-push-checkheads-unpushed-D2.t (7.47s) test-largefiles-update.t (78.36s) test-push-checkheads-pruned-B5.t (7.66s) test-push-checkheads-superceed-A3.t (7.39s) test-push-checkheads-superceed-A2.t (7.26s) test-push-checkheads-pruned-B2.t (6.33s) test-push-checkheads-pruned-B3.t (6.41s) test-push-checkheads-pruned-B4.t (6.16s) test-push-checkheads-unpushed-D6.t (7.20s) test-push-checkheads-partial-C2.t (5.92s) test-push-checkheads-partial-C1.t (5.78s) test-push-checkheads-partial-C4.t (5.50s) test-push-checkheads-superceed-A8.t (6.95s) test-push-checkheads-pruned-B6.t (6.56s) test-push-checkheads-pruned-B7.t (6.76s) test-push-checkheads-partial-C3.t (5.58s) test-push-checkheads-unpushed-D1.t (5.95s) test-subrepo-svn.t (0.20s) test-push-checkheads-superceed-A4.t (5.58s) test-push-checkheads-superceed-A5.t (5.64s) test-push-checkheads-pruned-B1.t (4.66s) test-push-checkheads-superceed-A1.t (5.06s) test-copytrace-heuristics.t (69.94s) test-check-config.t (10.39s) test-glog-beautifygraph.t (104.67s) test-gendoc-ja.t (0.20s) test-convert-cvs.t (0.19s) test-check-module-imports.t (12.30s) test-help.t (41.47s) test-obsolete-bounds-checking.t (1.20s) test-gendoc.t (0.16s) test-glog.t (104.20s) test-convert-svn-sink.t (0.17s) test-check-help.t (12.86s) test-check-pyflakes.t (0.56s) test-patchbomb.t (25.31s) test-convert-svn-source.t (0.17s) test-obsolete-bundle-strip.t (154.47s) test-abort-checkin.t (1.61s) test-http-bad-server.t (77.81s) test-ssh-proto-unbundle.t (29.77s) test-obsmarker-template.t (101.03s) test-check-shbang.t (4.66s) test-acl.t (37.28s) test-check-commit.t (1.41s) test-convert-svn-move.t (0.34s) test-check-interfaces.py (0.70s) test-hgweb-commands.t (28.20s) test-hgweb-symrev.t (33.16s) test-obsolete.t (162.86s) test-upgrade-repo.t (31.91s) test-extension.t (40.33s) test-ssh-proto.t (52.80s) test-log.t (109.59s) test-check-execute.t (0.22s) test-dirstate-race.t (21.92s) test-check-pylint.t (0.36s) test-graft.t#abortcommand (119.14s) test-graft.t#abortflag (119.61s) test-convert-svn-encoding.t (0.22s) test-wireproto-content-redirects.t (16.22s) test-hgweb-filelog.t (39.94s) test-hgwebdir.t (125.56s) test-wireproto-exchangev2.t (37.19s) test-bundle2-format.t (13.27s) test-template-map.t (49.08s) test-revset.t (144.56s) test-subrepo.t (133.97s) test-convert-cvs-detectmerge.t (0.16s) test-rebase-obsolete.t (110.16s) test-hgweb-json.t (46.05s) test-largefiles.t (118.41s) test-merge-tools.t (102.67s) test-convert-cvs-synthetic.t (0.17s) test-gendoc-ro.t (0.16s) test-import.t (108.59s) test-subrepo-deep-nested-change.t (55.09s) test-bundle2-exchange.t#sshv1 (111.97s) test-bundle2-exchange.t#sshv2 (110.81s) test-phases-exchange.t (76.06s) test-bookmarks-pushpull.t#b2-binary (158.86s) test-bookmarks-pushpull.t#b2-pushkey (160.17s) test-convert-cvsnt-mergepoints.t (0.28s) test-strip.t (78.41s) test-template-functions.t (110.80s) test-commit-interactive.t (43.91s) test-merge-changedelete.t (66.67s) test-lfs.t (62.25s) test-fix.t (83.48s) test-hook.t (45.64s) test-rename-merge2.t (80.19s) test-https.t (95.69s) test-highlight.t (0.12s) test-convert-git.t (0.17s) test-http-permissions.t (146.73s) test-lfs-test-server.t#git-server (0.52s) test-lfs-test-server.t#hg-server (27.94s) test-setdiscovery.t (33.45s) test-bookmarks.t (76.41s) test-commandserver.t (22.84s) test-clone.t#sshv1 (61.25s) test-clone.t#sshv2 (60.19s) test-shelve.t#phasebased (82.17s) test-shelve.t#stripbased (82.87s) test-check-clang-format.t (0.19s) test-merge-force.t (73.34s) test-revset2.t (76.47s) test-convert-cvs-branch.t (0.25s) test-largefiles-misc.t (96.20s) test-commit-amend.t (81.82s) test-branches.t (46.15s) test-http-protocol.t (22.06s) test-hgweb-diffs.t (34.10s) test-keyword.t (77.80s) test-revert.t (59.00s) test-template-keywords.t (61.20s) test-wireproto-command-filesdata.t (11.33s) test-convert-svn-branches.t (0.19s) test-mq.t (103.54s) test-convert-hg-svn.t (0.20s) test-gendoc-de.t (0.20s) test-lfs-serve-access.t (57.97s) test-wireproto-command-capabilities.t (10.96s) test-generaldelta.t (18.94s) test-subrepo-git.t (0.17s) test-lfs-serve.t#lfsremote-off (21.80s) test-lfs-serve.t#lfsremote-on (80.20s) test-transplant.t#commandmode (58.63s) test-transplant.t#continueflag (59.10s) test-treemanifest.t (54.71s) test-tags.t (48.47s) test-phases.t (35.42s) test-template-basic.t (61.55s) test-tag.t (47.25s) test-subrepo-recursion.t (32.96s) test-hgweb.t (67.80s) test-convert.t (9.63s) test-check-jshint.t (0.41s) test-http-api-httpv2.t (10.67s) test-http.t (78.76s) test-convert-filemap.t (53.01s) test-obsolete-divergent.t (69.85s) test-annotate.t (55.60s) test-bundle.t (36.09s) test-resolve.t (48.35s) test-shelve2.t#phasebased#abortcommand#continuecommand (72.24s) test-shelve2.t#phasebased#abortcommand#continueflag (75.16s) test-shelve2.t#phasebased#abortflag#continuecommand (74.81s) test-shelve2.t#phasebased#abortflag#continueflag (75.89s) test-shelve2.t#stripbased#abortcommand#continuecommand (74.39s) test-shelve2.t#stripbased#abortcommand#continueflag (74.58s) test-shelve2.t#stripbased#abortflag#continuecommand (75.24s) test-shelve2.t#stripbased#abortflag#continueflag (75.10s) test-split.t#obsstore-off (29.40s) test-split.t#obsstore-on (33.19s) test-notify.t (15.02s) test-encoding-textwrap.t (3.33s) test-obsolete-distributed.t (32.69s) test-walk.t (26.07s) test-mv-cp-st-diff.t (61.13s) test-bisect.t (56.25s) test-convert-p4-filetypes.t (0.20s) test-rebase-scenario-global.t (53.19s) test-commit.t (41.22s) test-ssh.t#sshv1 (37.64s) test-ssh.t#sshv2 (36.55s) test-bundle2-remote-changegroup.t#sshv1 (40.13s) test-bundle2-remote-changegroup.t#sshv2 (39.50s) test-clonebundles.t (70.86s) test-wireproto-exchangev2-shallow.t (0.16s) test-import-git.t (26.25s) test-mq-header-from.t (53.33s) test-i18n.t (2.58s) test-rebase-inmemory.t (0.16s) test-treediscovery.t (93.55s) test-bisect2.t (35.77s) test-archive.t (59.53s) test-fileset.t (44.25s) test-grep.t (24.52s) test-push-warn.t (60.22s) test-check-format.t (0.16s) test-hgweb-annotate-whitespace.t (6.66s) test-log-linerange.t (13.57s) test-remotefilelog-repack.t (0.14s) test-debugcommands.t (50.93s) test-remove.t (26.25s) test-clone-uncompressed.t#stream-bundle2 (54.29s) test-clone-uncompressed.t#stream-legacy (44.79s) test-alias.t (34.41s) test-ssh-bundle1.t#sshv1 (31.42s) test-ssh-bundle1.t#sshv2 (33.00s) test-mq-header-date.t (58.77s) test-wireproto-command-changesetdata.t (11.83s) test-pull-pull-corruption.t (16.80s) test-blackbox.t (16.27s) test-convert-svn-startrev.t (0.22s) test-devel-warnings.t (7.10s) test-backout.t (47.64s) test-push-http.t#bundle1 (38.00s) test-push-http.t#bundle2 (49.03s) test-rebase-collapse.t (42.50s) test-contrib-relnotes.t (0.16s) test-update-branches.t (75.47s) test-audit-subrepo.t (16.98s) test-histedit-obsolete.t#abortcommand (37.73s) test-histedit-obsolete.t#abortflag (36.96s) test-histedit-arguments.t#abortcommand (32.70s) test-histedit-arguments.t#abortflag (32.76s) test-wireproto.t (29.27s) test-globalopts.t (13.72s) test-http-bundle1.t (64.20s) test-hgweb-descend-empties.t (3.35s) test-obshistory.t (34.82s) test-fncache.t (15.71s) test-rename.t (38.01s) test-uncommit.t (49.06s) test-mq-subrepo.t (62.86s) test-extdiff.t (23.96s) test-fastannotate-hg.t (35.54s) test-histedit-fold.t (42.07s) test-progress.t (6.28s) test-remotefilelog-repack-fast.t (0.20s) test-getbundle.t (9.49s) test-censor.t (54.59s) test-largefiles-wireproto.t#sshv1 (63.46s) test-largefiles-wireproto.t#sshv2 (63.24s) test-status-color.t (22.35s) test-narrow.t#flat#lfs-off (52.51s) test-narrow.t#flat#lfs-on (60.34s) test-narrow.t#tree#lfs-off (53.35s) test-narrow.t#tree#lfs-on (61.70s) test-convert-hg-sink.t (28.18s) test-logexchange.t (19.68s) test-merge-types.t (0.17s) test-histedit-commute.t (20.74s) test-lfconvert.t (21.96s) test-histedit-edit.t (30.43s) test-remotefilelog-bgprefetch.t (0.19s) test-fetch.t (39.74s) test-copies.t#changeset (76.01s) test-copies.t#compatibility (76.66s) test-copies.t#filelog (76.43s) test-copies.t#sidedata (76.38s) test-wireproto-caching.t (8.55s) test-amend.t#obsstore-off (29.86s) test-amend.t#obsstore-on (29.78s) test-incoming-outgoing.t (23.52s) test-clone-pull-corruption.t (8.69s) test-eol.t (36.14s) test-rollback.t (31.68s) test-newbranch.t (40.39s) test-bundle2-multiple-changegroups.t (11.16s) test-merge-criss-cross.t (21.86s) test-wireproto-command-manifestdata.t (7.59s) test-git-export.t (29.99s) test-infinitepush-ci.t (18.13s) test-status.t (39.11s) test-install.t (71.11s) test-diff-color.t (8.30s) test-rebase-abort.t#abortcommand#continuecommand (40.10s) test-rebase-abort.t#abortcommand#continueflag (39.24s) test-rebase-abort.t#abortflag#continuecommand (39.92s) test-rebase-abort.t#abortflag#continueflag (40.03s) test-lfs-largefiles.t (17.16s) test-hgweb-empty.t (8.55s) test-dirstate-race2.t (2.39s) test-merge1.t (34.27s) test-infinitepush-bundlestore.t (29.69s) test-rebase-conflicts.t (20.24s) test-push.t (28.45s) test-rebase-newancestor.t (35.00s) test-convert-mtn.t (0.47s) test-copies-in-changeset.t#extra (25.00s) test-copies-in-changeset.t#sidedata (28.03s) test-narrow-shallow-merges.t (31.61s) test-mq-guards.t (45.24s) test-hghave.t (25.78s) test-convert-svn-tags.t (0.19s) test-pager.t (17.05s) test-completion.t (8.06s) test-wireproto-command-filedata.t (9.77s) test-qrecord.t (8.89s) test-mq-subrepo-svn.t (0.20s) test-revset-legacy-lookup.t (24.06s) test-copies-unrelated.t#changeset (48.52s) test-copies-unrelated.t#compatibility (48.42s) test-copies-unrelated.t#filelog (47.77s) test-copies-unrelated.t#sidedata (48.17s) test-rebase-interruptions.t (26.41s) test-absorb.t (32.73s) test-rebase-parameters.t (30.42s) test-hardlinks.t (20.45s) test-export.t (15.95s) test-issue3084.t (35.34s) test-merge-no-file-change.t (30.47s) test-verify.t (12.58s) test-narrow-patterns.t (22.58s) test-rebase-dest.t (33.42s) test-mq-qpush-fail.t (36.75s) test-narrow-widen-no-ellipsis.t#flat (38.05s) test-narrow-widen-no-ellipsis.t#tree (38.06s) test-bundle-r.t (26.97s) test-rebase-pull.t (24.66s) test-exchange-obsmarkers-case-A1.t (22.38s) test-branch-change.t (30.88s) test-sparse.t (31.56s) test-commit-interactive-curses.t (0.22s) test-rebase-named-branches.t (24.84s) test-fix-topology.t#obsstore-off (20.14s) test-fix-topology.t#obsstore-on (22.70s) test-import-bypass.t (17.89s) test-revert-interactive.t (16.72s) test-parse-date.t (24.58s) test-treediscovery-legacy.t (67.08s) test-narrow-widen.t#flat (35.69s) test-narrow-widen.t#tree (35.75s) test-rebase-cache.t (29.68s) test-journal.t (8.80s) test-help-hide.t (0.58s) test-releasenotes-formatting.t (0.17s) test-mq-qrefresh.t (22.95s) test-histedit-fold-non-commute.t (19.94s) test-gendoc-pt_BR.t (0.19s) test-gendoc-zh_CN.t (0.23s) test-gendoc-zh_TW.t (0.22s) test-exchange-obsmarkers-case-A3.t (22.52s) test-mq-qrefresh-interactive.t (5.25s) test-githelp.t (19.24s) test-chg.t (0.17s) test-wireproto-command-rawstorefiledata.t (6.17s) test-static-http.t (152.37s) test-histedit-non-commute.t (18.12s) test-hgignore.t (14.14s) test-win32text.t (13.13s) test-exchange-obsmarkers-case-C3.t (14.06s) test-gendoc-da.t (0.17s) test-gendoc-el.t (0.16s) test-gendoc-fr.t (0.16s) test-gendoc-it.t (0.17s) test-gendoc-ru.t (0.17s) test-gendoc-sv.t (0.17s) test-share-bookmarks.t#svfs (15.26s) test-share-bookmarks.t#vfs (15.34s) test-mq-qnew.t (28.11s) test-bheads.t (30.82s) test-flagprocessor.t (20.86s) test-diff-ignore-whitespace.t (16.08s) test-bookflow.t (29.86s) test-config.t (13.44s) test-http-api.t (5.60s) test-largefiles-cache.t (20.51s) test-encoding.t (8.43s) test-rebase-rename.t (21.04s) test-convert-bzr-merges.t (0.17s) test-single-head.t (18.02s) test-mq-qimport.t (24.79s) test-manifest.t (15.19s) test-url-rev.t (16.20s) test-diff-unified.t (11.07s) test-mq-qrefresh-replace-log-message.t (17.24s) test-unamend.t (26.59s) test-init.t (47.64s) test-pager-legacy.t (11.26s) test-rebase-base-flag.t (24.67s) test-histedit-base.t (10.15s) test-parseindex.t (5.92s) test-clone-r.t (14.47s) test-bad-extension.t (2.65s) test-hgweb-raw.t (13.41s) test-rebase-mq.t (21.25s) test-exchange-obsmarkers-case-D1.t (13.10s) test-hgweb-removed.t (5.40s) test-eol-patch.t (9.34s) test-automv.t (33.49s) test-exchange-obsmarkers-case-C2.t (13.55s) test-ssh-clone-r.t#sshv1 (13.95s) test-ssh-clone-r.t#sshv2 (14.10s) test-subrepo-relative-path.t (24.20s) test-hgrc.t (7.29s) test-casecollision-merge.t (30.83s) test-http-clone-r.t (25.94s) test-convert-bzr.t (0.16s) test-bookmarks-corner-case.t (9.17s) test-rename-dir-merge.t (15.55s) test-strip-cross.t (24.33s) test-add.t (24.33s) test-histedit-no-change.t (14.45s) test-narrow-clone.t (35.61s) test-diffstat.t (18.96s) test-convert-splicemap.t (13.07s) test-http-proxy.t (13.77s) test-removeemptydirs.t (16.91s) test-fileset-generated.t (7.86s) test-bundle-phases.t (19.73s) test-exchange-obsmarkers-case-C1.t (12.71s) test-status-rev.t (7.33s) test-diff-upgrade.t (0.16s) test-pull-update.t (16.20s) test-copy.t (18.46s) test-bisect3.t (11.89s) test-conflict.t (10.89s) test-remotefilelog-prefetch.t (0.20s) test-up-local-change.t (16.46s) test-dispatch.t (12.56s) test-narrow-exchange.t#lfs-off (13.07s) test-narrow-exchange.t#lfs-on (14.51s) test-obsolete-changeset-exchange.t (10.20s) test-exchange-obsmarkers-case-D4.t (11.31s) test-eol-update.t (8.90s) test-remotefilelog-push-pull.t (0.19s) test-pull-bundle.t (19.73s) test-share.t (14.03s) test-narrow-exchange-merges.t (13.40s) test-absorb-rename.t (17.38s) test-exchange-obsmarkers-case-B5.t (13.10s) test-churn.t (11.51s) test-pull-branch.t (16.07s) test-eol-hook.t (10.93s) test-bundle-type.t (17.54s) test-remotefilelog-linknodes.t (0.23s) test-narrow-trackedcmd.t#flat (12.37s) test-narrow-trackedcmd.t#tree (12.53s) test-notify-changegroup.t (6.33s) test-byteify-strings.t (1.56s) test-rebase-detach.t (18.79s) test-stream-bundle-v2.t (9.82s) test-sparse-profiles.t (12.14s) test-mq-qpush-exact.t (29.85s) test-fastannotate-protocol.t (11.18s) test-hybridencode.py (0.38s) test-rebase-bookmarks.t (20.82s) test-bookmarks-current.t (20.32s) test-convert-hg-source.t (17.11s) test-encoding-align.t (7.42s) test-debugbuilddag.t (7.59s) test-convert-baz.t (0.20s) test-inherit-mode.t (0.20s) test-infinitepush.t (19.13s) test-histedit-non-commute-abort.t (10.07s) test-releasenotes-merging.t (0.27s) test-remotefilelog-gcrepack.t (0.20s) test-convert-hg-startrev.t (12.75s) test-show-work.t (27.55s) test-narrow-strip.t#flat#lfs-off (9.65s) test-narrow-strip.t#flat#lfs-on (10.72s) test-narrow-strip.t#tree#lfs-off (9.75s) test-narrow-strip.t#tree#lfs-on (11.01s) test-repo-compengines.t (12.96s) test-merge-commit.t (10.12s) test-audit-path.t (4.50s) test-exchange-obsmarkers-case-B4.t (14.40s) test-fastannotate.t (14.75s) test-narrow-expanddirstate.t (7.53s) test-purge.t (15.32s) test-symlinks.t (0.23s) test-exchange-obsmarkers-case-C4.t (12.25s) test-sparse-revlog.t (0.22s) test-mq-safety.t (18.06s) test-directaccess.t (11.44s) test-exchange-obsmarkers-case-A6.t (13.25s) test-exchange-obsmarkers-case-A5.t (11.48s) test-basic.t (7.56s) test-remotefilelog-local.t (0.19s) test-narrow-share.t#flat (23.34s) test-narrow-share.t#tree (23.82s) test-hgweb-csp.t (26.56s) test-histedit-bookmark-motion.t (8.72s) test-obsolete-tag-cache.t (5.91s) test-diff-binary-file.t (7.15s) test-casefolding.t (26.10s) test-mq-git.t (7.50s) test-mq-qfold.t (13.45s) test-remotefilelog-cacheprocess.t (0.16s) test-patchbomb-bookmark.t (4.59s) test-stack.t (15.87s) test-journal-share.t (8.08s) test-paths.t (11.15s) test-contrib-testparseutil.t (0.52s) test-hgweb-no-request-uri.t (1.73s) test-sparse-merges.t (15.93s) test-pathconflicts-merge.t (15.37s) test-releasenotes-parsing.t (0.20s) test-diff-indent-heuristic.t#bdiff (1.17s) test-diff-indent-heuristic.t#xdiff (1.51s) test-import-merge.t (15.94s) test-drawdag.t (12.33s) test-patchbomb-tls.t (5.22s) test-exchange-obsmarkers-case-B2.t (11.47s) test-convert-p4.t (0.19s) test-show-stack.t (17.62s) test-narrow-clone-nonlinear.t (25.50s) test-mq-eol.t (8.75s) test-exchange-obsmarkers-case-A4.t (10.36s) test-convert-bzr-directories.t (0.19s) test-obsmarkers-effectflag.t (16.84s) test-rename-merge1.t (18.62s) test-fastannotate-renames.t (11.92s) test-histedit-drop.t (8.56s) test-rebase-mq-skip.t#continuecommand (15.48s) test-rebase-mq-skip.t#continueflag (15.26s) test-bookmarks-merge.t (13.61s) test-lock-badness.t (0.20s) test-repair-strip.t (0.22s) test-histedit-outgoing.t (10.72s) test-pull.t#sshv1 (13.87s) test-pull.t#sshv2 (13.67s) test-exchange-obsmarkers-case-B6.t (9.87s) test-merge-default.t (9.79s) test-extension-timing.t (1.17s) test-match.py (0.33s) test-rebase-emptycommit.t (12.67s) test-cbor.py (0.73s) test-debugbundle.t (3.72s) test-copy-move-merge.t (12.25s) test-profile.t (11.36s) test-convert-tla.t (0.17s) test-mq-qclone-http.t (30.87s) test-exchange-obsmarkers-case-A2.t (8.64s) test-exchange-obsmarkers-case-D2.t (9.69s) test-status-terse.t (9.69s) test-merge7.t (4.80s) test-phase-archived.t (5.39s) test-hgweb-no-path-info.t (1.72s) test-subrepo-missing.t (9.53s) test-pathconflicts-update.t (12.92s) test-show.t (7.42s) test-addremove-similar.t (9.33s) test-contrib.t (2.50s) test-unionrepo.t (10.47s) test-flags.t (0.15s) test-remotefilelog-gc.t (0.16s) test-commit-multiple.t (7.42s) test-repo-filters-tiptoe.t (4.75s) test-commit-unresolved.t#abortcommand (11.00s) test-commit-unresolved.t#abortflag (10.90s) test-import-eol.t (12.00s) test-logtoprocess.t (0.20s) test-mq-missingfiles.t (10.87s) test-sparse-import.t (7.20s) test-rebase-transaction.t#continuecommand (9.02s) test-rebase-transaction.t#continueflag (9.09s) test-identify.t (22.36s) test-default-push.t (8.72s) test-merge-subrepos.t (10.59s) test-narrow-clone-no-ellipsis.t (32.01s) test-filebranch.t (5.83s) test-mq-qdelete.t (16.69s) test-convert-datesort.t (10.78s) test-sidedata.t (5.19s) test-update-atomic.t (0.16s) test-mq-merge.t (11.15s) test-pull-r.t (10.62s) test-pending.t (8.45s) test-clone-update-order.t (7.04s) test-fastannotate-perfhack.t (10.79s) test-origbackup-conflict.t (7.87s) test-narrow-pull.t (21.48s) test-merge-local.t (8.17s) test-remotefilelog-http.t (0.16s) test-bugzilla.t (3.17s) test-exchange-obsmarkers-case-D3.t (10.90s) test-remote-hidden.t (9.00s) test-narrow-shallow.t (22.29s) test-worker.t (3.39s) test-merge-halt.t (9.38s) test-branch-option.t (11.45s) test-mac-packages.t (0.23s) test-empty-group.t (6.56s) test-parents.t (7.78s) test-fix-metadata.t (1.19s) test-http-branchmap.t (8.53s) test-children.t (7.89s) test-diff-change.t (9.15s) test-extdata.t (9.19s) test-bundle2-pushback.t#sshv1 (5.06s) test-bundle2-pushback.t#sshv2 (5.14s) test-rebuildstate.t (8.12s) test-mq-pull-from-bundle.t (9.44s) test-narrow-merge.t#flat (10.31s) test-narrow-merge.t#tree (10.31s) test-exchange-obsmarkers-case-B3.t (9.78s) test-remotefilelog-corrupt-cache.t (0.22s) test-amend-subrepo.t#obsstore-off (11.33s) test-amend-subrepo.t#obsstore-on (10.81s) test-merge-internal-tools-pattern.t (7.86s) test-run-tests.py (0.19s) test-issue672.t (4.97s) test-extensions-afterloaded.t (6.05s) test-tools.t (1.77s) test-fastannotate-corrupt.t (5.59s) test-narrow-commit.t#flat (10.62s) test-narrow-commit.t#tree (10.75s) test-eol-clone.t (3.91s) test-wireproto-serverreactor.py (0.44s) test-excessive-merge.t (5.79s) test-relink.t (4.48s) test-mq-qqueue.t (12.97s) test-narrow-rebase.t#continuecommand (9.70s) test-narrow-rebase.t#continueflag (9.86s) test-push-cgi.t (0.20s) test-record.t (1.59s) test-convert-darcs.t (0.20s) test-remotefilelog-clone-tree.t (0.19s) test-patch.t (4.34s) test-hgweb-non-interactive.t (1.28s) test-sqlitestore.t (0.16s) test-remotefilelog-clone.t (0.14s) test-arbitraryfilectx.t (2.73s) test-remotefilelog-sparse.t (0.16s) test-cache-abuse.t (21.01s) test-rebase-backup.t (8.08s) test-simple-update.t (6.83s) test-pathconflicts-basic.t (8.77s) test-committer.t (5.91s) test-exchange-obsmarkers-case-B7.t (9.14s) test-pull-http.t (10.48s) test-remotefilelog-bundle2-legacy.t (0.17s) test-exchange-obsmarkers-case-B1.t (8.98s) test-remotefilelog-log.t (0.17s) test-mq-qdiff.t (8.01s) test-bookmarks-rebase.t (7.45s) test-serve.t (11.05s) test-exchange-obsmarkers-case-A7.t (7.80s) test-revset-outgoing.t (5.58s) test-import-context.t (2.50s) test-remotefilelog-bundle2.t (0.19s) test-eol-add.t (4.45s) test-bundle-vs-outgoing.t (6.19s) test-rebase-partial.t (6.75s) test-update-names.t (5.81s) test-mailmap.t (5.09s) test-remotefilelog-bundles.t (0.17s) test-merge-remove.t (8.05s) test-convert-tagsbranch-topology.t (0.17s) test-requires.t (4.34s) test-locate.t (10.98s) test-merge-closedheads.t (10.81s) test-rename-after-merge.t (8.42s) test-wireproto-clientreactor.py (0.41s) test-contrib-dumprevlog.t (4.70s) test-remotefilelog-pull-noshallow.t (0.19s) test-debugextensions.t (1.99s) test-narrow-clone-stream.t#flat-fncache (29.34s) test-narrow-clone-stream.t#flat-nofncache (29.12s) test-narrow-clone-stream.t#tree (29.20s) test-rebase-legacy.t#continuecommand (2.86s) test-rebase-legacy.t#continueflag (2.48s) test-issue1306.t (3.97s) test-lfs-bundle.t (8.02s) test-issue1175.t (7.98s) test-cat.t (10.06s) test-nointerrupt.t (0.31s) test-issue660.t (8.70s) test-largefiles-small-disk.t (2.09s) test-convert-clonebranches.t (7.50s) test-oldcgi.t (0.19s) test-impexp-branch.t (6.05s) test-histedit-no-backup.t#abortcommand (4.05s) test-histedit-no-backup.t#abortflag (4.19s) test-narrow-clone-non-narrow-server.t (15.55s) test-issue586.t (7.26s) test-unified-test.t (1.50s) test-rebase-templates.t (5.70s) test-remotefilelog-tags.t (0.20s) test-symlink-placeholder.t (0.17s) test-merge6.t (5.70s) test-narrow-copies.t (8.08s) test-server-view.t (8.61s) test-rebase-issue-noparam-single-rev.t (7.26s) test-dirstate.t (4.98s) test-close-head.t (5.22s) test-url-download.t (13.58s) test-merge-revert2.t (9.50s) test-verify-repo-operations.py (0.12s) test-addremove.t (6.94s) test-mq-qrename.t (12.44s) test-narrow-update.t (7.76s) test-mq-symlinks.t (0.14s) test-ssh-repoerror.t (0.16s) test-wsgirequest.py (0.47s) test-double-merge.t (2.89s) test-narrow-patch.t#flat (3.45s) test-narrow-patch.t#tree (3.56s) test-glog-topological.t (2.66s) test-sparse-verbose-json.t (4.88s) test-merge9.t (5.53s) test-context-metadata.t (3.27s) test-patch-offset.t (1.08s) test-log-exthook.t (1.62s) test-newcgi.t (0.19s) test-issue1802.t (0.17s) test-update-reverse.t (4.11s) test-wireproto-command-branchmap.t (4.34s) test-pushvars.t (3.61s) test-histedit-templates.t (3.59s) test-hgwebdirsym.t (0.19s) test-manifest.py (2.80s) test-revlog-raw.py (1.22s) test-merge-symlinks.t (2.58s) test-branch-tag-confict.t (3.23s) test-custom-filters.t (2.77s) test-narrow-debugcommands.t (3.72s) test-sparse-clone.t (3.09s) test-issue2137.t (1.34s) test-remotefilelog-partial-shallow.t (0.20s) test-eolfilename.t (0.19s) test-merge10.t (4.53s) test-journal-exists.t (2.89s) test-revlog-v2.t (2.70s) test-diffdir.t (6.20s) test-schemes.t (6.19s) test-issue522.t (3.77s) test-histedit-merge-tools.t (3.36s) test-mq-qgoto.t (8.84s) test-newercgi.t (0.17s) test-revlog.t (2.33s) test-url.py (0.34s) test-editor-filename.t (2.16s) test-import-unknown.t (6.59s) test-unbundlehash.t (4.84s) test-narrow-sparse.t#flat (3.94s) test-narrow-sparse.t#tree (4.09s) test-wireproto-command-known.t (2.91s) test-missing-capability.t (3.45s) test-wireproto-command-listkeys.t (3.78s) test-convert-identity.t (4.12s) test-merge-revert.t (9.72s) test-wireproto-command-heads.t (3.58s) test-encode.t (4.75s) test-permissions.t (0.22s) test-casecollision.t (0.20s) test-ancestor.py (1.23s) test-update-dest.t (3.47s) test-known.t (8.72s) test-sparse-fsmonitor.t (0.03s) test-no-symlinks.t (3.48s) test-remotefilelog-datapack.py (0.83s) test-convert-authormap.t (2.38s) test-subrepo-paths.t (2.17s) test-sparse-requirement.t (2.55s) test-confused-revert.t (5.48s) test-remotefilelog-permissions.t (0.17s) test-fuzz-targets.t (0.69s) test-issue1993.t (2.77s) test-issue1502.t (3.30s) test-clone-cgi.t (0.17s) test-sparse-clear.t (3.58s) test-simplemerge.py (0.33s) test-websub.t (3.25s) test-rebase-brute-force.t (6.42s) test-revlog-mmapindex.t (32.69s) test-merge2.t (7.26s) test-diff-antipatience.t#bdiff (1.00s) test-diff-antipatience.t#xdiff (1.36s) test-issue1877.t (4.70s) test-gpg.t (0.19s) test-empty-file.t (4.09s) test-lrucachedict.py (0.31s) test-hgk.t (2.67s) test-changelog-exec.t (0.17s) test-diff-hashes.t (2.66s) test-debian-packages.t (0.23s) test-absorb-edit-lines.t (3.47s) test-mactext.t (1.75s) test-remotefilelog-wireproto.t (0.19s) test-convert-bzr-ghosts.t (0.20s) test-docker-packaging.t (0.20s) test-bookmarks-strip.t (3.90s) test-narrow-acl.t (5.44s) test-remotefilelog-keepset.t (0.23s) test-lock.py (0.38s) test-remotefilelog-histpack.py (0.53s) test-diff-subdir.t (2.52s) test-remotefilelog-bad-configs.t (0.22s) test-convert-bzr-114.t (0.20s) test-trusted.py (0.44s) test-narrow-debugrebuilddirstate.t (2.78s) test-unrelated-pull.t (2.80s) test-parseindex2.py (0.53s) test-diff-reverse.t (3.08s) test-revset-dirstate-parents.t (6.31s) test-wireproto-command-pushkey.t (2.58s) test-update-issue1456.t (0.16s) test-empty.t (2.06s) test-merge5.t (3.83s) test-wireproto-framing.py (0.31s) test-narrow-archive.t (5.27s) test-diff-copy-depth.t (5.95s) test-convert-bzr-treeroot.t (0.20s) test-hgweb-bundle.t (4.06s) test-absorb-unfinished.t (2.19s) test-mq-qimport-fail-cleanup.t (2.16s) test-linerange.py (0.31s) test-fix-clang-format.t (0.17s) test-manifest-merging.t (2.56s) test-issue619.t (2.72s) test-merge8.t (2.75s) test-issue842.t (3.14s) test-remotefilelog-blame.t (0.19s) test-linelog.py (2.67s) test-filecache.py (0.38s) test-revlog-group-emptyiter.t (2.20s) test-propertycache.py (0.72s) test-pathencode.py (0.67s) test-demandimport.py (0.50s) test-archive-symlinks.t (0.22s) test-absorb-strip.t (1.94s) test-pull-permission.t (0.19s) test-issue5979.t (3.88s) test-revisions.t (5.33s) test-rust-ancestor.py (0.20s) test-merge4.t (3.20s) test-absorb-filefixupstate.py (0.50s) test-wireproto-command-lookup.t (2.08s) test-phabricator.t (0.19s) test-context.py (0.77s) test-issue612.t (2.98s) test-debugindexdot.t (3.17s) test-eol-tag.t (2.12s) test-batching.py (0.47s) test-bdiff.py (0.34s) test-hgweb-auth.py (0.23s) test-minirst.py (0.38s) test-nested-repo.t (3.75s) test-execute-bit.t (0.19s) test-username-newline.t (1.33s) test-fastannotate-revmap.py (0.52s) test-issue4074.t (3.31s) test-remotefilelog-share.t (0.19s) test-revlog-packentry.t (1.76s) test-dirstate-nonnormalset.t (2.56s) test-ui-config.py (0.50s) test-diff-issue2761.t (2.88s) test-atomictempfile.py (0.34s) test-strict.t (2.50s) test-util.py (0.33s) test-diff-newlines.t (1.41s) test-rust-discovery.py (0.20s) test-empty-dir.t (2.08s) test-storage.py (2.67s) test-absorb-phase.t (2.55s) test-annotate.py (0.36s) test-extra-filelog-entry.t (1.99s) test-debugrename.t (2.69s) test-issue1438.t (0.17s) test-issue1102.t (2.27s) test-fastannotate-diffopts.t (1.34s) test-revert-unknown.t (2.41s) test-bad-pull.t (5.12s) test-revert-flags.t (0.19s) test-simplekeyvaluefile.py (0.33s) test-issue1089.t (2.20s) test-doctest.py (2.28s) test-backwards-remove.t (1.84s) test-wireproto.py (0.39s) test-contrib-emacs.t (0.19s) test-cappedreader.py (0.30s) test-xdg.t (0.17s) test-dirstate-backup.t (0.62s) test-mq-qsave.t (1.58s) test-encoding-func.py (0.19s) test-extensions-wrapfunction.py (0.38s) test-walkrepo.py (0.48s) test-revlog-ancestry.py (1.23s) test-ui-verbosity.py (0.44s) test-filelog.py (0.52s) test-sshserver.py (0.41s) test-hg-parseurl.py (0.45s) test-symlink-os-yes-fs-no.py (1.56s) test-minifileset.py (0.38s) test-config-env.py (0.38s) test-lfs-pointer.py (0.52s) test-duplicateoptions.py (0.62s) test-hgwebdir-paths.py (0.47s) test-ui-color.py (0.48s) test-dispatch.py (0.58s) test-status-inprocess.py (0.42s) test-mdiff.py (0.30s) test-dirs.py (0.27s)