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
|
Tue, 19 Sep 2017 22:23:41 +0200 |
Boris Feld |
phases: move the binary decoding function in the phases module
|
Tue, 19 Sep 2017 22:01:31 +0200 |
Boris Feld |
phases: move binary encoding into a reusable function
|
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
|
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
|
Wed, 10 Jun 2015 19:26:16 -0700 |
Pierre-Yves David |
phases: really fix native phase computation
|
Wed, 01 Apr 2015 11:17:17 -0700 |
Laurent Charignon |
phases: add set per phase in C phase computation
|
Mon, 30 Mar 2015 15:38:24 -0700 |
Laurent Charignon |
phases: make two functions private for phase computation
|
Mon, 30 Mar 2015 12:57:55 -0700 |
Laurent Charignon |
phases: add killswitch for native implementation
|
Mon, 30 Mar 2015 12:48:15 -0700 |
Laurent Charignon |
phases: move pure phase computation in a function
|
Fri, 20 Mar 2015 11:14:27 -0700 |
Laurent Charignon |
phase: default to C implementation for phase computation
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
Thu, 18 Dec 2014 11:38:48 -0800 |
Eric Sumner |
bundlerepo: implement safe phasecache
|
Fri, 17 Oct 2014 22:23:06 -0700 |
Pierre-Yves David |
phases: read pending data when appropriate
|
Sun, 12 Oct 2014 08:03:20 -0700 |
Pierre-Yves David |
phases: inform transaction-related hooks that a phase was moved
|
Tue, 07 Oct 2014 11:42:37 -0700 |
Durham Goode |
phases: move root phase assignment to it's own function
|
Tue, 07 Oct 2014 11:37:54 -0700 |
Durham Goode |
phases: add invalidate function
|
Thu, 07 Aug 2014 14:11:36 -0700 |
Pierre-Yves David |
phase: attach phase to the transaction instead of the lock
|
Thu, 07 Aug 2014 14:41:00 -0700 |
Pierre-Yves David |
phase: extract the phaseroots serialization in a dedicated method
|
Tue, 05 Aug 2014 23:52:21 -0700 |
Pierre-Yves David |
phase: add a transaction argument to retractboundary
|
Wed, 06 Aug 2014 01:54:19 -0700 |
Pierre-Yves David |
phase: add a transaction argument to advanceboundary
|
Wed, 06 Aug 2014 00:54:58 -0700 |
Pierre-Yves David |
pushkey: wrap pushkey phase movement in a transaction
|