Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
file |
diff |
annotate
|
Sat, 17 Aug 2024 18:43:23 -0400 |
Matt Harbison |
typing: create an @overload of `phasecache` ctor to handle the copy case
|
file |
diff |
annotate
|
Sat, 17 Aug 2024 17:38:35 -0400 |
Matt Harbison |
typing: declare the `_phasesets` member of `phasecache` to be `Optional`
|
file |
diff |
annotate
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
file |
diff |
annotate
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Raphaël Gomès |
Backout accidental publication of a large range of revisions
|
file |
diff |
annotate
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Raphaël Gomès |
black: format the codebase with 23.3.0
|
file |
diff |
annotate
|
Fri, 05 Apr 2024 22:47:44 +0200 |
Pierre-Yves David |
phases: introduce a performant efficient way to access revision in a set
|
file |
diff |
annotate
|
Fri, 05 Apr 2024 14:11:02 +0200 |
Pierre-Yves David |
phases: move RemotePhasesSummary to revision number
|
file |
diff |
annotate
|
Fri, 05 Apr 2024 12:24:47 +0200 |
Pierre-Yves David |
phases: stop using `repo.set` in `remotephasessummary`
|
file |
diff |
annotate
|
Fri, 05 Apr 2024 12:02:43 +0200 |
Pierre-Yves David |
phases: use revision number in analyze_remote_phases
|
file |
diff |
annotate
|
Fri, 05 Apr 2024 11:33:47 +0200 |
Pierre-Yves David |
phases: use revision number in new_heads
|
file |
diff |
annotate
|
Mon, 08 Apr 2024 15:11:49 +0200 |
Pierre-Yves David |
phases: convert remote phase root to node while reading them
|
file |
diff |
annotate
|
Fri, 05 Apr 2024 11:17:25 +0200 |
Pierre-Yves David |
phases: more compact error handling in analyzeremotephases
|
file |
diff |
annotate
|
Mon, 25 Mar 2024 02:09:15 +0100 |
Pierre-Yves David |
phases: update the phase set as we go during retract boundary
stable
|
file |
diff |
annotate
|
Mon, 25 Mar 2024 01:50:31 +0100 |
Pierre-Yves David |
phases: avoid a potentially costly dictionary interation in some case
stable
|
file |
diff |
annotate
|
Fri, 15 Mar 2024 01:31:57 +0100 |
Pierre-Yves David |
phases: avoid N² behavior in `advanceboundary`
stable 6.7
|
file |
diff |
annotate
|
Fri, 23 Feb 2024 06:37:25 +0100 |
Pierre-Yves David |
phases: directly update the phase sets in advanceboundary
|
file |
diff |
annotate
|
Fri, 23 Feb 2024 05:25:35 +0100 |
Pierre-Yves David |
phases: large rework of advance boundary
|
file |
diff |
annotate
|
Thu, 22 Feb 2024 19:21:14 +0100 |
Pierre-Yves David |
phases: apply similar early filtering to advanceboundary
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 11:09:25 +0100 |
Pierre-Yves David |
phases: filter revision that are already in the right phase
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 13:05:29 +0100 |
Pierre-Yves David |
phases: invalidate the phases set less often on retract boundary
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 13:05:23 +0100 |
Pierre-Yves David |
phases: incrementally update the phase sets when reasonable
|
file |
diff |
annotate
|
Fri, 23 Feb 2024 00:01:33 +0100 |
Pierre-Yves David |
phasees: properly shallow caopy the phase sets dictionary
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 14:42:13 +0100 |
Pierre-Yves David |
phases: pass an unfiltered repository to _ensure_phase_sets
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 13:01:25 +0100 |
Pierre-Yves David |
phases: drop set building in `hasnonpublicphases`
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 11:59:28 +0100 |
Pierre-Yves David |
phases: gather the logic for phasesets update in a single method
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 12:01:09 +0100 |
Pierre-Yves David |
phases: fix an overzealous invalidation of the phase sets
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 11:04:56 +0100 |
Pierre-Yves David |
phases: type annotation for `_phasesets`
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 23:46:21 +0100 |
Pierre-Yves David |
phases: leverage the collected information to record phase update
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 10:41:09 +0100 |
Pierre-Yves David |
phases: large rewrite on retract boundary
|
file |
diff |
annotate
|
Thu, 22 Feb 2024 15:49:21 +0100 |
Pierre-Yves David |
phases: fast path public phase advance when everything is public
|
file |
diff |
annotate
|
Wed, 21 Feb 2024 15:24:22 +0100 |
Pierre-Yves David |
phases: fast path retract of public phase
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 21:40:13 +0100 |
Pierre-Yves David |
phases: keep internal state as rev-num instead of node-id
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 21:40:08 +0100 |
Pierre-Yves David |
phases: do filtering at read time
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 21:38:01 +0100 |
Pierre-Yves David |
phases: always write with a repo
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 17:18:15 +0100 |
Pierre-Yves David |
phases: mark `phasecache.phaseroots` private
|
file |
diff |
annotate
|
Tue, 20 Feb 2024 14:21:18 +0100 |
Pierre-Yves David |
phases: explicitly filter stripped revision at strip time
|
file |
diff |
annotate
|
Wed, 20 Dec 2023 22:17:03 +0100 |
Pierre-Yves David |
pytype: drop the now useless assert
|
file |
diff |
annotate
|
Wed, 20 Dec 2023 11:23:09 +0100 |
Pierre-Yves David |
pytype: convert type comment for inline variable too
|
file |
diff |
annotate
|
Tue, 19 Dec 2023 21:29:34 +0100 |
Pierre-Yves David |
pytype: move some type comment to proper annotation
|
file |
diff |
annotate
|
Wed, 20 Dec 2023 12:51:20 +0100 |
Pierre-Yves David |
pytype: import typing directly
|
file |
diff |
annotate
|
Mon, 06 Nov 2023 23:17:10 +0100 |
Pierre-Yves David |
unstable: do not consider internal phases when computing unstable
|
file |
diff |
annotate
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
file |
diff |
annotate
|
Thu, 02 Feb 2023 17:34:17 +0100 |
Pierre-Yves David |
safehasattr: pass attribute name as string instead of bytes
|
file |
diff |
annotate
|
Wed, 08 Mar 2023 11:00:30 +0100 |
Pierre-Yves David |
revset: add `_internal()` predicate
|
file |
diff |
annotate
|
Thu, 09 Mar 2023 01:26:04 +0100 |
Jason R. Coombs |
bundle: include required phases when saving a bundle (issue6794)
|
file |
diff |
annotate
|
Tue, 07 Mar 2023 04:50:29 +0100 |
Pierre-Yves David |
revset: include all non-public phases in _notpublic
|
file |
diff |
annotate
|
Tue, 16 Aug 2022 19:04:23 +0200 |
Pierre-Yves David |
phase: introduce a dedicated requirement for the `archived` phase
|
file |
diff |
annotate
|
Tue, 16 Aug 2022 18:20:42 +0200 |
Pierre-Yves David |
phase: introduce a dedicated function to check for the archived phase
|
file |
diff |
annotate
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
file |
diff |
annotate
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
file |
diff |
annotate
|
Sat, 06 Mar 2021 18:51:33 -0500 |
Matt Harbison |
typing: add some type annotations to mercurial/phases.py
|
file |
diff |
annotate
|
Tue, 20 Oct 2020 17:32:45 +0200 |
Joerg Sonnenberger |
phases: convert registernew users to use revision sets
|
file |
diff |
annotate
|
Mon, 19 Oct 2020 02:54:12 +0200 |
Joerg Sonnenberger |
phases: allow registration and boundary advancement with revision sets
|
file |
diff |
annotate
|
Wed, 23 Sep 2020 14:44:21 +0200 |
Joerg Sonnenberger |
phases: fix performance regression with Python 2
|
file |
diff |
annotate
|
Sat, 08 Aug 2020 16:24:12 +0530 |
Pulkit Goyal |
requirements: introduce new requirements related module
|
file |
diff |
annotate
|
Fri, 07 Aug 2020 18:01:48 +0530 |
Pulkit Goyal |
repository: introduce constant for internal phase repo requirement and use it
|
file |
diff |
annotate
|
Wed, 08 Jul 2020 00:36:36 +0200 |
Joerg Sonnenberger |
phases: sparsify phaseroots and phasesets
|
file |
diff |
annotate
|
Wed, 08 Jul 2020 00:15:15 +0200 |
Joerg Sonnenberger |
phases: sparsify phase lists
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 22:00:02 +0200 |
Joerg Sonnenberger |
phases: updatephases should not skip internal phase
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 21:45:10 +0200 |
Joerg Sonnenberger |
phases: provide a test and accessor for non-public phase roots
|
file |
diff |
annotate
|
Tue, 07 Jul 2020 21:57:46 +0200 |
Joerg Sonnenberger |
phases: replace magic number by constant
|
file |
diff |
annotate
|
Sat, 20 Jun 2020 11:10:23 +0900 |
Yuya Nishihara |
phases: remove useless lookup of repo[rev].rev() in _retractboundary
|
file |
diff |
annotate
|
Thu, 18 Jun 2020 22:23:22 +0200 |
Joerg Sonnenberger |
phases: improve performance of _retractboundary
|
file |
diff |
annotate
|
Fri, 08 Dec 2017 02:29:02 +0100 |
Joerg Sonnenberger |
transactions: convert changes['phases'] to list of ranges
|
file |
diff |
annotate
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 19:11:44 -0800 |
Rodrigo Damazio Bovendorp |
phases: make phasecache._phasesets immutable
|
file |
diff |
annotate
|
Mon, 13 Jan 2020 19:06:36 -0800 |
Rodrigo Damazio Bovendorp |
phases: reduce code duplication in phasecache.getrevset
|
file |
diff |
annotate
|
Thu, 19 Dec 2019 00:32:42 -0800 |
Rodrigo Damazio Bovendorp |
phases: make the working directory consistently a draft
|
file |
diff |
annotate
|
Thu, 21 Nov 2019 15:31:33 -0500 |
Matt Harbison |
phases: make `allphases` a list on py3 also
|
file |
diff |
annotate
|
Sat, 09 Nov 2019 13:23:52 +0100 |
Pierre-Yves David |
index: use `index.get_rev` in `phases.newheads`
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 14:17:03 +0100 |
Pierre-Yves David |
index: use `index.has_node` in `phases.filterunknown`
|
file |
diff |
annotate
|
Fri, 08 Nov 2019 14:16:24 +0100 |
Pierre-Yves David |
index: use `index.has_node` in `analyzeremotephases`
|
file |
diff |
annotate
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 14:58:42 -0400 |
Gregory Szorc |
py3: manually import pycompat.setattr where it is needed
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
file |
diff |
annotate
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
file |
diff |
annotate
|
Fri, 09 Nov 2018 23:19:53 -0500 |
Matt Harbison |
phases: add a list of names usable by the phase command
|
file |
diff |
annotate
|
Wed, 17 Oct 2018 14:47:01 +0200 |
Boris Feld |
phase: add an archived phase
stable
|
file |
diff |
annotate
|
Tue, 29 May 2018 18:13:19 +0200 |
Boris Feld |
phases: enforce internal phase support
|
file |
diff |
annotate
|
Sat, 25 Aug 2018 01:19:48 +0200 |
Boris Feld |
phases: add an internal phases
|
file |
diff |
annotate
|
Sat, 25 Aug 2018 11:20:13 +0200 |
Boris Feld |
phases: simplify revset in updatephases
|
file |
diff |
annotate
|
Thu, 23 Aug 2018 01:48:39 +0200 |
Boris Feld |
phase: use `_phase` revset instead of string interpolation
|
file |
diff |
annotate
|
Tue, 05 Jun 2018 20:47:52 +0200 |
Boris Feld |
phase: explicitly exclude secret phase and above
|
file |
diff |
annotate
|
Tue, 05 Jun 2018 18:16:07 +0200 |
Boris Feld |
phase: use `trackedphases` in `_getphaserevsnative`
|
file |
diff |
annotate
|
Fri, 24 Aug 2018 12:55:05 -0700 |
Martin von Zweigbergk |
merge with stable
|
file |
diff |
annotate
|
Fri, 17 Aug 2018 16:11:35 -0700 |
Gregory Szorc |
merge with stable
|
file |
diff |
annotate
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
file |
diff |
annotate
|
Sat, 18 Aug 2018 10:24:57 +0200 |
Boris Feld |
phases: drop dead code in `newheads`
stable
|
file |
diff |
annotate
|
Sat, 18 Aug 2018 10:24:16 +0200 |
Boris Feld |
phases: fix `nullid` reference in newheads
stable
|
file |
diff |
annotate
|
Fri, 17 Aug 2018 20:35:52 +0200 |
Boris Feld |
remotephase: avoid full changelog iteration (issue5964)
stable
|
file |
diff |
annotate
|
Fri, 17 Aug 2018 16:00:32 -0700 |
Boris Feld |
remotephase: fast path newheads computation in simple case (issue5964)
stable
|
file |
diff |
annotate
|
Sat, 14 Jul 2018 13:21:49 +0900 |
Yuya Nishihara |
phases: micro-optimize newheads() to not create context objects
|
file |
diff |
annotate
|
Sat, 14 Jul 2018 13:19:18 +0900 |
Yuya Nishihara |
phases: remove excessive optimization from newheads() (issue5939)
|
file |
diff |
annotate
|
Wed, 30 May 2018 14:20:09 +0530 |
Sushil khanchi |
advanceboundary: add dryrun parameter
|
file |
diff |
annotate
|
Tue, 22 May 2018 18:10:37 +0200 |
Boris Feld |
phases: define an official tuple of phases we do not share
|
file |
diff |
annotate
|
Tue, 22 May 2018 18:10:00 +0200 |
Boris Feld |
phases: define an official tuple of mutable phases
|
file |
diff |
annotate
|
Sat, 03 Mar 2018 07:00:37 -0500 |
Yuya Nishihara |
py3: do not pass a list of iterators to computephasesmapsets()
|
file |
diff |
annotate
|
Mon, 26 Feb 2018 13:32:03 -0800 |
Gregory Szorc |
phases: write phaseroots deterministically
|
file |
diff |
annotate
|
Thu, 14 Dec 2017 22:37:10 +0900 |
Yuya Nishihara |
phases: initialize number of loaded revisions to 0
|
file |
diff |
annotate
|
Thu, 14 Dec 2017 22:35:37 +0900 |
Yuya Nishihara |
phases: rename _phasemaxrev to _loadedrevslen to clarify it isn't max value
|
file |
diff |
annotate
|
Fri, 08 Dec 2017 14:20:34 -0800 |
Jun Wu |
revset: use phasecache.getrevset to calculate public()
|
file |
diff |
annotate
|
Wed, 06 Dec 2017 15:46:41 +0100 |
Joerg Sonnenberger |
phases: drop the list with phase of each rev, always comput phase sets
|
file |
diff |
annotate
|
Wed, 18 Oct 2017 12:19:53 -0500 |
Kevin Bullock |
phases: pass phase names to hooks instead of internal values
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 18:39:04 +0200 |
Boris Feld |
phase: gather remote phase information in a summary object
|
file |
diff |
annotate
|
Wed, 11 Oct 2017 20:08:02 +0200 |
Boris Feld |
phase: filter out non-draft item in "draft root"
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 17:50:46 +0200 |
Boris Feld |
phase: add a dedicated txnclose-phase hook
|
file |
diff |
annotate
|
Mon, 09 Oct 2017 16:31:43 +0200 |
Boris Feld |
configitems: update default value of 'phases.new-commit'
|
file |
diff |
annotate
|
Wed, 20 Sep 2017 18:29:10 +0200 |
Boris Feld |
bundle2: only grab a transaction when 'phase-heads' affect the repository
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 22:23:41 +0200 |
Boris Feld |
phases: move the binary decoding function in the phases module
|
file |
diff |
annotate
|
Tue, 19 Sep 2017 22:01:31 +0200 |
Boris Feld |
phases: move binary encoding into a reusable function
|
file |
diff |
annotate
|
Thu, 13 Jul 2017 21:10:55 +0200 |
Boris Feld |
phases: remove trace of addednodes in the 'phase-heads' handling
|
file |
diff |
annotate
|
Wed, 12 Jul 2017 20:11:00 +0200 |
Boris Feld |
phases: track phase changes from 'retractboundary'
|
file |
diff |
annotate
|
Wed, 12 Jul 2017 23:15:09 +0200 |
Boris Feld |
phases: detect when boundaries has been actually retracted
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 03:47:25 +0200 |
Boris Feld |
phases: add a 'registernew' method to set new phases
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 23:50:16 +0200 |
Boris Feld |
phases: extract the core of boundary retraction in '_retractboundary'
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 02:39:52 +0200 |
Boris Feld |
phases: track phase movements in 'advanceboundary'
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 22:18:41 +0200 |
Boris Feld |
phases: extract the intermediate set of affected revs
|
file |
diff |
annotate
|
Mon, 10 Jul 2017 22:22:42 +0200 |
Boris Feld |
phase: put retractboundary out of the loop in advanceboundary
|
file |
diff |
annotate
|
Tue, 11 Jul 2017 05:06:01 +0200 |
Boris Feld |
bundle2: no longer use 'retractboundary' in updatephases
|
file |
diff |
annotate
|
Thu, 22 Jun 2017 10:10:02 -0700 |
Martin von Zweigbergk |
bundle: add config option to include phases
|
file |
diff |
annotate
|
Mon, 12 Jun 2017 16:35:57 -0700 |
Martin von Zweigbergk |
pushkey: use False/True for return values from push functions
|
file |
diff |
annotate
|
Thu, 13 Apr 2017 22:12:04 -0700 |
Gregory Szorc |
phases: emit phases to pushkey protocol in deterministic order
|
file |
diff |
annotate
|
Sat, 11 Mar 2017 20:53:20 -0500 |
Augie Fackler |
phases: explicitly evaluate list returned by map
|
file |
diff |
annotate
|
Wed, 01 Mar 2017 15:50:01 -0800 |
Jun Wu |
phases: remove experimental.nativephaseskillswitch
|
file |
diff |
annotate
|
Tue, 21 Feb 2017 01:21:00 +0900 |
FUJIWARA Katsunori |
phases: check HG_PENDING strictly
|
file |
diff |
annotate
|
Fri, 17 Feb 2017 22:49:05 -0800 |
Jun Wu |
phases: add a getrevset method to phasecache
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 01:34:41 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 1 of 5)
|
file |
diff |
annotate
|
Fri, 03 Jun 2016 00:44:20 +0900 |
FUJIWARA Katsunori |
phases: make writing phaseroots file out avoid ambiguity of file stat
|
file |
diff |
annotate
|
Mon, 15 Feb 2016 16:49:52 -0800 |
Gregory Szorc |
phases: use constants for phase values
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:49 -0800 |
Bryan O'Sullivan |
with: use context manager for transaction in pushphase
|
file |
diff |
annotate
|
Fri, 15 Jan 2016 13:14:49 -0800 |
Bryan O'Sullivan |
with: use context manager for lock in pushphase
|
file |
diff |
annotate
|
Sat, 07 Nov 2015 16:11:49 -0800 |
Durham Goode |
phase: improve retractboundary perf
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 19:46:33 -0700 |
Gregory Szorc |
phases: use absolute_import
|
file |
diff |
annotate
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
file |
diff |
annotate
|
Thu, 18 Jun 2015 15:34:22 -0500 |
Matt Mackall |
publishing: use new helper method
|
file |
diff |
annotate
|
Mon, 15 Jun 2015 16:06:17 -0700 |
Pierre-Yves David |
phase: remove a 'for x in "foo bar".split()' idiom in phasecache.replace
|
file |
diff |
annotate
|
Mon, 15 Jun 2015 16:06:24 -0700 |
Pierre-Yves David |
phase: document the replace method
|
file |
diff |
annotate
|
Mon, 15 Jun 2015 16:04:14 -0700 |
Pierre-Yves David |
phase: rename getphaserevs to loadphaserevs
|
file |
diff |
annotate
|
Mon, 15 Jun 2015 16:08:22 -0700 |
Pierre-Yves David |
phase: also overwrite phase's sets when replacing a phasecache
|
file |
diff |
annotate
|
Mon, 15 Jun 2015 15:57:47 -0700 |
Pierre-Yves David |
phase: invalidate the phase's set cache alongside the revs
|
file |
diff |
annotate
|
Mon, 15 Jun 2015 15:52:52 -0700 |
Pierre-Yves David |
phase: also copy phase's sets when copying phase cache
|
file |
diff |
annotate
|
Wed, 10 Jun 2015 19:26:16 -0700 |
Pierre-Yves David |
phases: really fix native phase computation
|
file |
diff |
annotate
|
Wed, 01 Apr 2015 11:17:17 -0700 |
Laurent Charignon |
phases: add set per phase in C phase computation
|
file |
diff |
annotate
|
Mon, 30 Mar 2015 15:38:24 -0700 |
Laurent Charignon |
phases: make two functions private for phase computation
|
file |
diff |
annotate
|
Mon, 30 Mar 2015 12:57:55 -0700 |
Laurent Charignon |
phases: add killswitch for native implementation
|
file |
diff |
annotate
|
Mon, 30 Mar 2015 12:48:15 -0700 |
Laurent Charignon |
phases: move pure phase computation in a function
|
file |
diff |
annotate
|
Fri, 20 Mar 2015 11:14:27 -0700 |
Laurent Charignon |
phase: default to C implementation for phase computation
|
file |
diff |
annotate
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
file |
diff |
annotate
|
Thu, 18 Dec 2014 11:38:48 -0800 |
Eric Sumner |
bundlerepo: implement safe phasecache
|
file |
diff |
annotate
|
Fri, 17 Oct 2014 22:23:06 -0700 |
Pierre-Yves David |
phases: read pending data when appropriate
|
file |
diff |
annotate
|
Sun, 12 Oct 2014 08:03:20 -0700 |
Pierre-Yves David |
phases: inform transaction-related hooks that a phase was moved
|
file |
diff |
annotate
|
Tue, 07 Oct 2014 11:42:37 -0700 |
Durham Goode |
phases: move root phase assignment to it's own function
|
file |
diff |
annotate
|
Tue, 07 Oct 2014 11:37:54 -0700 |
Durham Goode |
phases: add invalidate function
|
file |
diff |
annotate
|
Thu, 07 Aug 2014 14:11:36 -0700 |
Pierre-Yves David |
phase: attach phase to the transaction instead of the lock
|
file |
diff |
annotate
|
Thu, 07 Aug 2014 14:41:00 -0700 |
Pierre-Yves David |
phase: extract the phaseroots serialization in a dedicated method
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 23:52:21 -0700 |
Pierre-Yves David |
phase: add a transaction argument to retractboundary
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 01:54:19 -0700 |
Pierre-Yves David |
phase: add a transaction argument to advanceboundary
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 00:54:58 -0700 |
Pierre-Yves David |
pushkey: wrap pushkey phase movement in a transaction
|
file |
diff |
annotate
|
Thu, 20 Feb 2014 02:43:17 +0100 |
Mads Kiilerich |
phases: make order of debug output 'removing unknown node' deterministic
|
file |
diff |
annotate
|
Mon, 04 Nov 2013 19:59:00 -0800 |
Durham Goode |
rebase: fix rebase aborts when 'tip-1' is public (issue4082)
stable
|
file |
diff |
annotate
|
Thu, 24 Oct 2013 01:49:56 +0800 |
Mads Kiilerich |
spelling: random spell checker fixes
stable
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 17:10:58 +0200 |
Pierre-Yves David |
destroyed: invalidate phraserevs cache in all case (issue3858)
|
file |
diff |
annotate
|
Fri, 04 Jan 2013 06:11:29 +0100 |
Idan Kamara |
phases: make _filterunknown a member function of phasecache
|
file |
diff |
annotate
|
Tue, 18 Dec 2012 02:04:37 +0100 |
Pierre-Yves David |
cache: group obscache and revsfiltercache invalidation in a single function
|
file |
diff |
annotate
|
Thu, 20 Dec 2012 17:14:07 +0100 |
Pierre-Yves David |
clfilter: add a cache on repo for set of revision to filter for a given set.
|
file |
diff |
annotate
|
Wed, 21 Nov 2012 00:53:45 +0100 |
Pierre-Yves David |
clfilter: phases logic should be unfiltered
|
file |
diff |
annotate
|
Sun, 25 Nov 2012 20:39:37 +0100 |
André Sintzoff |
phases: fix missing "error" module import (issue3707)
stable
|
file |
diff |
annotate
|
Mon, 03 Sep 2012 14:05:19 +0200 |
Pierre-Yves David |
clfilter: introduce a `hassecret` function
|
file |
diff |
annotate
|
Tue, 11 Sep 2012 08:36:09 -0700 |
Bryan O'Sullivan |
Merge spelling fixes
|
file |
diff |
annotate
|
Fri, 17 Aug 2012 13:58:19 -0700 |
timeless |
en-us: serialization
|
file |
diff |
annotate
|
Tue, 28 Aug 2012 20:52:04 +0200 |
Pierre-Yves David |
obsolete: introduce caches for all meaningful sets
|
file |
diff |
annotate
|
Wed, 15 Aug 2012 22:39:18 +0200 |
Mads Kiilerich |
fix wording and not-completely-trivial spelling errors and bad docstrings
|
file |
diff |
annotate
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
file |
diff |
annotate
|
Tue, 17 Jul 2012 01:22:31 +0200 |
Pierre-Yves David |
repo: move visibleheads and visiblebranchmap logic in discovery
|
file |
diff |
annotate
|
Fri, 01 Jun 2012 12:45:16 -0700 |
Bryan O'Sullivan |
revlog: descendants(*revs) becomes descendants(revs) (API)
|
file |
diff |
annotate
|
Sun, 13 May 2012 12:07:49 +0200 |
Martin Geisler |
phases: wrap docstrings at 70 characters
|
file |
diff |
annotate
|
Sun, 13 May 2012 12:06:12 +0200 |
Martin Geisler |
phases: fix typos in docstrings
|
file |
diff |
annotate
|
Sat, 12 May 2012 00:24:07 +0200 |
Patrick Mezard |
phase: make if abort on nullid for the good reason
|
file |
diff |
annotate
|
Sat, 12 May 2012 00:24:07 +0200 |
Patrick Mezard |
phases: make advance/retractboundary() atomic
|
file |
diff |
annotate
|
Sat, 12 May 2012 00:24:07 +0200 |
Patrick Mezard |
phases: introduce phasecache
|
file |
diff |
annotate
|
Thu, 10 May 2012 18:52:07 +0200 |
Patrick Mezard |
phases: stop modifying localrepo in writeroots()
|
file |
diff |
annotate
|
Thu, 10 May 2012 18:52:04 +0200 |
Patrick Mezard |
phases: stop modifying localrepo in readroots()
|
file |
diff |
annotate
|
Thu, 10 May 2012 18:21:15 +0200 |
Patrick Mezard |
phases: call filterunknown() in readroots()
|
file |
diff |
annotate
|
Fri, 04 May 2012 15:24:00 +0200 |
Martin Geisler |
phases: line.strip().split() == line.split()
|
file |
diff |
annotate
|
Tue, 24 Apr 2012 16:32:44 +0200 |
Pierre-Yves David |
branchmap: server should not advertise secret changeset in branchmap (Issue3303)
stable
|
file |
diff |
annotate
|
Wed, 15 Feb 2012 17:30:21 -0500 |
Greg Ward |
phases: fix a non-standard debug message
stable
|
file |
diff |
annotate
|
Wed, 01 Feb 2012 14:17:26 -0600 |
Matt Mackall |
phases: don't complain if cset is already public on pushkey (issue3230)
stable 2.1
|
file |
diff |
annotate
|
Mon, 30 Jan 2012 17:46:15 +0100 |
Pierre-Yves David |
phases: allow phase name in phases.new-commit settings
stable
|
file |
diff |
annotate
|
Mon, 30 Jan 2012 17:33:09 +0100 |
Pierre-Yves David |
phases: write default phase data as soon as possible.
stable
|
file |
diff |
annotate
|
Fri, 20 Jan 2012 19:23:53 +0100 |
Pierre-Yves David |
phase: extracts heads computation logics from analyzeremotephases
stable
|
file |
diff |
annotate
|
Fri, 20 Jan 2012 19:18:09 +0100 |
Pierre-Yves David |
phase: fix warning text from invalid remote phase
stable
|
file |
diff |
annotate
|
Fri, 20 Jan 2012 13:19:32 -0200 |
Wagner Bruna |
phases: do not mark debug message for translation
stable
|
file |
diff |
annotate
|
Fri, 20 Jan 2012 12:57:13 -0200 |
Wagner Bruna |
phases: fix typo in warning message
stable
|
file |
diff |
annotate
|
Wed, 18 Jan 2012 17:23:54 +0100 |
Pierre-Yves David |
phases: mechanism to allow extension to alter initial computation of phase
|
file |
diff |
annotate
|
Wed, 18 Jan 2012 16:46:15 +0100 |
Sune Foldager |
phases: use nodemap to check for missing nodes
|
file |
diff |
annotate
|
Fri, 13 Jan 2012 02:04:16 +0100 |
Pierre-Yves David |
phases: simplify phase exchange and movement over pushkey
|
file |
diff |
annotate
|
Wed, 04 Jan 2012 01:02:16 +0100 |
Pierre-Yves David |
phases: add list of string to access phase name
|
file |
diff |
annotate
|
Fri, 06 Jan 2012 09:51:35 +0100 |
Pierre-Yves David |
phases: store phase values in constant instead of using raw integer
|
file |
diff |
annotate
|
Tue, 20 Dec 2011 01:34:12 +0100 |
Pierre-Yves David |
phases: update doc to mention secret phase
|
file |
diff |
annotate
|
Mon, 19 Dec 2011 11:37:44 +0100 |
Pierre-Yves David |
phases: add a function to compute visible heads
|
file |
diff |
annotate
|
Sun, 18 Dec 2011 23:16:46 +0100 |
Pierre-Yves David |
phases: Add a third phase for secret changeset
|
file |
diff |
annotate
|
Mon, 19 Dec 2011 11:29:39 +0100 |
Pierre-Yves David |
phases: fix advanceboundary behavior when targetphase !=0
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 23:08:09 +0100 |
Pierre-Yves David |
phases: change publish behavior to only alter behavior when server.
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 02:18:24 +0100 |
Pierre-Yves David |
phases: add a function to compute heads from root
|
file |
diff |
annotate
|
Thu, 15 Dec 2011 11:24:26 +0100 |
Pierre-Yves David |
phases: add basic pushkey support
|
file |
diff |
annotate
|
Fri, 11 Nov 2011 00:16:53 +0100 |
Pierre-Yves David |
phases: add retractboundary function to move boundary backward
|
file |
diff |
annotate
|
Thu, 10 Nov 2011 01:09:15 +0100 |
Pierre-Yves David |
phases: rename moveboundary into advance boundary
|
file |
diff |
annotate
|
Thu, 10 Nov 2011 01:08:08 +0100 |
Pierre-Yves David |
phases: remove underbar into target_phase argument
|
file |
diff |
annotate
|
Mon, 07 Nov 2011 13:20:22 +0100 |
Pierre-Yves David |
phases: handle unknown nodes in boundary
|
file |
diff |
annotate
|
Mon, 07 Nov 2011 14:11:01 +0100 |
Pierre-Yves David |
phases: add a moveboundary function to move phases boundaries
|
file |
diff |
annotate
|
Sun, 06 Nov 2011 11:57:24 -0600 |
Matt Mackall |
phases: handle errors other than ENOENT appropriately
|
file |
diff |
annotate
|
Fri, 04 Nov 2011 00:16:24 +0100 |
Pierre-Yves David |
phases: basic I/O logic
|
file |
diff |
annotate
|
Thu, 03 Nov 2011 23:49:14 +0100 |
Pierre-Yves David |
phases: Minimal first add.
|
file |
diff |
annotate
|