log mercurial/phases.py @ 30220:acc8885a6450 stable

age author description
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
Mon, 15 Jun 2015 15:57:47 -0700 Pierre-Yves David phase: invalidate the phase's set cache alongside the revs
Mon, 15 Jun 2015 15:52:52 -0700 Pierre-Yves David phase: also copy phase's sets when copying phase cache