log mercurial/pure/parsers.py @ 53042: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
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Sun, 20 Feb 2022 15:03:26 -0700 Gregory Szorc py3: use io.BytesIO directly
Mon, 07 Feb 2022 13:23:58 +0100 pacien revlog: register changelogv2 C implementation in parsers
Thu, 23 Dec 2021 14:48:31 +0100 Rapha?l Gom?s revlog: remove deprecated APIs
Wed, 15 Dec 2021 15:28:41 +0100 Pierre-Yves David rank: actually persist revision's rank in changelog-v2
Tue, 14 Dec 2021 23:56:38 +0100 Pierre-Yves David rank: add a "rank" value to the revlog-entry tuple
Tue, 14 Dec 2021 19:24:24 +0100 Pierre-Yves David changelog-v2: use helper constant in the code to pack/unpack entries
Wed, 15 Dec 2021 15:28:30 +0100 Pierre-Yves David revlog: add some information about the revision we cannot find
Wed, 24 Nov 2021 04:43:57 +0100 Pierre-Yves David dirstate-item: make sure we load `mtime-second-ambiguous` from disk
Wed, 24 Nov 2021 05:00:06 +0100 Pierre-Yves David dirstate-item: make sure we set the mtime-second-ambiguous on v2 write
Wed, 24 Nov 2021 04:59:48 +0100 Pierre-Yves David dirstate-item: ignore mtime to write v1 when `mtime-second-ambiguous` is set
Wed, 24 Nov 2021 04:51:05 +0100 Pierre-Yves David dirstate-item: implement the comparison logic for mtime-second-ambiguous
Wed, 24 Nov 2021 04:40:00 +0100 Pierre-Yves David dirstate-item: add a "second_ambiguous` flag in the mtime tuple