mercurial/phases.py
Fri, 15 Mar 2024 01:31:57 +0100 Pierre-Yves David phases: avoid N² behavior in `advanceboundary` stable 6.7
Fri, 23 Feb 2024 06:37:25 +0100 Pierre-Yves David phases: directly update the phase sets in advanceboundary
Fri, 23 Feb 2024 05:25:35 +0100 Pierre-Yves David phases: large rework of advance boundary
Thu, 22 Feb 2024 19:21:14 +0100 Pierre-Yves David phases: apply similar early filtering to advanceboundary
Wed, 21 Feb 2024 11:09:25 +0100 Pierre-Yves David phases: filter revision that are already in the right phase
Wed, 21 Feb 2024 13:05:29 +0100 Pierre-Yves David phases: invalidate the phases set less often on retract boundary
Wed, 21 Feb 2024 13:05:23 +0100 Pierre-Yves David phases: incrementally update the phase sets when reasonable
Fri, 23 Feb 2024 00:01:33 +0100 Pierre-Yves David phasees: properly shallow caopy the phase sets dictionary
Wed, 21 Feb 2024 14:42:13 +0100 Pierre-Yves David phases: pass an unfiltered repository to _ensure_phase_sets
Wed, 21 Feb 2024 13:01:25 +0100 Pierre-Yves David phases: drop set building in `hasnonpublicphases`
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
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
Thu, 18 Jun 2020 22:23:22 +0200 Joerg Sonnenberger phases: improve performance of _retractboundary
Fri, 08 Dec 2017 02:29:02 +0100 Joerg Sonnenberger transactions: convert changes['phases'] to list of ranges
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Mon, 13 Jan 2020 19:11:44 -0800 Rodrigo Damazio Bovendorp phases: make phasecache._phasesets immutable
Mon, 13 Jan 2020 19:06:36 -0800 Rodrigo Damazio Bovendorp phases: reduce code duplication in phasecache.getrevset
Thu, 19 Dec 2019 00:32:42 -0800 Rodrigo Damazio Bovendorp phases: make the working directory consistently a draft
Thu, 21 Nov 2019 15:31:33 -0500 Matt Harbison phases: make `allphases` a list on py3 also
Sat, 09 Nov 2019 13:23:52 +0100 Pierre-Yves David index: use `index.get_rev` in `phases.newheads`
less more (0) -100 -60 tip