log mercurial/phases.py @ 51383:880740426a34

age author description
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
Sat, 06 Mar 2021 18:51:33 -0500 Matt Harbison typing: add some type annotations to mercurial/phases.py
Tue, 20 Oct 2020 17:32:45 +0200 Joerg Sonnenberger phases: convert registernew users to use revision sets
Mon, 19 Oct 2020 02:54:12 +0200 Joerg Sonnenberger phases: allow registration and boundary advancement with revision sets
Wed, 23 Sep 2020 14:44:21 +0200 Joerg Sonnenberger phases: fix performance regression with Python 2
Sat, 08 Aug 2020 16:24:12 +0530 Pulkit Goyal requirements: introduce new requirements related module
Fri, 07 Aug 2020 18:01:48 +0530 Pulkit Goyal repository: introduce constant for internal phase repo requirement and use it
Wed, 08 Jul 2020 00:36:36 +0200 Joerg Sonnenberger phases: sparsify phaseroots and phasesets
Wed, 08 Jul 2020 00:15:15 +0200 Joerg Sonnenberger phases: sparsify phase lists
Tue, 07 Jul 2020 22:00:02 +0200 Joerg Sonnenberger phases: updatephases should not skip internal phase
Tue, 07 Jul 2020 21:45:10 +0200 Joerg Sonnenberger phases: provide a test and accessor for non-public phase roots
Tue, 07 Jul 2020 21:57:46 +0200 Joerg Sonnenberger phases: replace magic number by constant
Sat, 20 Jun 2020 11:10:23 +0900 Yuya Nishihara phases: remove useless lookup of repo[rev].rev() in _retractboundary