log tests/test-setdiscovery.t @ 42742:334c1ea57136

age author description
Tue, 21 May 2019 17:44:15 +0200 Georges Racinet discovery: new devel.discovery.randomize option
Mon, 22 Jul 2019 09:55:05 -0700 Martin von Zweigbergk py3: fix incorrect fix of test-setdiscovery.t in eb27d9eee2cc stable
Thu, 18 Jul 2019 14:23:21 -0400 Augie Fackler py3: fix test-setdiscovery.t on Python 3 by conditionalizing two lines
Tue, 21 May 2019 13:08:22 +0200 Pierre-Yves David discovery: slowly increase sampling size
Tue, 16 Apr 2019 17:26:38 +0200 Pierre-Yves David setdiscovery: stop limiting the number of local head we initially send
Tue, 16 Apr 2019 15:50:20 +0200 Pierre-Yves David debugdiscovery: include the number of heads in all sets
Tue, 26 Mar 2019 17:35:28 +0100 Pierre-Yves David debugdiscovery: display time elapsed during the discovery step
Tue, 26 Mar 2019 17:26:11 +0100 Pierre-Yves David debugdiscovery: drop duplicated information
Tue, 26 Mar 2019 17:25:22 +0100 Pierre-Yves David debugdiscovery: display more statistic about the common set
Sat, 15 Dec 2018 17:52:14 +0900 Yuya Nishihara tests: filter out uninteresting log events
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage
Tue, 10 Apr 2018 18:13:28 -0700 Gregory Szorc httppeer: only advertise partial-pull if capabilities are known
Thu, 18 Jan 2018 12:54:01 +0100 Joerg Sonnenberger wireproto: support for pullbundles
Wed, 04 Apr 2018 16:47:06 -0700 Gregory Szorc tests: use `hg unbundle` in test-setdiscovery.t
Wed, 06 Dec 2017 22:44:51 +0100 Boris Feld setdiscover: allow to ignore part of the local graph
Thu, 30 Nov 2017 15:48:42 -0500 Augie Fackler merge with stable
Sun, 05 Nov 2017 08:23:12 +0100 Boris Feld test-pattern: actually update tests using the patterns
Sat, 11 Nov 2017 12:40:13 +0900 Yuya Nishihara dispatch: verify result of early command parsing stable
Sat, 11 Nov 2017 12:09:19 +0900 Yuya Nishihara dispatch: do not drop unpaired argument at _earlygetopt() stable
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Tue, 03 Oct 2017 13:30:36 -0700 Saurabh Singh test-setdiscovery: make test compatible with chg
Sun, 24 Sep 2017 21:27:18 +0200 Boris Feld pull: use 'phase-heads' to retrieve phase information
Tue, 20 Jun 2017 09:45:02 -0400 Augie Fackler cleanup: use $PYTHON to run python in many more tests
Sat, 10 Jun 2017 18:47:09 +0100 Pierre-Yves David setdiscovery: improves logged message
Sat, 10 Jun 2017 00:11:54 -0400 Matt Harbison test-setdiscovery: stabilize for Windows
Wed, 07 Jun 2017 10:44:11 +0100 Pierre-Yves David discovery: log discovery result in non-trivial cases
Wed, 07 Jun 2017 10:29:39 +0100 Pierre-Yves David discovery: include timing in the debug output
Sat, 24 Dec 2016 15:22:18 -0700 Gregory Szorc httppeer: advertise and support application/mercurial-0.2
Tue, 05 Apr 2016 14:44:18 +0300 Maciej Fijalkowski pypy: fix setdiscovery test
Tue, 12 Jan 2016 21:23:45 -0800 Martin von Zweigbergk changegroup3: introduce experimental.changegroup3 boolean config