mercurial/pure/parsers.py
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
Fri, 19 Nov 2021 03:04:42 +0100 Pierre-Yves David dirstate: remove need_delay logic
Wed, 17 Nov 2021 10:26:48 +0100 Pierre-Yves David dirstate-item: allow mtime to be None in "parentdata"
Wed, 20 Oct 2021 00:21:41 +0200 Pierre-Yves David dirstate-v2: reorder flag to group related one together
Tue, 19 Oct 2021 18:18:05 +0200 Pierre-Yves David dirstate-v2: adjust the meaning of directory flags
Thu, 14 Oct 2021 13:54:39 +0200 Simon Sapin dirstate: ignore sub-second component when either is zero in mtime
Tue, 19 Oct 2021 22:04:14 +0200 Pierre-Yves David dirstate-v2: add a new MTIME_SECOND_AMBIGUOUS flags
Mon, 18 Oct 2021 11:23:07 +0200 Simon Sapin dirstate: store mtimes with nanosecond precision in memory
Mon, 18 Oct 2021 10:56:54 +0200 Pierre-Yves David dirstate-v2: preserve the fallback values on disk
Mon, 18 Oct 2021 20:02:05 +0200 Pierre-Yves David dirstate: make DirstateItem constructor accept fallback value
Mon, 18 Oct 2021 20:02:15 +0200 Pierre-Yves David dirstate: add a concept of "fallback" flags to dirstate item
Fri, 15 Oct 2021 16:33:19 +0200 Pierre-Yves David dirstate-v2: adds two flag to track the presence of some unrecorded files
Fri, 15 Oct 2021 16:12:00 +0200 Simon Sapin dirstate-v2: adds a flag to mark a file as modified
Thu, 14 Oct 2021 16:39:16 +0200 Simon Sapin dirstate-v2: Separate HAS_FILE_MTIME and HAS_DIRECTORY_MTIME flags
Thu, 14 Oct 2021 15:05:04 +0200 Simon Sapin dirstate-v2: Use attributes as intended instead of properties in v2_data()
Thu, 22 Jul 2021 17:31:37 +0200 Raphaël Gomès dirstate-v2: Initial Python serializer
Sun, 03 Oct 2021 13:18:03 +0200 Simon Sapin dirstate-v2: initial Python parser
Mon, 11 Oct 2021 18:23:17 +0200 Simon Sapin dirstate-v2: Document flags/mode/size/mtime fields of tree nodes
Fri, 01 Oct 2021 09:29:50 +0200 Pierre-Yves David dirstate-item: drop the legacy new_normal constructor
Fri, 01 Oct 2021 09:29:32 +0200 Pierre-Yves David dirstate-item: replace call to new_normal
Fri, 01 Oct 2021 09:28:19 +0200 Pierre-Yves David dirstate-item: replace a call to new_normal
Fri, 01 Oct 2021 09:25:13 +0200 Pierre-Yves David dirstate-item: drop the legacy new_possibly_dirty constructor
Fri, 01 Oct 2021 09:24:48 +0200 Pierre-Yves David dirstate-item: replace call to new_possibly_dirty
Fri, 01 Oct 2021 09:23:28 +0200 Pierre-Yves David dirstate-item: drop the legacy new_from_p2 constructor
Fri, 01 Oct 2021 09:21:52 +0200 Pierre-Yves David dirstate-item: replace call to new_from_p2
Fri, 01 Oct 2021 09:16:53 +0200 Pierre-Yves David dirstate-item: drop the legacy new_added constructor
Fri, 01 Oct 2021 09:15:03 +0200 Pierre-Yves David dirstate-item: replace call to new_added
Fri, 01 Oct 2021 09:14:10 +0200 Pierre-Yves David dirstate-item: drop the legacy new_merged constructor
Fri, 01 Oct 2021 09:12:52 +0200 Pierre-Yves David dirstate-item: replace call to new_merged
Fri, 01 Oct 2021 03:30:00 +0200 Pierre-Yves David dirstate-item: drop the `merged` property
Fri, 01 Oct 2021 03:29:33 +0200 Pierre-Yves David dirstate-item: replace another usage of `merged`
Fri, 01 Oct 2021 03:26:12 +0200 Pierre-Yves David dirstate-item: drop the `from_p2` property
Fri, 01 Oct 2021 03:24:57 +0200 Pierre-Yves David dirstate-item: directly use `p2_info` in `v1_size`
Fri, 01 Oct 2021 04:07:21 +0200 Pierre-Yves David dirstate-item: introduce a `p1_tracked` property
Fri, 01 Oct 2021 04:04:09 +0200 Pierre-Yves David dirstate-item: introduce a `p2_info` property that combine two others
Fri, 01 Oct 2021 20:35:30 +0200 Pierre-Yves David dirstate-item: change the internal storage and constructor value
Thu, 30 Sep 2021 18:07:31 +0200 Pierre-Yves David dirstate-item: point out that `merged` is set only with p1_tracked
Wed, 29 Sep 2021 01:23:10 +0200 Pierre-Yves David dirstate-item: update the attribute documentation
Fri, 01 Oct 2021 03:50:37 +0200 Pierre-Yves David dirstate-item: use `any_tracked` more
Fri, 01 Oct 2021 03:49:03 +0200 Pierre-Yves David dirstate-item: drop an outdated comments
Wed, 29 Sep 2021 14:52:44 +0200 Pierre-Yves David dirstate-entry: use `?` for the state of entry without any tracking
Wed, 29 Sep 2021 14:51:31 +0200 Pierre-Yves David dirstate-item: introduce a `any_tracked` property
Wed, 29 Sep 2021 14:41:19 +0200 Pierre-Yves David dirstate-item: introduce a `maybe_clean` property
Tue, 28 Sep 2021 20:00:19 +0200 Pierre-Yves David dirstate: drop the from_p2_removed method
less more (0) -100 -60 tip