log mercurial/phases.py @ 51415:1df8d84e7c99

age author description
Wed, 21 Feb 2024 11:59:28 +0100 Pierre-Yves David phases: gather the logic for phasesets update in a single method
Wed, 21 Feb 2024 12:01:09 +0100 Pierre-Yves David phases: fix an overzealous invalidation of the phase sets
Wed, 21 Feb 2024 11:04:56 +0100 Pierre-Yves David phases: type annotation for `_phasesets`
Tue, 20 Feb 2024 23:46:21 +0100 Pierre-Yves David phases: leverage the collected information to record phase update
Wed, 21 Feb 2024 10:41:09 +0100 Pierre-Yves David phases: large rewrite on retract boundary
Thu, 22 Feb 2024 15:49:21 +0100 Pierre-Yves David phases: fast path public phase advance when everything is public
Wed, 21 Feb 2024 15:24:22 +0100 Pierre-Yves David phases: fast path retract of public phase
Tue, 20 Feb 2024 21:40:13 +0100 Pierre-Yves David phases: keep internal state as rev-num instead of node-id
Tue, 20 Feb 2024 21:40:08 +0100 Pierre-Yves David phases: do filtering at read time
Tue, 20 Feb 2024 21:38:01 +0100 Pierre-Yves David phases: always write with a repo
Tue, 20 Feb 2024 17:18:15 +0100 Pierre-Yves David phases: mark `phasecache.phaseroots` private
Tue, 20 Feb 2024 14:21:18 +0100 Pierre-Yves David phases: explicitly filter stripped revision at strip time
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Wed, 20 Dec 2023 11:23:09 +0100 Pierre-Yves David pytype: convert type comment for inline variable too
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Mon, 06 Nov 2023 23:17:10 +0100 Pierre-Yves David unstable: do not consider internal phases when computing unstable
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 02 Feb 2023 17:34:17 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Wed, 08 Mar 2023 11:00:30 +0100 Pierre-Yves David revset: add `_internal()` predicate
Thu, 09 Mar 2023 01:26:04 +0100 Jason R. Coombs bundle: include required phases when saving a bundle (issue6794)
Tue, 07 Mar 2023 04:50:29 +0100 Pierre-Yves David revset: include all non-public phases in _notpublic
Tue, 16 Aug 2022 19:04:23 +0200 Pierre-Yves David phase: introduce a dedicated requirement for the `archived` phase
Tue, 16 Aug 2022 18:20:42 +0200 Pierre-Yves David phase: introduce a dedicated function to check for the archived phase
Tue, 31 May 2022 22:50:01 +0200 Manuel Jacob py3: catch FileNotFoundError instead of checking errno == ENOENT
Sun, 29 May 2022 15:17:27 +0200 Manuel Jacob py3: replace `pycompat.xrange` by `range`
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
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class