log mercurial/phases.py @ 48061:060cd909439f

age author description
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