Sat, 20 Jun 2020 11:10:23 +0900 |
Yuya Nishihara |
phases: remove useless lookup of repo[rev].rev() in _retractboundary
|
Thu, 18 Jun 2020 22:23:22 +0200 |
Joerg Sonnenberger |
phases: improve performance of _retractboundary
|
Fri, 08 Dec 2017 02:29:02 +0100 |
Joerg Sonnenberger |
transactions: convert changes['phases'] to list of ranges
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Mon, 13 Jan 2020 19:11:44 -0800 |
Rodrigo Damazio Bovendorp |
phases: make phasecache._phasesets immutable
|
Mon, 13 Jan 2020 19:06:36 -0800 |
Rodrigo Damazio Bovendorp |
phases: reduce code duplication in phasecache.getrevset
|
Thu, 19 Dec 2019 00:32:42 -0800 |
Rodrigo Damazio Bovendorp |
phases: make the working directory consistently a draft
|
Thu, 21 Nov 2019 15:31:33 -0500 |
Matt Harbison |
phases: make `allphases` a list on py3 also
|
Sat, 09 Nov 2019 13:23:52 +0100 |
Pierre-Yves David |
index: use `index.get_rev` in `phases.newheads`
|
Fri, 08 Nov 2019 14:17:03 +0100 |
Pierre-Yves David |
index: use `index.has_node` in `phases.filterunknown`
|
Fri, 08 Nov 2019 14:16:24 +0100 |
Pierre-Yves David |
index: use `index.has_node` in `analyzeremotephases`
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 14:58:42 -0400 |
Gregory Szorc |
py3: manually import pycompat.setattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Fri, 09 Nov 2018 23:19:53 -0500 |
Matt Harbison |
phases: add a list of names usable by the phase command
|
Wed, 17 Oct 2018 14:47:01 +0200 |
Boris Feld |
phase: add an archived phase
stable
|
Tue, 29 May 2018 18:13:19 +0200 |
Boris Feld |
phases: enforce internal phase support
|
Sat, 25 Aug 2018 01:19:48 +0200 |
Boris Feld |
phases: add an internal phases
|
Sat, 25 Aug 2018 11:20:13 +0200 |
Boris Feld |
phases: simplify revset in updatephases
|
Thu, 23 Aug 2018 01:48:39 +0200 |
Boris Feld |
phase: use `_phase` revset instead of string interpolation
|
Tue, 05 Jun 2018 20:47:52 +0200 |
Boris Feld |
phase: explicitly exclude secret phase and above
|
Tue, 05 Jun 2018 18:16:07 +0200 |
Boris Feld |
phase: use `trackedphases` in `_getphaserevsnative`
|
Fri, 24 Aug 2018 12:55:05 -0700 |
Martin von Zweigbergk |
merge with stable
|
Sat, 18 Aug 2018 10:24:57 +0200 |
Boris Feld |
phases: drop dead code in `newheads`
stable
|
Sat, 18 Aug 2018 10:24:16 +0200 |
Boris Feld |
phases: fix `nullid` reference in newheads
stable
|
Fri, 17 Aug 2018 16:11:35 -0700 |
Gregory Szorc |
merge with stable
|
Fri, 17 Aug 2018 20:35:52 +0200 |
Boris Feld |
remotephase: avoid full changelog iteration (issue5964)
stable
|
Fri, 17 Aug 2018 16:00:32 -0700 |
Boris Feld |
remotephase: fast path newheads computation in simple case (issue5964)
stable
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
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
|
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
|