Job try-06b42bffc008c8be0eef53edb3659b6157bc8bfb-windows-cpython-3.7-x64-0

Repo:try
Node:06b42bffc008c8be0eef53edb3659b6157bc8bfb
Name:windows-cpython-3.7-x64
Scheduled At:2020-03-28T19:09:08
Started At:2020-03-28T19:09:15
Finished At:2020-03-28T19:49:38

Failed Tests

test-debugcommands.t

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

test-doctest.py

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

test-extdata.t

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

test-fix.t

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

test-hgweb-filelog.t

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

test-histedit-arguments.t#abortcommand

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

test-histedit-arguments.t#abortflag

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

test-http-bad-server.t

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

test-http-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-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
@@ -450,7 +450,7 @@
   To: baz@test.com, foo@bar
   
   changeset 0f25f9c22b4c in b
-  description: àáâãä (esc)
+  description: àáâãä
 (esc)
   diffstat:
    a |  1 + 1 files changed, 1 insertions(+), 0 deletions(-)
   

test-pager.t

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

test-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-url-download.t

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

Skipped Tests

Long Tests

DurationTest
163.4stest-merge-combination.t
154.8stest-bookmarks-pushpull.t#b2-binary
153.7stest-bookmarks-pushpull.t#b2-pushkey
152.2stest-obsolete.t
150.8stest-obsolete-bundle-strip.t
147.7stest-static-http.t
143.0stest-revset.t
141.6stest-http-permissions.t
131.1stest-subrepo.t
127.5stest-hgwebdir.t
119.5stest-template-functions.t
118.4stest-largefiles.t
113.7stest-fix.t
113.1stest-bundle2-exchange.t#sshv1
113.0stest-log.t
112.5stest-bundle2-exchange.t#sshv2
109.0stest-import.t
106.6stest-rebase-obsolete.t
104.4stest-glog-beautifygraph.t
104.0stest-obsmarker-template.t
103.6stest-glog.t
101.5stest-merge-tools.t
100.3stest-mq.t
96.2stest-treediscovery.t
94.7stest-https.t
94.2stest-largefiles-misc.t
82.0stest-run-tests.t
80.2stest-shelve.t#stripbased
80.1stest-http.t
80.0stest-update-branches.t
79.7stest-strip.t
78.8stest-shelve.t#phasebased
78.7stest-lfs-serve.t#lfsremote-on
78.6stest-commit-amend.t
78.5stest-http-bad-server.t
77.7stest-obsolete-divergent.t
76.9stest-largefiles-update.t
76.7stest-copies.t#compatibility
76.6stest-copies.t#filelog
76.6stest-shelve2.t#stripbased#abortflag#continueflag
76.6stest-copies.t#changeset
76.5stest-clonebundles.t
76.4stest-copies.t#sidedata
76.3stest-shelve2.t#stripbased#abortflag#continuecommand
75.7stest-keyword.t
75.6stest-phases-exchange.t
75.5stest-rename-merge2.t
74.4stest-revset2.t
72.8stest-bookmarks.t
71.6stest-shelve2.t#phasebased#abortcommand#continuecommand
71.6stest-shelve2.t#phasebased#abortflag#continuecommand
71.5stest-shelve2.t#phasebased#abortflag#continueflag
71.5stest-shelve2.t#phasebased#abortcommand#continueflag
70.8stest-merge-force.t
70.4stest-shelve2.t#stripbased#abortcommand#continueflag
70.0stest-shelve2.t#stripbased#abortcommand#continuecommand
69.9stest-hgweb.t
68.7stest-copytrace-heuristics.t
68.0stest-treediscovery-legacy.t
66.9stest-lfs.t
66.7stest-push-race.t#strict
66.0stest-push-race.t#unrelated
64.3stest-push-warn.t
63.7stest-largefiles-wireproto.t#sshv2
63.4stest-merge-changedelete.t
63.2stest-http-bundle1.t
62.5stest-largefiles-wireproto.t#sshv1
62.5stest-annotate.t
61.9stest-narrow.t#tree#lfs-on
61.5stest-mq-subrepo.t
60.8stest-mv-cp-st-diff.t
60.5stest-narrow.t#flat#lfs-on
60.3stest-mq-header-date.t
60.0stest-archive.t
59.9stest-template-basic.t
59.6stest-convert-filemap.t
59.5stest-clone.t#sshv2
59.2stest-clone.t#sshv1
58.4stest-template-keywords.t
58.2stest-install.t
58.0stest-transplant.t#continueflag
57.9stest-revert.t
57.7stest-transplant.t#commandmode
57.1stest-lfs-serve-access.t
57.0stest-bisect.t
56.5stest-clone-uncompressed.t#stream-bundle2
54.7stest-censor.t
54.2stest-resolve.t
54.0stest-subrepo-deep-nested-change.t
53.9stest-treemanifest.t
53.5stest-narrow.t#tree#lfs-off
53.5stest-copies-chain-merge.t
53.3stest-rebase-scenario-global.t
53.2stest-debugcommands.t
53.1stest-ssh-proto.t
52.9stest-mq-header-from.t
52.5stest-narrow.t#flat#lfs-off
49.3stest-graft.t
48.7stest-copies-unrelated.t#sidedata
48.6stest-copies-unrelated.t#changeset
48.6stest-copies-unrelated.t#compatibility
48.3stest-push-http.t#bundle2
48.3stest-copies-unrelated.t#filelog
48.1stest-backout.t
47.9stest-uncommit.t
47.7stest-extension.t
47.2stest-hook.t
47.0stest-tag.t
47.0stest-fileset.t
46.8stest-init.t
46.8stest-tags.t
46.7stest-template-map.t
46.5stest-check-code.t
45.9stest-hgweb-json.t
45.8stest-clone-uncompressed.t#stream-legacy
44.8stest-mq-guards.t
44.4stest-branches.t
43.8stest-graft-interrupted.t#abortcommand
43.6stest-commit-interactive.t
42.1stest-graft-interrupted.t#abortflag
42.1stest-help.t
41.4stest-commit.t
41.2stest-histedit-fold.t
40.5stest-bundle.t
40.3stest-contrib-perf.t
39.5stest-rebase-collapse.t
39.5stest-rebase-abort.t#abortcommand#continueflag
39.3stest-rebase-abort.t#abortcommand#continuecommand
39.3stest-rebase-abort.t#abortflag#continuecommand
39.3stest-rebase-abort.t#abortflag#continueflag
38.8stest-newbranch.t
38.6stest-narrow-widen-no-ellipsis.t#flat
38.2stest-status.t
38.2stest-narrow-widen-no-ellipsis.t#tree
37.8stest-eol.t
37.8stest-rename.t
37.7stest-push-http.t#bundle1
37.6stest-phases.t
37.6stest-fetch.t
37.5stest-hgweb-filelog.t
37.2stest-acl.t
37.1stest-ssh.t#sshv1
37.1stest-bundle2-remote-changegroup.t#sshv2
36.9stest-ssh.t#sshv2
36.8stest-bundle2-remote-changegroup.t#sshv1
36.8stest-wireproto-exchangev2.t
36.7stest-mq-qpush-fail.t
36.4stest-histedit-obsolete.t#abortflag
36.3stest-histedit-obsolete.t#abortcommand
36.0stest-alias.t
36.0stest-issue3084.t
35.9stest-narrow-widen.t#tree
35.7stest-narrow-widen.t#flat
35.5stest-narrow-clone.t
35.0stest-amend.t#obsstore-off
34.9stest-amend.t#obsstore-on
34.9stest-fastannotate-hg.t
34.8stest-ssh-bundle1.t#sshv2
34.5stest-hgweb-symrev.t
34.0stest-ssh-bundle1.t#sshv1
33.9stest-obshistory.t
33.8stest-rebase-dest.t
33.7stest-hgweb-diffs.t
33.5stest-automv.t
33.2stest-bisect2.t
32.9stest-fix-topology.t#obsstore-on
32.7stest-obsolete-distributed.t
32.6stest-subrepo-recursion.t
32.6stest-histedit-arguments.t#abortcommand
32.6stest-rollback.t
32.6stest-narrow-clone-no-ellipsis.t
32.5stest-split.t#obsstore-on
32.5stest-branch-change.t
32.4stest-absorb.t
32.3stest-upgrade-repo.t
32.2stest-revlog-mmapindex.t
32.1stest-histedit-arguments.t#abortflag
31.5stest-bheads.t
31.4stest-rebase-parameters.t
31.2stest-casecollision-merge.t
31.1stest-setdiscovery.t
30.9stest-sparse.t
30.8stest-merge1.t
30.8stest-merge-no-file-change.t
30.4stest-mq-qclone-http.t
30.3stest-mq-qpush-exact.t
30.2stest-bookflow.t
29.9stest-histedit-edit.t
29.8stest-narrow-shallow-merges.t
29.8stest-rebase-cache.t
29.2stest-git-export.t
29.2stest-split.t#obsstore-off
29.2stest-rebase-newancestor.t
29.2stest-ssh-proto-unbundle.t
29.2stest-narrow-clone-stream.t#tree
29.1stest-narrow-clone-stream.t#flat-fncache
29.1stest-hgweb-commands.t
29.0stest-narrow-clone-stream.t#flat-nofncache
28.6stest-mq-qnew.t
28.5stest-wireproto.t
28.3stest-remove.t
27.9stest-show-work.t
27.5stest-convert-hg-sink.t
27.3stest-lfs-test-server.t#hg-server
27.3stest-bundle-r.t
26.7stest-unamend.t
26.6stest-casefolding.t
26.5stest-hgweb-csp.t
26.5stest-graft-rename.t
26.3stest-grep.t
26.3stest-infinitepush-bundlestore.t
26.0stest-http-clone-r.t
25.9stest-rebase-interruptions.t
25.8stest-copy.t
25.8stest-copies-in-changeset.t#sidedata
25.7stest-walk.t
25.2stest-narrow-clone-nonlinear.t
25.0stest-rebase-rename.t
25.0stest-patchbomb.t
25.0stest-rebase-pull.t
24.8stest-rebase-named-branches.t
24.8stest-rebase-conflicts.t
24.8stest-strip-cross.t
24.7stest-rebase-base-flag.t
24.6stest-import-git.t
24.5stest-mq-qimport.t
24.4stest-push.t
24.2stest-add.t
24.0stest-subrepo-relative-path.t
23.8stest-revset-legacy-lookup.t
23.8stest-parse-date.t
23.8stest-persistent-nodemap.t
23.7stest-narrow-share.t#tree
23.5stest-narrow-share.t#flat
23.5stest-identify.t
23.1stest-mq-qrefresh.t
23.0stest-exchange-obsmarkers-case-A3.t
22.9stest-copies-in-changeset.t#extra
22.9stest-exchange-obsmarkers-case-A1.t
22.9stest-incoming-outgoing.t
22.8stest-extdiff.t
22.6stest-obsolete-checkheads.t
22.4stest-narrow-patterns.t
22.4stest-narrow-shallow.t
22.3stest-lfconvert.t
22.1stest-http-protocol.t
22.0stest-manifest.t
21.9stest-lfs-serve.t#lfsremote-off
21.9stest-dirstate-race.t
21.6stest-status-color.t
21.6stest-commandserver.t
21.5stest-narrow-pull.t
21.5stest-flagprocessor.t
21.3stest-cache-abuse.t
21.2stest-rebase-mq.t
21.2stest-rename-merge1.t
21.2stest-merge-criss-cross.t
21.1stest-fix-topology.t#obsstore-off
21.0stest-rebase-bookmarks.t
20.9stest-hardlinks.t
20.8stest-histedit-commute.t
20.7stest-largefiles-cache.t
20.7stest-logexchange.t
20.4stest-bookmarks-current.t
20.1stest-bundle-phases.t

