log mercurial/phases.py @ 38683:ddd2165438cd

age author description
Sat, 14 Jul 2018 13:21:49 +0900 Yuya Nishihara phases: micro-optimize newheads() to not create context objects
Sat, 14 Jul 2018 13:19:18 +0900 Yuya Nishihara phases: remove excessive optimization from newheads() (issue5939)
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