log mercurial/phases.py @ 33798:2cd5aba5e1d2

age author description
Thu, 13 Jul 2017 21:10:55 +0200 Boris Feld phases: remove trace of addednodes in the 'phase-heads' handling
Wed, 12 Jul 2017 20:11:00 +0200 Boris Feld phases: track phase changes from 'retractboundary'
Wed, 12 Jul 2017 23:15:09 +0200 Boris Feld phases: detect when boundaries has been actually retracted
Tue, 11 Jul 2017 03:47:25 +0200 Boris Feld phases: add a 'registernew' method to set new phases
Mon, 10 Jul 2017 23:50:16 +0200 Boris Feld phases: extract the core of boundary retraction in '_retractboundary'
Tue, 11 Jul 2017 02:39:52 +0200 Boris Feld phases: track phase movements in 'advanceboundary'
Mon, 10 Jul 2017 22:18:41 +0200 Boris Feld phases: extract the intermediate set of affected revs
Mon, 10 Jul 2017 22:22:42 +0200 Boris Feld phase: put retractboundary out of the loop in advanceboundary
Tue, 11 Jul 2017 05:06:01 +0200 Boris Feld bundle2: no longer use 'retractboundary' in updatephases
Thu, 22 Jun 2017 10:10:02 -0700 Martin von Zweigbergk bundle: add config option to include phases
Mon, 12 Jun 2017 16:35:57 -0700 Martin von Zweigbergk pushkey: use False/True for return values from push functions
Thu, 13 Apr 2017 22:12:04 -0700 Gregory Szorc phases: emit phases to pushkey protocol in deterministic order
Sat, 11 Mar 2017 20:53:20 -0500 Augie Fackler phases: explicitly evaluate list returned by map
Wed, 01 Mar 2017 15:50:01 -0800 Jun Wu phases: remove experimental.nativephaseskillswitch
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori phases: check HG_PENDING strictly
Fri, 17 Feb 2017 22:49:05 -0800 Jun Wu phases: add a getrevset method to phasecache
Sun, 18 Dec 2016 01:34:41 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 1 of 5)
Fri, 03 Jun 2016 00:44:20 +0900 FUJIWARA Katsunori phases: make writing phaseroots file out avoid ambiguity of file stat
Mon, 15 Feb 2016 16:49:52 -0800 Gregory Szorc phases: use constants for phase values
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager for transaction in pushphase
Fri, 15 Jan 2016 13:14:49 -0800 Bryan O'Sullivan with: use context manager for lock in pushphase
Sat, 07 Nov 2015 16:11:49 -0800 Durham Goode phase: improve retractboundary perf
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Sat, 08 Aug 2015 19:46:33 -0700 Gregory Szorc phases: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Thu, 18 Jun 2015 15:34:22 -0500 Matt Mackall publishing: use new helper method
Mon, 15 Jun 2015 16:06:17 -0700 Pierre-Yves David phase: remove a 'for x in "foo bar".split()' idiom in phasecache.replace
Mon, 15 Jun 2015 16:06:24 -0700 Pierre-Yves David phase: document the replace method
Mon, 15 Jun 2015 16:04:14 -0700 Pierre-Yves David phase: rename getphaserevs to loadphaserevs
Mon, 15 Jun 2015 16:08:22 -0700 Pierre-Yves David phase: also overwrite phase's sets when replacing a phasecache