log

age author description
Fri, 10 Jul 2020 10:03:05 +0200 Manuel Jacob procutil: use mercurial.windows.winstdout only on Python 2 and TTYs
Fri, 10 Jul 2020 09:59:36 +0200 Manuel Jacob procutil: split if condition
Fri, 10 Jul 2020 09:55:38 +0200 Manuel Jacob procutil: explain better why line buffering is not possible
Tue, 07 Jul 2020 12:13:40 +0200 Manuel Jacob tests: make subprocess handling reusable for different tests in test-stdio.py
Sat, 11 Jul 2020 06:03:22 +0200 Manuel Jacob procutil: back out 8403cc54bc83 (make ....procutil.stderr unbuffered)
Thu, 09 Jul 2020 02:16:26 +0200 Pierre-Yves David test-clone-uncompressed: use config to silence the lock warning
Thu, 21 May 2020 18:18:50 +0200 Joerg Sonnenberger hooklib: fix detection of successors for changeset_obsoleted
Thu, 09 Jul 2020 20:46:52 -0700 Rodrigo Damazio Bovendorp fix: prefetch file contents
Thu, 09 Jul 2020 20:45:35 -0700 Rodrigo Damazio Bovendorp fix: obtain base paths before starting workers
Thu, 09 Jul 2020 18:48:55 -0700 Rodrigo Damazio Bovendorp scmutil: allowing different files to be prefetched per revision
Sat, 11 Jul 2020 00:31:21 +0530 Pulkit Goyal tests: update test-devel-warnings.t output with chg
Tue, 07 Jul 2020 11:10:07 +0200 Manuel Jacob tests: make names in test-stdio.py more distinctive
Tue, 07 Jul 2020 12:35:29 +0200 Manuel Jacob tests: terminate subprocess in test-stdio.py in case of exception
Tue, 07 Jul 2020 11:06:37 +0200 Manuel Jacob tests: proof test-stdio.py against buffer fill-up
Thu, 09 Jul 2020 23:03:34 -0400 Matt Harbison tests: stablize test-serve.t on Windows
Mon, 06 Jul 2020 21:08:15 +0200 Pierre-Yves David commitctx: document the manifest writing function
Mon, 06 Jul 2020 19:16:04 +0200 Pierre-Yves David commitctx: reorder some conditional for efficiency in _filecommit
Mon, 06 Jul 2020 18:52:19 +0200 Pierre-Yves David commitctx: document _filecommit input and output
Tue, 07 Jul 2020 21:57:46 +0200 Joerg Sonnenberger phases: replace magic number by constant
Mon, 22 Jun 2020 00:00:07 +0200 Joerg Sonnenberger clonebundles: optional memory-requirement attribution
Tue, 09 Jun 2020 11:22:31 +0200 Joerg Sonnenberger util: provide a helper function to estimate RAM size
Thu, 02 Jul 2020 19:59:59 +0200 Joerg Sonnenberger tests: allow timing difference in output
Mon, 22 Jun 2020 13:32:20 +0200 Pierre-Yves David documentation: add some internals documentation about bid merge
Sun, 28 Jun 2020 17:32:32 +0900 Yuya Nishihara cmdserver: document message-encodings and channel output options
Sat, 27 Jun 2020 21:46:23 +0900 Yuya Nishihara cmdserver: add option to not exit from message loop on SIGINT
Mon, 06 Jul 2020 17:51:18 +0200 Manuel Jacob pycompat: remove pycompat.{stdin,stdout,stderr}
Mon, 06 Jul 2020 17:44:25 +0200 Manuel Jacob pycompat: change users of pycompat.{stdin,stdout,stderr} to use procutil.std*
Mon, 06 Jul 2020 10:30:55 +0200 Antoine Cezar hgignore: add mypy cache files
Mon, 06 Jul 2020 14:30:13 +0200 Joerg Sonnenberger revlog: avoid hard-coded hash sizes
Fri, 03 Jul 2020 19:00:01 +0200 Pierre-Yves David test: restore expected output in test-persistent-nodemap.t