mercurial/cext/parsers.c
Mon, 02 May 2022 11:40:33 +0200 Raphaël Gomès dirstate-entry: add `modified` property
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`
Fri, 20 Aug 2021 22:30:30 +0200 Pierre-Yves David dirstate-item: fix Cext declaration of dm_nonnormal and dm_otherparent
Fri, 20 Aug 2021 11:27:01 +0200 Pierre-Yves David dirstatemap: replace `removefile` by an explicit `entry.set_untracked()`
Wed, 14 Jul 2021 22:06:13 +0200 Pierre-Yves David dirstate-item: introduce a `dm_otherparent` property
Wed, 14 Jul 2021 21:59:18 +0200 Pierre-Yves David dirstate-item: introduce a `dm_nonnormal` property
Mon, 19 Jul 2021 06:29:30 +0200 Pierre-Yves David dirstate-item: add a `set_possibly_dirty` method
Tue, 13 Jul 2021 13:06:50 +0200 Pierre-Yves David dirstate-item: add a `from_v1_data` constructor
Sun, 04 Jul 2021 22:27:29 +0200 Pierre-Yves David dirstate-item: rename the class to DirstateItem
Sun, 04 Jul 2021 02:37:38 +0200 Pierre-Yves David dirstate-entry: add a `mtime` property
Sun, 04 Jul 2021 02:34:24 +0200 Pierre-Yves David dirstate-entry: add a `size` property
Sun, 04 Jul 2021 02:33:21 +0200 Pierre-Yves David dirstate-entry: add a `mode` property
Sun, 04 Jul 2021 02:13:53 +0200 Pierre-Yves David dirstate-entry: add a `need_delay` method
Sun, 04 Jul 2021 02:12:54 +0200 Pierre-Yves David dirstate-entry: add a `tracked` property
Sun, 04 Jul 2021 01:44:43 +0200 Pierre-Yves David dirstate-entry: add a `added` property
Sun, 04 Jul 2021 01:14:15 +0200 Pierre-Yves David dirstate-entry: restrict `from_p2` property to tracked file
Sat, 03 Jul 2021 20:34:09 +0200 Pierre-Yves David dirstate-entry: `merged_removed` and `from_p2_removed` properties
Sat, 03 Jul 2021 04:18:54 +0200 Pierre-Yves David dirstate-entry: add a `removed` property
Sat, 03 Jul 2021 04:26:28 +0200 Pierre-Yves David dirstate-entry: add a `from_p2` property
Sat, 03 Jul 2021 04:07:21 +0200 Pierre-Yves David dirstate-entry: add a `merged` property
Sun, 04 Jul 2021 03:29:20 +0200 Pierre-Yves David dirstate-entry: add a `state` property (and use it)
Sat, 03 Jul 2021 04:01:17 +0200 Pierre-Yves David dirstate-entry: introduce dedicated accessors for v1 serialization
Tue, 04 May 2021 14:16:26 +0200 Pierre-Yves David revlog: signal which revlog index are compatible with Rust
Mon, 03 May 2021 18:19:16 +0200 Pierre-Yves David revlog: add a "data compression mode" entry in the index tuple
Fri, 30 Apr 2021 02:11:58 +0200 Joerg Sonnenberger manifests: push down expected node length into the parser @default
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 20 Jan 2021 18:35:12 +0100 Raphaël Gomès cext: add support for revlogv2
Wed, 08 Jul 2020 00:36:36 +0200 Joerg Sonnenberger phases: sparsify phaseroots and phasesets
Sat, 09 Nov 2019 13:23:51 +0100 Pierre-Yves David index: add a `get_rev` method (API)
Sat, 09 Nov 2019 13:23:51 +0100 Pierre-Yves David index: add a `rev` method (API)
Sun, 03 Nov 2019 00:01:09 +0100 Pierre-Yves David index: add a `has_node` method (API)
Tue, 16 May 2017 11:00:38 -0700 Martin von Zweigbergk util: make util.dirs() and util.finddirs() include root directory (API)
Mon, 06 May 2019 22:50:34 +0200 Raphaël Gomès rust-dirstate: add rust-cpython bindings to the new parse/pack functions
Tue, 09 Apr 2019 21:59:37 +0900 Yuya Nishihara cext: cast s# arguments of Py_BuildValue() to Py_ssize_t
Thu, 04 Apr 2019 15:21:30 -0700 Gregory Szorc cext: make parsers.c PY_SSIZE_T_CLEAN
Thu, 24 Jan 2019 10:21:59 -0500 Augie Fackler cleanup: use clang-tidy to add missing {} around one-line statements
Thu, 20 Dec 2018 01:26:39 -0500 Augie Fackler parsers: better bounds checking in fm1readmarkers
Wed, 19 Dec 2018 23:51:02 -0500 Augie Fackler parsers: remove long-dead parse_manifest method
Thu, 15 Nov 2018 11:10:52 +0100 Boris Feld cext: increment the `parsers` module version
Wed, 05 Sep 2018 09:36:31 -0700 Gregory Szorc merge with stable
Wed, 05 Sep 2018 20:52:22 +0900 Yuya Nishihara dirstate: use tuple interface to fix leak in pack_dirstate() stable
Sun, 05 Aug 2018 00:42:07 -0700 Martin von Zweigbergk shortest: use nodetree for finding shortest node within revset
Fri, 06 Jul 2018 07:53:23 -0700 Martin von Zweigbergk index: make node tree a Python object
Fri, 20 Jul 2018 08:10:32 -0700 Martin von Zweigbergk index: don't include nullid in len()
Wed, 01 Aug 2018 10:57:14 -0700 Martin von Zweigbergk index: replace insert(-1, e) method by append(e) method
Wed, 02 May 2018 23:17:58 -0700 Martin von Zweigbergk revlog: use node tree (native code) for shortest() calculation
Sat, 03 Mar 2018 06:18:47 -0500 Yuya Nishihara py3: bulk-replace 'const char*' format specifier passed to PyArg_ParseTuple*()
Sat, 03 Mar 2018 06:08:22 -0500 Yuya Nishihara py3: bulk-replace bytes format specifier passed to Py_BuildValue()
Wed, 06 Dec 2017 15:46:41 +0100 Joerg Sonnenberger phases: drop the list with phase of each rev, always comput phase sets
Mon, 16 Oct 2017 14:53:57 -0400 Augie Fackler parsers: allow clang-format here
Mon, 16 Oct 2017 14:49:35 -0400 Augie Fackler cext: add /* header */ comment to all PyVarObject_HEAD_INIT() calls
Mon, 02 Oct 2017 19:28:41 +0100 Gregory Szorc cext: wrap before brace for functions
Mon, 02 Oct 2017 19:06:00 +0100 Gregory Szorc cext: reorder #include
Sun, 23 Apr 2017 12:59:42 +0900 Yuya Nishihara encoding: add function to test if a str consists of ASCII characters
Sun, 23 Apr 2017 14:47:52 +0900 Yuya Nishihara encoding: add fast path of jsonescape() (issue5533)
Mon, 14 Aug 2017 13:35:26 +0900 Yuya Nishihara cext: move PyInt macros to charencode.c properly
Mon, 31 Jul 2017 22:58:06 +0900 Yuya Nishihara cext: modernize charencode.c to use Py_ssize_t
Sun, 21 May 2017 14:23:22 +0900 Yuya Nishihara cext: factor out header for charencode.c
Mon, 31 Jul 2017 22:28:27 +0900 Yuya Nishihara cext: split character encoding functions to new compilation unit
Mon, 31 Jul 2017 22:12:24 +0900 Yuya Nishihara cext: move _dict_new_presized() to header
Sun, 21 May 2017 13:41:01 +0900 Yuya Nishihara cext: mark constant variables
less more (0) -120 tip