log mercurial/policy.py @ 52032:09a54892b7ee

age author description
Tue, 08 Oct 2024 21:46:22 +0200 Pierre-Yves David branching: merge stable into default
Tue, 08 Oct 2024 15:54:59 +0200 Pierre-Yves David module-policy: ignore empty module policy stable
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Wed, 24 Jul 2024 18:17:00 -0400 Matt Harbison typing: narrow the scope of some recent disabled import warnings
Sat, 20 Jul 2024 17:03:30 -0400 Matt Harbison typing: add type hints to `mercurial.policy`
Thu, 18 Jul 2024 12:03:29 +0200 Raphaël Gomès pytype: work around wrong ImportError flagging
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:03:29 +0200 Raphaël Gomès pytype: work around wrong ImportError flagging
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Mon, 02 May 2022 11:40:33 +0200 Raphaël Gomès dirstate-entry: add `modified` property
Mon, 21 Feb 2022 12:36:04 -0700 Gregory Szorc policy: remove Python 2.7 compatibility code
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
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
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)
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Thu, 07 Nov 2019 13:18:19 -0500 Augie Fackler cleanup: remove pointless r-prefixes on double-quoted strings
Sun, 06 Oct 2019 17:45:05 -0400 Gregory Szorc py3: stop normalizing 2nd argument of *attr() to unicode
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sat, 05 Oct 2019 10:29:34 -0400 Augie Fackler style: run a patched black on a subset of mercurial
Wed, 29 May 2019 13:27:56 +0200 Georges Racinet rust: module policy with importrust
Tue, 16 May 2017 11:00:38 -0700 Martin von Zweigbergk util: make util.dirs() and util.finddirs() include root directory (API)
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