tests/test-setdiscovery.t
Tue, 26 Jul 2022 10:34:20 +0200 Pierre-Yves David debug-discovery: gather the right number of roundtrips for tree discovery stable
Tue, 26 Jul 2022 10:04:06 +0200 Pierre-Yves David debug-discovery: also gather details on tree-discovery queries type stable
Mon, 14 Mar 2022 05:59:20 +0100 Pierre-Yves David discovery: also audit the number of queries done
Fri, 16 Apr 2021 16:21:26 -0700 Kyle Lippincott chg: pass --no-profile to disable profiling when starting hg serve
Mon, 15 Mar 2021 17:09:42 +0100 Pierre-Yves David debugdiscovery: also integrate the discovery output in the json one
Mon, 15 Mar 2021 16:55:03 +0100 Pierre-Yves David debugdiscovery: add support for Json output
Fri, 29 Jan 2021 15:23:07 +0100 Pierre-Yves David debugdiscovery: add flags to run discovery on subsets of the local repo
Sun, 17 Jan 2021 23:21:33 +0100 Pierre-Yves David discovery: add config options to control sample size
Sat, 16 Jan 2021 01:02:03 +0100 Pierre-Yves David discovery: add a devel.discovery.exchange-heads
Sat, 16 Jan 2021 00:48:11 +0100 Pierre-Yves David discovery: add a discovery.grow-sample.rate
Fri, 11 Dec 2020 12:51:09 +0100 Pierre-Yves David debugdiscovery: display the number of roundtrip used
Sun, 06 Dec 2020 14:45:19 +0100 Pierre-Yves David debugdiscovery: display some information about the initial "undecided" set
Sun, 06 Dec 2020 06:19:15 +0100 Pierre-Yves David debugdiscovery: add some data about the shapes of the sets
Wed, 15 Jul 2020 09:51:11 +0200 Manuel Jacob discovery: weaken claim about returned common heads if ancestorsof are given
Sat, 27 Apr 2019 02:04:05 +0200 Pierre-Yves David discovery: replace "heads" by "changesets" in a output note (BC)
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
Fri, 11 Dec 2015 11:23:49 -0500 Augie Fackler changegroup: introduce cg3, which has support for exchanging treemanifests
Mon, 05 Oct 2015 00:23:20 -0700 Pierre-Yves David incoming: request a bundle2 when possible (BC)
Mon, 08 Jun 2015 14:55:40 -0500 Matt Mackall tests: drop DAEMON_PIDS from killdaemons calls
Mon, 08 Jun 2015 14:44:30 -0500 Matt Mackall tests: drop explicit $TESTDIR from executables
Sat, 09 May 2015 23:40:40 -0700 Pierre-Yves David progress: get the extremely verbose output out of default debug
Tue, 17 Mar 2015 21:47:47 -0400 Matt Harbison tests: replace uses of 'seq' with portable 'seq.py'
Wed, 07 Jan 2015 17:28:51 -0800 Pierre-Yves David setdiscovery: always add exponential sample to the heads
Wed, 07 Jan 2015 17:23:21 -0800 Pierre-Yves David setdiscovery: directly run '_updatesample'
Wed, 07 Jan 2015 12:09:51 -0800 Pierre-Yves David setdiscovery: randomly pick between heads and sample when taking full sample
Thu, 18 Dec 2014 12:33:17 -0800 Eric Sumner incoming: handle phases the same as pull
Thu, 06 Nov 2014 01:48:29 +0100 Mads Kiilerich discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650
Sat, 01 Nov 2014 23:52:53 +0000 Pierre-Yves David setdiscovery: limit the size of all sample (issue4411) stable 3.2
Mon, 27 Oct 2014 17:52:33 +0100 Pierre-Yves David setdiscovery: limit the size of the initial sample (issue4411) stable
Fri, 15 Aug 2014 03:24:40 +0200 Mads Kiilerich incoming: don't request heads that already are common stable
Fri, 15 Aug 2014 03:24:40 +0200 Mads Kiilerich tests: improve test coverage for discovery and actual parameters for pulling stable
less more (0) -60 tip