log mercurial/setdiscovery.py @ 42425:b9ff059fd194

age author description
Wed, 05 Jun 2019 11:23:25 +0200 Pierre-Yves David discovery: be more conservative when adjusting the sample size
Thu, 08 Mar 2018 11:08:24 -0800 Martin von Zweigbergk setdiscovery: make progress on most connected groups each roundtrip
Tue, 21 May 2019 13:08:22 +0200 Pierre-Yves David discovery: slowly increase sampling size
Wed, 17 Apr 2019 14:37:06 +0200 Joerg Sonnenberger setdiscovery: fix a few typos
Tue, 16 Apr 2019 17:26:38 +0200 Pierre-Yves David setdiscovery: stop limiting the number of local head we initially send
Thu, 11 Apr 2019 18:10:07 +0200 Georges Racinet discovery: stop direct use of attribute of partialdiscovery
Thu, 14 Mar 2019 19:13:45 +0000 Pierre-Yves David discovery: fix embarrassing typo in slice definition
Thu, 07 Mar 2019 01:28:24 +0100 Pierre-Yves David discovery: clarify why the caching of children is valid
Thu, 28 Feb 2019 01:49:10 +0100 Pierre-Yves David discovery: explicitly use `undecided` for the children mapping
Thu, 28 Feb 2019 01:48:20 +0100 Pierre-Yves David discovery: cache the children mapping used during each discovery
Thu, 28 Feb 2019 01:15:45 +0100 Pierre-Yves David discovery: move children computation in its own method
Tue, 05 Mar 2019 15:39:54 +0100 Pierre-Yves David discovery: simplify the building of the children mapping
Tue, 05 Mar 2019 15:52:14 +0100 Pierre-Yves David discovery: simply walk the undecided revs when building the children mapping
Thu, 28 Feb 2019 00:56:27 +0100 Pierre-Yves David discovery: use a lower level but faster way to retrieve parents
Thu, 28 Feb 2019 00:12:12 +0100 Pierre-Yves David discovery: avoid computing identical sets of heads twice