log mercurial/phases.py @ 38476:b4cfd803b3f2

age author description
Wed, 30 May 2018 14:20:09 +0530 Sushil khanchi advanceboundary: add dryrun parameter
Tue, 22 May 2018 18:10:37 +0200 Boris Feld phases: define an official tuple of phases we do not share
Tue, 22 May 2018 18:10:00 +0200 Boris Feld phases: define an official tuple of mutable phases
Sat, 03 Mar 2018 07:00:37 -0500 Yuya Nishihara py3: do not pass a list of iterators to computephasesmapsets()
Mon, 26 Feb 2018 13:32:03 -0800 Gregory Szorc phases: write phaseroots deterministically
Thu, 14 Dec 2017 22:37:10 +0900 Yuya Nishihara phases: initialize number of loaded revisions to 0
Thu, 14 Dec 2017 22:35:37 +0900 Yuya Nishihara phases: rename _phasemaxrev to _loadedrevslen to clarify it isn't max value
Fri, 08 Dec 2017 14:20:34 -0800 Jun Wu revset: use phasecache.getrevset to calculate public()
Wed, 06 Dec 2017 15:46:41 +0100 Joerg Sonnenberger phases: drop the list with phase of each rev, always comput phase sets
Wed, 18 Oct 2017 12:19:53 -0500 Kevin Bullock phases: pass phase names to hooks instead of internal values
Wed, 11 Oct 2017 18:39:04 +0200 Boris Feld phase: gather remote phase information in a summary object
Wed, 11 Oct 2017 20:08:02 +0200 Boris Feld phase: filter out non-draft item in "draft root"
Sun, 08 Oct 2017 17:50:46 +0200 Boris Feld phase: add a dedicated txnclose-phase hook
Mon, 09 Oct 2017 16:31:43 +0200 Boris Feld configitems: update default value of 'phases.new-commit'
Wed, 20 Sep 2017 18:29:10 +0200 Boris Feld bundle2: only grab a transaction when 'phase-heads' affect the repository