Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
Wed, 23 Nov 2022 14:42:11 +0100 |
Raphaël Gomès |
python-compat: adapt to Python 3.11 BC breakage with `random.sample`
stable
|
Mon, 14 Mar 2022 05:59:20 +0100 |
Pierre-Yves David |
discovery: also audit the number of queries done
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 04 May 2021 14:18:06 +0200 |
Pierre-Yves David |
revlog: do not call Rust code if the index is not compatible with it
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Mon, 29 Mar 2021 01:35:54 +0200 |
Joerg Sonnenberger |
setdiscovery: simplify by using tiprev directly
|
Wed, 17 Mar 2021 19:06:00 +0100 |
Pierre-Yves David |
setdiscovery: add a discovery.grow-sample.dynamic option
|
Wed, 17 Mar 2021 19:10:28 +0100 |
Pierre-Yves David |
setdiscovery: rearrange code deciding if we will grow the sample
|
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
|