mercurial/cext/parsers.c
Mon, 06 Jun 2022 13:58:32 +0400 Anton Shestakov parsers: drop one extra argument to PyErr_Format
Tue, 22 Mar 2022 16:33:18 +0100 Raphaël Gomès dirstate: remove v1_* methods from Python/C/Rust shared API
Tue, 29 Mar 2022 14:27:45 +0200 Raphaël Gomès merge: stable into default
Mon, 28 Mar 2022 17:24:41 +0200 Raphaël Gomès dirstate-cext: properly invalidate mtime and data in `set_untracked` stable
Sun, 20 Feb 2022 16:09:02 -0700 Gregory Szorc cext: remove PY23()
Sun, 20 Feb 2022 15:48:35 -0700 Gregory Szorc cext: use PyLong symbols
Sun, 20 Feb 2022 15:47:13 -0700 Gregory Szorc cext: remove Python 2 support
Sun, 20 Feb 2022 15:40:39 -0700 Gregory Szorc cext: remove Python 2 module initializer functions
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 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"
Mon, 15 Nov 2021 19:53:01 -0800 Gregory Szorc cext: define S_IFLNK on Python 2.7 and Windows stable
Wed, 20 Oct 2021 18:25:49 +0200 Raphaël Gomès parsers: don't ask about symlinks on platforms that don't support them
Wed, 20 Oct 2021 18:05:16 +0200 Raphaël Gomès parsers: don't ask about the exec bit on platforms that don't have it
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 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: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, 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
Fri, 01 Oct 2021 09:29:50 +0200 Pierre-Yves David dirstate-item: drop the legacy new_normal constructor
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:23:28 +0200 Pierre-Yves David dirstate-item: drop the legacy new_from_p2 constructor
Fri, 01 Oct 2021 09:16:53 +0200 Pierre-Yves David dirstate-item: drop the legacy new_added constructor
Fri, 01 Oct 2021 09:14:10 +0200 Pierre-Yves David dirstate-item: drop the legacy new_merged constructor
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
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
Thu, 30 Sep 2021 18:06:34 +0200 Simon Sapin dirstate-item: Make constructor parameters optional
Tue, 28 Sep 2021 20:00:19 +0200 Pierre-Yves David dirstate: drop the from_p2_removed method
Tue, 28 Sep 2021 19:29:44 +0200 Pierre-Yves David dirstate: inline the `from_p2_removed` logic
Tue, 28 Sep 2021 19:15:46 +0200 Pierre-Yves David dirstate: drop the merged_removed method
Tue, 28 Sep 2021 19:12:44 +0200 Pierre-Yves David dirstate: inline the merged_removed logic
Tue, 28 Sep 2021 20:05:37 +0200 Pierre-Yves David dirstate: drop all logic around the "non-normal" sets
Wed, 22 Sep 2021 17:46:29 +0200 Pierre-Yves David dirstate: use a new `drop_merge_data` in `setparent`
Wed, 22 Sep 2021 11:33:29 +0200 Simon Sapin dirstate: Use the Rust implementation of DirstateItem when Rust is enabled
Thu, 23 Sep 2021 16:52:35 +0900 Yuya Nishihara dirstate: fix leak of entry object in dirstate_item_from_v1_data()
Thu, 23 Sep 2021 16:44:17 +0900 Yuya Nishihara dirstate: fix parse_dirstate() to error out if NULL entry created
Mon, 20 Sep 2021 20:21:35 +0200 Simon Sapin dirstate: Remove the `state == ' '` special case
Wed, 15 Sep 2021 18:05:39 +0200 Pierre-Yves David dirstate: introduce a set_tracked method on "map" and "item"
Thu, 16 Sep 2021 16:42:16 -0700 Martin von Zweigbergk dirstate: fix compilation warnings in `dirstate_item_set_possibly_dirty()`
Thu, 16 Sep 2021 16:29:55 -0700 Martin von Zweigbergk dirstate: make dirstate flags char be unsigned
Thu, 02 Sep 2021 03:59:35 +0200 Pierre-Yves David dirstate: introduce a `set_clean` method on dirstate's map and items
Mon, 30 Aug 2021 21:18:29 +0200 Pierre-Yves David dirstate-item: move the C implementation to the same logic
Tue, 31 Aug 2021 09:23:50 +0200 Pierre-Yves David dirstate-item: introduce low level C function
Fri, 27 Aug 2021 20:06:07 +0200 Pierre-Yves David dirstate-item: factor some code in the C implementation
Fri, 27 Aug 2021 19:19:21 +0200 Pierre-Yves David dirstate-item: `dirstate_item_from_v1_data` replaces make_dirstate_item
Thu, 26 Aug 2021 16:39:00 +0200 Pierre-Yves David dirstate-item: drop the deprecated __getitem__ variante
Fri, 16 Jul 2021 18:12:27 +0200 Pierre-Yves David dirstate-item: add dedicated "legacy" constructor for `addfile` case
Fri, 16 Jul 2021 16:52:53 +0200 Pierre-Yves David dirstate-item: feed more information to `__init__`
Fri, 20 Aug 2021 18:11:49 +0200 Pierre-Yves David dirstate-item: fix the declaration of the Cext `from_v1_meth`
less more (0) -100 -60 tip