log mercurial/phases.py @ 31187:6b8e1a08ef1d

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