log mercurial/pure/parsers.py @ 53040:cdd7bf612c7b stable tip

age author description
Thu, 13 Feb 2025 13:13:05 +0100 Rapha?l Gom?s index: remember the generaldelta config instead of getting it from the revlog
Mon, 16 Dec 2024 19:46:07 -0500 Matt Harbison typing: add some typehints to `mercurial/pure/parsers.py`
Mon, 16 Dec 2024 18:25:44 -0500 Matt Harbison pure: add an "abstractmethod" and some type hints to parsers.py to help pytype
Wed, 19 Jun 2024 19:10:49 +0200 Rapha?l Gom?s revlog: add the glue to use the Rust `InnerRevlog` from Python
Fri, 27 Sep 2024 03:55:40 +0200 Pierre-Yves David head-revs: add a native implementation of the `stop_rev` parameter
Wed, 25 Sep 2024 17:18:40 +0200 Pierre-Yves David head-revs: teach the pure indexes about the `headrevs` method
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 25 Jul 2024 14:40:38 -0400 Matt Harbison pure: stringify builtin exception messages
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
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
Mon, 02 May 2022 11:40:33 +0200 Rapha?l Gom?s dirstate-entry: add `modified` property
Mon, 28 Mar 2022 23:45:54 +0200 Rapha?l Gom?s dirstate-item: add missing bit of docstring
Tue, 22 Mar 2022 16:33:18 +0100 Rapha?l Gom?s dirstate: remove v1_* methods from Python/C/Rust shared API