Timeline

test-contrib-check-code.t (2.92s)test-contrib-perf.t (40.33s)test-imports-checker.t (6.75s)test-merge-combination.t (163.41s)test-obsolete-checkheads.t (22.61s)test-contrib-check-commit.t (0.95s)test-push-race.t#strict (66.67s)test-run-tests.t (81.97s)test-push-race.t#unrelated (66.05s)test-check-code.t (46.52s)test-push-checkheads-unpushed-D4.t (9.39s)test-push-checkheads-unpushed-D5.t (9.23s)test-push-checkheads-unpushed-D3.t (8.89s)test-check-py3-compat.t (5.33s)test-push-checkheads-pruned-B8.t (9.58s)test-push-checkheads-superceed-A7.t (8.19s)test-push-checkheads-superceed-A6.t (9.12s)test-rebase-check-restore.t (9.19s)test-push-checkheads-multibranches-E2.t (8.70s)test-push-checkheads-unpushed-D7.t (9.34s)test-push-checkheads-unpushed-D2.t (7.55s)test-largefiles-update.t (76.91s)test-push-checkheads-pruned-B5.t (7.73s)test-push-checkheads-multibranches-E3.t (7.08s)test-push-checkheads-superceed-A3.t (7.64s)test-push-checkheads-superceed-A2.t (7.56s)test-push-checkheads-pruned-B2.t (6.59s)test-push-checkheads-multibranches-E1.t (6.64s)test-push-checkheads-pruned-B3.t (6.67s)test-push-checkheads-pruned-B4.t (6.20s)test-push-checkheads-unpushed-D6.t (7.06s)test-push-checkheads-partial-C2.t (5.86s)test-push-checkheads-partial-C1.t (5.95s)test-push-checkheads-partial-C4.t (5.69s)test-push-checkheads-superceed-A8.t (6.86s)test-push-checkheads-pruned-B6.t (6.66s)test-push-checkheads-pruned-B7.t (6.62s)test-push-checkheads-partial-C3.t (5.70s)test-push-checkheads-unpushed-D1.t (5.91s)test-subrepo-svn.t (0.17s)test-push-checkheads-superceed-A4.t (5.53s)test-push-checkheads-superceed-A5.t (5.50s)test-push-checkheads-pruned-B1.t (4.48s)test-push-checkheads-superceed-A1.t (4.72s)test-copytrace-heuristics.t (68.66s)test-check-config.t (10.38s)test-glog-beautifygraph.t (104.41s)test-gendoc-ja.t (0.14s)test-check-module-imports.t (13.27s)test-convert-cvs.t (0.17s)test-help.t (42.08s)test-obsolete-bounds-checking.t (1.34s)test-gendoc.t (0.17s)test-glog.t (103.58s)test-convert-svn-sink.t (0.19s)test-check-help.t (13.16s)test-check-pyflakes.t (0.44s)test-patchbomb.t (24.98s)test-convert-svn-source.t (0.22s)test-obsolete-bundle-strip.t (150.84s)test-abort-checkin.t (1.34s)test-http-bad-server.t (78.53s)test-ssh-proto-unbundle.t (29.17s)test-acl.t (37.20s)test-obsmarker-template.t (103.95s)test-check-shbang.t (4.81s)test-check-commit.t (1.41s)test-convert-svn-move.t (0.19s)test-check-interfaces.py (0.73s)test-hgweb-commands.t (29.08s)test-hgweb-symrev.t (34.55s)test-obsolete.t (152.23s)test-upgrade-repo.t (32.28s)test-extension.t (47.66s)test-ssh-proto.t (53.11s)test-log.t (113.03s)test-check-execute.t (0.25s)test-dirstate-race.t (21.86s)test-check-pylint.t (0.47s)test-convert-svn-encoding.t (0.22s)test-wireproto-content-redirects.t (16.83s)test-hgweb-filelog.t (37.45s)test-hgwebdir.t (127.55s)test-wireproto-exchangev2.t (36.75s)test-bundle2-format.t (13.84s)test-template-map.t (46.69s)test-revset.t (143.05s)test-subrepo.t (131.11s)test-convert-cvs-detectmerge.t (0.17s)test-rebase-obsolete.t (106.62s)test-hgweb-json.t (45.89s)test-largefiles.t (118.42s)test-merge-tools.t (101.50s)test-convert-cvs-synthetic.t (0.16s)test-gendoc-ro.t (0.16s)test-import.t (109.02s)test-subrepo-deep-nested-change.t (53.98s)test-fix.t (113.66s)test-bundle2-exchange.t#sshv1 (113.12s)test-bundle2-exchange.t#sshv2 (112.50s)test-template-functions.t (119.45s)test-phases-exchange.t (75.59s)test-lfs.t (66.87s)test-strip.t (79.66s)test-bookmarks-pushpull.t#b2-binary (154.83s)test-bookmarks-pushpull.t#b2-pushkey (153.69s)test-convert-cvsnt-mergepoints.t (0.19s)test-commit-interactive.t (43.59s)test-hook.t (47.17s)test-merge-changedelete.t (63.38s)test-highlight.t (0.25s)test-https.t (94.70s)test-rename-merge2.t (75.52s)test-convert-git.t (0.17s)test-http-permissions.t (141.64s)test-lfs-test-server.t#git-server (0.45s)test-lfs-test-server.t#hg-server (27.33s)test-setdiscovery.t (31.09s)test-bookmarks.t (72.75s)test-commandserver.t (21.58s)test-clone.t#sshv1 (59.20s)test-clone.t#sshv2 (59.55s)test-shelve.t#phasebased (78.78s)test-shelve.t#stripbased (80.17s)test-check-clang-format.t (0.17s)test-merge-force.t (70.75s)test-revset2.t (74.43s)test-convert-cvs-branch.t (0.27s)test-largefiles-misc.t (94.21s)test-commit-amend.t (78.64s)test-branches.t (44.38s)test-http-protocol.t (22.06s)test-hgweb-diffs.t (33.70s)test-keyword.t (75.74s)test-revert.t (57.88s)test-template-keywords.t (58.39s)test-wireproto-command-filesdata.t (10.84s)test-convert-svn-branches.t (0.20s)test-mq.t (100.27s)test-convert-hg-svn.t (0.20s)test-gendoc-de.t (0.20s)test-lfs-serve-access.t (57.13s)test-wireproto-command-capabilities.t (9.60s)test-subrepo-git.t (0.16s)test-generaldelta.t (18.55s)test-lfs-serve.t#lfsremote-off (21.89s)test-lfs-serve.t#lfsremote-on (78.69s)test-tags.t (46.81s)test-phases.t (37.60s)test-transplant.t#commandmode (57.74s)test-transplant.t#continueflag (57.97s)test-treemanifest.t (53.90s)test-check-rust-format.t (0.16s)test-template-basic.t (59.87s)test-tag.t (47.02s)test-subrepo-recursion.t (32.64s)test-hgweb.t (69.92s)test-convert.t (9.86s)test-check-jshint.t (0.36s)test-http-api-httpv2.t (10.99s)test-http.t (80.12s)test-shelve2.t#phasebased#abortcommand#continuecommand (71.65s)test-shelve2.t#phasebased#abortcommand#continueflag (71.45s)test-shelve2.t#phasebased#abortflag#continuecommand (71.61s)test-shelve2.t#phasebased#abortflag#continueflag (71.48s)test-shelve2.t#stripbased#abortcommand#continuecommand (70.02s)test-shelve2.t#stripbased#abortcommand#continueflag (70.36s)test-shelve2.t#stripbased#abortflag#continuecommand (76.34s)test-shelve2.t#stripbased#abortflag#continueflag (76.62s)test-convert-filemap.t (59.61s)test-obsolete-divergent.t (77.69s)test-annotate.t (62.46s)test-resolve.t (54.18s)test-bundle.t (40.47s)test-graft.t (49.30s)test-obsolete-distributed.t (32.71s)test-split.t#obsstore-off (29.22s)test-split.t#obsstore-on (32.48s)test-notify.t (14.58s)test-encoding-textwrap.t (3.44s)test-walk.t (25.69s)test-copies-chain-merge.t (53.49s)test-mv-cp-st-diff.t (60.83s)test-bisect.t (57.01s)test-convert-p4-filetypes.t (0.19s)test-rebase-scenario-global.t (53.25s)test-commit.t (41.43s)test-clonebundles.t (76.55s)test-ssh.t#sshv1 (37.11s)test-ssh.t#sshv2 (36.92s)test-bundle2-remote-changegroup.t#sshv1 (36.76s)test-bundle2-remote-changegroup.t#sshv2 (37.09s)test-wireproto-exchangev2-shallow.t (0.20s)test-import-git.t (24.61s)test-archive.t (59.98s)test-mq-header-from.t (52.94s)test-i18n.t (2.64s)test-rebase-inmemory.t (0.14s)test-treediscovery.t (96.23s)test-bisect2.t (33.20s)test-fileset.t (46.97s)test-grep.t (26.34s)test-push-warn.t (64.27s)test-hgweb-annotate-whitespace.t (6.96s)test-log-linerange.t (14.85s)test-graft-interrupted.t#abortcommand (43.82s)test-graft-interrupted.t#abortflag (42.08s)test-debugcommands.t (53.21s)test-remotefilelog-repack.t (0.17s)test-remove.t (28.33s)test-graft-rename.t (26.47s)test-clone-uncompressed.t#stream-bundle2 (56.46s)test-clone-uncompressed.t#stream-legacy (45.78s)test-alias.t (36.05s)test-backout.t (48.11s)test-update-branches.t (80.00s)test-ssh-bundle1.t#sshv1 (33.95s)test-ssh-bundle1.t#sshv2 (34.76s)test-mq-header-date.t (60.35s)test-wireproto-command-changesetdata.t (12.49s)test-blackbox.t (16.41s)test-pull-pull-corruption.t (16.76s)test-convert-svn-startrev.t (0.20s)test-devel-warnings.t (7.24s)test-push-http.t#bundle1 (37.65s)test-push-http.t#bundle2 (48.34s)test-contrib-relnotes.t (0.16s)test-audit-subrepo.t (16.10s)test-histedit-obsolete.t#abortcommand (36.28s)test-histedit-obsolete.t#abortflag (36.39s)test-histedit-arguments.t#abortcommand (32.63s)test-histedit-arguments.t#abortflag (32.09s)test-wireproto.t (28.54s)test-globalopts.t (12.94s)test-check-format.t (0.16s)test-rebase-collapse.t (39.52s)test-http-bundle1.t (63.22s)test-hgweb-descend-empties.t (3.25s)test-obshistory.t (33.87s)test-fncache.t (15.25s)test-rename.t (37.79s)test-uncommit.t (47.87s)test-extdiff.t (22.75s)test-mq-subrepo.t (61.54s)test-fastannotate-hg.t (34.85s)test-histedit-fold.t (41.16s)test-progress.t (6.21s)test-remotefilelog-repack-fast.t (0.23s)test-getbundle.t (9.60s)test-censor.t (54.73s)test-largefiles-wireproto.t#sshv1 (62.49s)test-largefiles-wireproto.t#sshv2 (63.71s)test-status-color.t (21.58s)test-narrow.t#flat#lfs-off (52.51s)test-narrow.t#flat#lfs-on (60.48s)test-narrow.t#tree#lfs-off (53.52s)test-narrow.t#tree#lfs-on (61.95s)test-phabricator.t (0.16s)test-convert-hg-sink.t (27.49s)test-logexchange.t (20.66s)test-merge-types.t (0.16s)test-histedit-commute.t (20.85s)test-amend.t#obsstore-off (35.02s)test-amend.t#obsstore-on (34.90s)test-lfconvert.t (22.33s)test-histedit-edit.t (29.91s)test-remotefilelog-bgprefetch.t (0.20s)test-fetch.t (37.60s)test-copies.t#changeset (76.55s)test-copies.t#compatibility (76.68s)test-copies.t#filelog (76.63s)test-copies.t#sidedata (76.38s)test-install.t (58.16s)test-wireproto-caching.t (8.39s)test-incoming-outgoing.t (22.88s)test-manifest.t (21.95s)test-clone-pull-corruption.t (7.83s)test-eol.t (37.80s)test-rebase-conflicts.t (24.80s)test-rollback.t (32.56s)test-newbranch.t (38.83s)test-bundle2-multiple-changegroups.t (11.10s)test-merge-criss-cross.t (21.16s)test-wireproto-command-manifestdata.t (7.62s)test-status.t (38.20s)test-git-export.t (29.24s)test-infinitepush-ci.t (17.67s)test-diff-color.t (7.75s)test-lfs-largefiles.t (17.48s)test-hgweb-empty.t (8.88s)test-fastexport.t (4.02s)test-dirstate-race2.t (2.38s)test-merge1.t (30.80s)test-infinitepush-bundlestore.t (26.28s)test-rebase-abort.t#abortcommand#continuecommand (39.31s)test-rebase-abort.t#abortcommand#continueflag (39.49s)test-rebase-abort.t#abortflag#continuecommand (39.30s)test-rebase-abort.t#abortflag#continueflag (39.25s)test-fix-topology.t#obsstore-off (21.08s)test-fix-topology.t#obsstore-on (32.92s)test-chg.t (0.19s)test-persistent-nodemap.t (23.78s)test-push.t (24.39s)test-convert-mtn.t (0.19s)test-completion.t (7.80s)test-copies-in-changeset.t#extra (22.92s)test-copies-in-changeset.t#sidedata (25.84s)test-narrow-shallow-merges.t (29.84s)test-mq-guards.t (44.83s)test-hghave.t (3.22s)test-convert-svn-tags.t (0.22s)test-pager.t (16.88s)test-wireproto-command-filedata.t (9.73s)test-qrecord.t (8.83s)test-rebase-parameters.t (31.39s)test-mq-subrepo-svn.t (0.19s)test-revset-legacy-lookup.t (23.83s)test-copies-unrelated.t#changeset (48.63s)test-copies-unrelated.t#compatibility (48.63s)test-copies-unrelated.t#filelog (48.31s)test-copies-unrelated.t#sidedata (48.69s)test-rebase-interruptions.t (25.88s)test-absorb.t (32.36s)test-hardlinks.t (20.86s)test-export.t (16.33s)test-issue3084.t (36.03s)test-merge-no-file-change.t (30.75s)test-verify.t (12.52s)test-narrow-patterns.t (22.42s)test-rebase-dest.t (33.81s)test-branch-change.t (32.47s)test-mq-qpush-fail.t (36.72s)test-narrow-widen-no-ellipsis.t#flat (38.58s)test-narrow-widen-no-ellipsis.t#tree (38.20s)test-commit-interactive-curses.t (0.19s)test-bundle-r.t (27.28s)test-rebase-pull.t (24.95s)test-exchange-obsmarkers-case-A1.t (22.91s)test-rebase-newancestor.t (29.17s)test-sparse.t (30.86s)test-rebase-named-branches.t (24.84s)test-import-bypass.t (17.53s)test-revert-interactive.t (16.31s)test-parse-date.t (23.78s)test-treediscovery-legacy.t (68.03s)test-rebase-rename.t (25.00s)test-narrow-widen.t#flat (35.66s)test-narrow-widen.t#tree (35.90s)test-rebase-cache.t (29.76s)test-journal.t (8.66s)test-help-hide.t (0.61s)test-releasenotes-formatting.t (0.16s)test-mq-qrefresh.t (23.07s)test-histedit-fold-non-commute.t (19.79s)test-gendoc-pt_BR.t (0.19s)test-gendoc-zh_CN.t (0.19s)test-gendoc-zh_TW.t (0.17s)test-exchange-obsmarkers-case-A3.t (23.04s)test-mq-qrefresh-interactive.t (5.40s)test-githelp.t (19.54s)test-copy.t (25.85s)test-wireproto-command-rawstorefiledata.t (6.07s)test-static-http.t (147.73s)test-histedit-non-commute.t (18.06s)test-hgignore.t (13.95s)test-win32text.t (13.19s)test-exchange-obsmarkers-case-C3.t (14.06s)test-gendoc-da.t (0.17s)test-gendoc-el.t (0.19s)test-gendoc-fr.t (0.17s)test-gendoc-it.t (0.19s)test-gendoc-ru.t (0.17s)test-gendoc-sv.t (0.17s)test-share-bookmarks.t#svfs (15.14s)test-share-bookmarks.t#vfs (15.78s)test-mq-qnew.t (28.61s)test-flagprocessor.t (21.50s)test-bheads.t (31.49s)test-diff-ignore-whitespace.t (16.58s)test-bookflow.t (30.22s)test-hgrc.t (11.41s)test-remotefilelog-prefetch.t (0.17s)test-config.t (13.82s)test-http-api.t (5.53s)test-largefiles-cache.t (20.69s)test-encoding.t (8.30s)test-convert-bzr-merges.t (0.17s)test-unamend.t (26.71s)test-single-head.t (17.55s)test-mq-qimport.t (24.48s)test-url-rev.t (16.08s)test-diff-unified.t (11.07s)test-mq-qrefresh-replace-log-message.t (16.60s)test-init.t (46.84s)test-pager-legacy.t (10.99s)test-rebase-base-flag.t (24.66s)test-histedit-base.t (10.21s)test-parseindex.t (6.07s)test-clone-r.t (14.07s)test-bad-extension.t (2.79s)test-hgweb-raw.t (12.74s)test-rebase-mq.t (21.24s)test-exchange-obsmarkers-case-D1.t (12.77s)test-hgweb-removed.t (5.09s)test-eol-patch.t (9.28s)test-automv.t (33.48s)test-exchange-obsmarkers-case-C2.t (13.30s)test-ssh-clone-r.t#sshv1 (13.73s)test-ssh-clone-r.t#sshv2 (13.70s)test-subrepo-relative-path.t (24.03s)test-casecollision-merge.t (31.20s)test-http-clone-r.t (26.05s)test-convert-bzr.t (0.17s)test-bookmarks-corner-case.t (9.04s)test-rename-dir-merge.t (15.72s)test-strip-cross.t (24.78s)test-add.t (24.22s)test-histedit-no-change.t (14.12s)test-narrow-clone.t (35.50s)test-diffstat.t (18.66s)test-convert-splicemap.t (13.16s)test-http-proxy.t (13.20s)test-removeemptydirs.t (16.60s)test-fileset-generated.t (7.76s)test-bundle-phases.t (20.10s)test-exchange-obsmarkers-case-C1.t (12.56s)test-conflict.t (10.23s)test-status-rev.t (7.40s)test-diff-upgrade.t (0.17s)test-pull-update.t (16.46s)test-bisect3.t (12.12s)test-dispatch.t (12.57s)test-narrow-exchange.t#lfs-off (13.54s)test-narrow-exchange.t#lfs-on (14.90s)test-obsolete-changeset-exchange.t (10.37s)test-up-local-change.t (16.09s)test-exchange-obsmarkers-case-D4.t (11.37s)test-eol-update.t (8.86s)test-remotefilelog-push-pull.t (0.19s)test-pull-bundle.t (19.54s)test-share.t (14.01s)test-narrow-exchange-merges.t (13.56s)test-git-interop.t (0.17s)test-absorb-rename.t (17.26s)test-rename-merge1.t (21.18s)test-exchange-obsmarkers-case-B5.t (13.32s)test-copy-move-merge.t (12.67s)test-churn.t (11.95s)test-pull-branch.t (16.26s)test-eol-hook.t (11.36s)test-bundle-type.t (17.79s)test-remotefilelog-linknodes.t (0.17s)test-narrow-trackedcmd.t#flat (12.70s)test-narrow-trackedcmd.t#tree (12.82s)test-notify-changegroup.t (6.47s)test-byteify-strings.t (1.56s)test-rebase-detach.t (18.98s)test-stream-bundle-v2.t (10.34s)test-sparse-profiles.t (12.26s)test-mq-qpush-exact.t (30.32s)test-fastannotate-protocol.t (11.17s)test-hybridencode.py (0.39s)test-rebase-bookmarks.t (21.04s)test-bookmarks-current.t (20.35s)test-convert-hg-source.t (17.25s)test-encoding-align.t (7.53s)test-debugbuilddag.t (7.70s)test-convert-baz.t (0.20s)test-repo-compengines.t (13.65s)test-inherit-mode.t (0.20s)test-infinitepush.t (19.31s)test-releasenotes-merging.t (0.20s)test-convert-hg-startrev.t (13.04s)test-purge.t (15.73s)test-show-work.t (27.90s)test-narrow-strip.t#flat#lfs-off (9.79s)test-narrow-strip.t#flat#lfs-on (11.06s)test-narrow-strip.t#tree#lfs-off (9.82s)test-narrow-strip.t#tree#lfs-on (11.12s)test-merge-commit.t (10.23s)test-audit-path.t (4.50s)test-exchange-obsmarkers-case-B4.t (14.68s)test-fastannotate.t (15.09s)test-narrow-expanddirstate.t (7.67s)test-pathconflicts-merge.t (16.67s)test-remotefilelog-gcrepack.t (0.19s)test-symlinks.t (0.19s)test-exchange-obsmarkers-case-C4.t (12.51s)test-sparse-revlog.t (0.22s)test-mq-safety.t (18.23s)test-directaccess.t (11.75s)test-exchange-obsmarkers-case-A6.t (13.31s)test-template-graph.t (9.06s)test-exchange-obsmarkers-case-A5.t (11.56s)test-basic.t (7.47s)test-remotefilelog-local.t (0.20s)test-narrow-share.t#flat (23.54s)test-narrow-share.t#tree (23.73s)test-hgweb-csp.t (26.51s)test-merge-default.t (10.07s)test-histedit-bookmark-motion.t (8.51s)test-histedit-non-commute-abort.t (9.09s)test-obsolete-tag-cache.t (5.75s)test-diff-binary-file.t (6.92s)test-casefolding.t (26.59s)test-mq-git.t (8.34s)test-mq-qfold.t (13.75s)test-remotefilelog-cacheprocess.t (0.17s)test-patchbomb-bookmark.t (4.89s)test-stack.t (16.59s)test-journal-share.t (8.08s)test-pull-r.t (11.81s)test-paths.t (11.37s)test-contrib-testparseutil.t (0.55s)test-hgweb-no-request-uri.t (1.76s)test-sparse-merges.t (16.25s)test-releasenotes-parsing.t (0.19s)test-diff-indent-heuristic.t#bdiff (1.30s)test-diff-indent-heuristic.t#xdiff (1.73s)test-import-merge.t (16.14s)test-drawdag.t (12.29s)test-patchbomb-tls.t (5.19s)test-exchange-obsmarkers-case-B2.t (11.62s)test-convert-bzr-directories.t (0.19s)test-convert-p4.t (0.20s)test-show-stack.t (18.31s)test-match.py (0.38s)test-narrow-clone-nonlinear.t (25.25s)test-mq-eol.t (8.75s)test-exchange-obsmarkers-case-A4.t (10.33s)test-obsmarkers-effectflag.t (16.84s)test-fastannotate-renames.t (12.09s)test-histedit-drop.t (8.75s)test-rebase-mq-skip.t#continuecommand (15.48s)test-rebase-mq-skip.t#continueflag (15.62s)test-bookmarks-merge.t (13.64s)test-repair-strip.t (0.20s)test-lock-badness.t (0.19s)test-histedit-outgoing.t (10.58s)test-pull.t#sshv1 (13.94s)test-pull.t#sshv2 (13.70s)test-exchange-obsmarkers-case-B6.t (9.90s)test-extension-timing.t (1.14s)test-rebase-emptycommit.t (12.40s)test-cbor.py (0.77s)test-debugbundle.t (3.66s)test-profile.t (11.28s)test-convert-tla.t (0.19s)test-mq-qclone-http.t (30.42s)test-exchange-obsmarkers-case-A2.t (8.70s)test-exchange-obsmarkers-case-D2.t (9.58s)test-status-terse.t (9.39s)test-merge7.t (4.98s)test-phase-archived.t (5.28s)test-hgweb-no-path-info.t (1.78s)test-subrepo-missing.t (9.36s)test-pathconflicts-update.t (12.81s)test-worker.t (3.34s)test-show.t (7.25s)test-addremove-similar.t (9.22s)test-contrib.t (2.31s)test-unionrepo.t (10.47s)test-flags.t (0.17s)test-remotefilelog-gc.t (0.16s)test-commit-multiple.t (7.45s)test-commit-unresolved.t#abortcommand (10.89s)test-commit-unresolved.t#abortflag (10.86s)test-import-eol.t (12.20s)test-logtoprocess.t (0.16s)test-mq-missingfiles.t (10.90s)test-amend-subrepo.t#obsstore-off (13.73s)test-amend-subrepo.t#obsstore-on (12.95s)test-sparse-import.t (7.53s)test-rebase-transaction.t#continuecommand (9.14s)test-rebase-transaction.t#continueflag (9.56s)test-identify.t (23.50s)test-default-push.t (8.98s)test-merge-subrepos.t (10.61s)test-narrow-clone-no-ellipsis.t (32.56s)test-filebranch.t (5.81s)test-mq-qdelete.t (16.78s)test-convert-datesort.t (10.86s)test-sidedata.t (4.88s)test-update-atomic.t (0.20s)test-pending.t (8.27s)test-clone-update-order.t (7.22s)test-fastannotate-perfhack.t (10.78s)test-origbackup-conflict.t (7.66s)test-mq-merge.t (11.62s)test-narrow-pull.t (21.50s)test-merge-local.t (8.17s)test-remotefilelog-http.t (0.17s)test-repo-filters-tiptoe.t (5.36s)test-bugzilla.t (3.20s)test-exchange-obsmarkers-case-D3.t (10.97s)test-remote-hidden.t (8.91s)test-narrow-shallow.t (22.37s)test-merge-halt.t (9.47s)test-branch-option.t (11.61s)test-mac-packages.t (0.22s)test-empty-group.t (6.51s)test-parents.t (7.83s)test-fix-metadata.t (1.20s)test-http-branchmap.t (8.70s)test-children.t (7.83s)test-diff-change.t (9.14s)test-extdata.t (9.28s)test-bundle2-pushback.t#sshv1 (4.78s)test-bundle2-pushback.t#sshv2 (4.95s)test-issue672.t (4.75s)test-rebuildstate.t (8.08s)test-mq-pull-from-bundle.t (9.47s)test-narrow-merge.t#flat (10.34s)test-narrow-merge.t#tree (10.28s)test-exchange-obsmarkers-case-B3.t (9.89s)test-remotefilelog-corrupt-cache.t (0.22s)test-merge-internal-tools-pattern.t (7.73s)test-run-tests.py (0.22s)test-extensions-afterloaded.t (5.98s)test-lfs-bundle.t (9.02s)test-tools.t (1.75s)test-fastannotate-corrupt.t (5.75s)test-narrow-commit.t#flat (10.75s)test-narrow-commit.t#tree (10.73s)test-eol-clone.t (3.97s)test-wireproto-serverreactor.py (0.44s)test-excessive-merge.t (5.73s)test-relink.t (4.55s)test-mq-qqueue.t (13.06s)test-narrow-rebase.t#continuecommand (9.84s)test-narrow-rebase.t#continueflag (9.92s)test-push-cgi.t (0.19s)test-record.t (1.66s)test-convert-darcs.t (0.20s)test-remotefilelog-clone-tree.t (0.19s)test-patch.t (4.48s)test-hgweb-non-interactive.t (1.33s)test-sqlitestore.t (0.17s)test-remotefilelog-clone.t (0.15s)test-arbitraryfilectx.t (2.77s)test-remotefilelog-sparse.t (0.14s)test-cache-abuse.t (21.28s)test-rebase-backup.t (8.30s)test-simple-update.t (6.97s)test-pathconflicts-basic.t (8.94s)test-hooklib-changeset_published.t (2.97s)test-committer.t (5.92s)test-exchange-obsmarkers-case-B7.t (9.12s)test-pull-http.t (10.31s)test-remotefilelog-bundle2-legacy.t (0.19s)test-exchange-obsmarkers-case-B1.t (9.06s)test-remotefilelog-log.t (0.16s)test-rename-after-merge.t (8.92s)test-mq-qdiff.t (8.25s)test-bookmarks-rebase.t (7.47s)test-serve.t (11.50s)test-exchange-obsmarkers-case-A7.t (7.84s)test-revset-outgoing.t (5.69s)test-hooklib-changeset_obsoleted.t (2.20s)test-import-context.t (2.58s)test-remotefilelog-bundle2.t (0.19s)test-eol-add.t (4.45s)test-bundle-vs-outgoing.t (6.25s)test-rebase-partial.t (6.86s)test-update-names.t (5.92s)test-hooklib-reject_merge_commits.t (2.36s)test-mailmap.t (5.20s)test-remotefilelog-bundles.t (0.19s)test-merge-remove.t (8.08s)test-convert-tagsbranch-topology.t (0.20s)test-requires.t (4.41s)test-locate.t (11.16s)test-merge-closedheads.t (10.91s)test-wireproto-clientreactor.py (0.41s)test-contrib-dumprevlog.t (4.78s)test-remotefilelog-pull-noshallow.t (0.19s)test-debugextensions.t (2.02s)test-narrow-clone-stream.t#flat-fncache (29.11s)test-narrow-clone-stream.t#flat-nofncache (29.05s)test-narrow-clone-stream.t#tree (29.17s)test-rebase-legacy.t#continuecommand (2.72s)test-rebase-legacy.t#continueflag (2.52s)test-issue1306.t (4.01s)test-cat.t (10.01s)test-nointerrupt.t (0.20s)test-issue660.t (8.66s)test-issue1175.t (8.12s)test-largefiles-small-disk.t (2.19s)test-convert-clonebranches.t (7.64s)test-oldcgi.t (0.19s)test-impexp-branch.t (6.16s)test-histedit-no-backup.t#abortcommand (4.03s)test-histedit-no-backup.t#abortflag (4.26s)test-narrow-clone-non-narrow-server.t (15.97s)test-issue586.t (7.55s)test-unified-test.t (1.50s)test-rebase-templates.t (5.45s)test-remotefilelog-tags.t (0.19s)test-symlink-placeholder.t (0.19s)test-merge6.t (5.76s)test-narrow-copies.t (7.95s)test-server-view.t (9.14s)test-rebase-issue-noparam-single-rev.t (7.45s)test-dirstate.t (5.03s)test-close-head.t (5.26s)test-url-download.t (13.53s)test-merge-revert2.t (9.62s)test-verify-repo-operations.py (0.19s)test-merge4.t (6.23s)test-addremove.t (7.05s)test-mq-qrename.t (12.56s)test-narrow-update.t (7.92s)test-double-merge.t (2.88s)test-mq-symlinks.t (0.16s)test-ssh-repoerror.t (0.16s)test-wsgirequest.py (0.50s)test-narrow-patch.t#flat (3.33s)test-narrow-patch.t#tree (3.55s)test-glog-topological.t (2.80s)test-sparse-verbose-json.t (5.16s)test-merge9.t (5.44s)test-fuzz-targets.t (0.69s)test-context-metadata.t (3.28s)test-patch-offset.t (1.11s)test-log-exthook.t (1.59s)test-newcgi.t (0.19s)test-update-reverse.t (4.05s)test-wireproto-command-branchmap.t (4.38s)test-manifest.py (2.80s)test-pushvars.t (3.69s)test-histedit-templates.t (3.66s)test-hgwebdirsym.t (0.19s)test-issue1802.t (0.19s)test-revlog-raw.py (1.27s)test-merge-symlinks.t (2.55s)test-branch-tag-confict.t (3.25s)test-custom-filters.t (2.78s)test-narrow-debugcommands.t (3.78s)test-sparse-clone.t (3.11s)test-issue2137.t (1.33s)test-remotefilelog-partial-shallow.t (0.17s)test-eolfilename.t (0.17s)test-merge10.t (4.64s)test-revlog-v2.t (2.78s)test-diffdir.t (6.39s)test-schemes.t (6.05s)test-histedit-merge-tools.t (3.39s)test-mq-qgoto.t (9.02s)test-newercgi.t (0.20s)test-revlog.t (2.30s)test-issue522.t (3.84s)test-hooklib-reject_new_heads.t (2.02s)test-url.py (0.34s)test-editor-filename.t (2.22s)test-import-unknown.t (6.64s)test-journal-exists.t (2.91s)test-unbundlehash.t (4.91s)test-narrow-sparse.t#flat (4.02s)test-narrow-sparse.t#tree (4.23s)test-wireproto-command-known.t (2.95s)test-missing-capability.t (3.47s)test-wireproto-command-listkeys.t (3.64s)test-convert-identity.t (4.33s)test-rename-rev.t (4.91s)test-merge-revert.t (10.06s)test-wireproto-command-heads.t (3.72s)test-encode.t (4.66s)test-permissions.t (0.19s)test-hooklib-enforce_draft_commits.t (3.08s)test-casecollision.t (0.17s)test-ancestor.py (1.25s)test-update-dest.t (3.42s)test-known.t (8.61s)test-remotefilelog-datapack.py (0.88s)test-sparse-fsmonitor.t (0.06s)test-no-symlinks.t (3.52s)test-convert-authormap.t (2.44s)test-subrepo-paths.t (2.25s)test-sparse-requirement.t (2.55s)test-confused-revert.t (5.69s)test-merge2.t (7.33s)test-remotefilelog-permissions.t (0.19s)test-issue1993.t (2.84s)test-issue1502.t (3.37s)test-clone-cgi.t (0.16s)test-sparse-clear.t (3.59s)test-simplemerge.py (0.33s)test-websub.t (3.47s)test-rebase-brute-force.t (6.53s)test-revlog-mmapindex.t (32.20s)test-diff-antipatience.t#bdiff (0.91s)test-diff-antipatience.t#xdiff (1.36s)test-issue1877.t (4.73s)test-gpg.t (0.19s)test-empty-file.t (4.17s)test-lrucachedict.py (0.34s)test-hgk.t (2.70s)test-changelog-exec.t (0.17s)test-diff-hashes.t (2.66s)test-debian-packages.t (0.22s)test-absorb-edit-lines.t (3.47s)test-mactext.t (1.69s)test-remotefilelog-wireproto.t (0.17s)test-convert-bzr-ghosts.t (0.19s)test-docker-packaging.t (0.20s)test-remotefilelog-hgweb.t (0.19s)test-bookmarks-strip.t (3.91s)test-narrow-acl.t (5.75s)test-remotefilelog-keepset.t (0.19s)test-lock.py (0.36s)test-parseindex2.py (0.50s)test-remotefilelog-histpack.py (0.52s)test-diff-subdir.t (2.50s)test-remotefilelog-bad-configs.t (0.17s)test-convert-bzr-114.t (0.19s)test-trusted.py (0.42s)test-narrow-debugrebuilddirstate.t (2.77s)test-unrelated-pull.t (2.77s)test-diff-reverse.t (3.03s)test-revset-dirstate-parents.t (6.44s)test-wireproto-command-pushkey.t (2.52s)test-debugbackupbundle.t (2.92s)test-empty.t (2.05s)test-update-issue1456.t (0.17s)test-merge5.t (3.84s)test-wireproto-framing.py (0.33s)test-narrow-archive.t (5.28s)test-diff-copy-depth.t (5.86s)test-convert-bzr-treeroot.t (0.17s)test-hgweb-bundle.t (4.19s)test-absorb-unfinished.t (2.22s)test-mq-qimport-fail-cleanup.t (2.19s)test-linerange.py (0.33s)test-fix-clang-format.t (0.17s)test-manifest-merging.t (2.48s)test-issue619.t (2.75s)test-merge8.t (2.72s)test-issue842.t (3.08s)test-remotefilelog-blame.t (0.17s)test-linelog.py (2.62s)test-filecache.py (0.41s)test-revlog-group-emptyiter.t (2.22s)test-propertycache.py (0.78s)test-demandimport.py (0.30s)test-pathencode.py (0.73s)test-archive-symlinks.t (0.19s)test-absorb-strip.t (2.00s)test-pull-permission.t (0.19s)test-issue5979.t (3.88s)test-revisions.t (5.36s)test-absorb-filefixupstate.py (0.50s)test-wireproto-command-lookup.t (2.22s)test-context.py (0.84s)test-issue612.t (2.95s)test-debugindexdot.t (3.20s)test-doctest.py (0.39s)test-eol-tag.t (2.17s)test-batching.py (0.45s)test-bdiff.py (0.33s)test-hgweb-auth.py (0.23s)test-nested-repo.t (3.67s)test-minirst.py (0.39s)test-rust-ancestor.py (0.19s)test-execute-bit.t (0.20s)test-issue4074.t (3.20s)test-username-newline.t (1.39s)test-fastannotate-revmap.py (0.53s)test-remotefilelog-share.t (0.17s)test-revlog-packentry.t (1.73s)test-dirstate-nonnormalset.t (2.48s)test-ui-config.py (0.56s)test-diff-issue2761.t (2.89s)test-atomictempfile.py (0.36s)test-strict.t (2.36s)test-util.py (0.34s)test-diff-newlines.t (1.34s)test-rust-discovery.py (0.20s)test-empty-dir.t (1.97s)test-storage.py (3.03s)test-absorb-phase.t (2.56s)test-annotate.py (0.36s)test-extra-filelog-entry.t (1.97s)test-debugrename.t (2.64s)test-issue1438.t (0.17s)test-issue1102.t (2.27s)test-fastannotate-diffopts.t (1.33s)test-revert-unknown.t (2.39s)test-bad-pull.t (5.14s)test-revert-flags.t (0.17s)test-simplekeyvaluefile.py (0.39s)test-issue1089.t (2.16s)test-backwards-remove.t (1.91s)test-wireproto.py (0.39s)test-contrib-emacs.t (0.17s)test-cappedreader.py (0.31s)test-xdg.t (0.17s)test-dirstate-backup.t (0.59s)test-mq-qsave.t (1.58s)test-encoding-func.py (0.19s)test-extensions-wrapfunction.py (0.42s)test-walkrepo.py (0.53s)test-hashutil.py (0.11s)test-rust-revlog.py (0.11s)test-revlog-ancestry.py (1.25s)test-ui-verbosity.py (0.45s)test-filelog.py (0.47s)test-sshserver.py (0.39s)test-hg-parseurl.py (0.47s)test-symlink-os-yes-fs-no.py (1.58s)test-config-env.py (0.42s)test-minifileset.py (0.38s)test-lfs-pointer.py (0.52s)test-duplicateoptions.py (0.67s)test-hgwebdir-paths.py (0.50s)test-ui-color.py (0.48s)test-dispatch.py (0.59s)test-status-inprocess.py (0.48s)test-mdiff.py (0.28s)test-dirs.py (0.28s)