log mercurial/setdiscovery.py @ 51936:c6899b334d56 default tip

age author description
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):