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