Sun, 06 Nov 2022 13:46:08 -0500 |
Pierre-Yves David |
delta-find: expand a function definition and call before extendin it
|
Mon, 17 Oct 2022 22:19:43 +0200 |
Pierre-Yves David |
debug: add an option to display statistic about a unbundling operation
|
Tue, 15 Nov 2022 18:08:56 +0100 |
Pierre-Yves David |
delta-find: add debug information about reuse of cached data
|
Fri, 20 May 2022 14:27:46 +0200 |
Pierre-Yves David |
deltas: add a debug-delta-find command to analyse delta search
|
Thu, 19 May 2022 23:39:23 +0100 |
Pierre-Yves David |
deltas: add code to display information about the result of `finddeltainfo`
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Thu, 23 Dec 2021 14:48:31 +0100 |
Raphaël Gomès |
revlog: remove deprecated APIs
|
Mon, 07 Jun 2021 11:59:27 +0200 |
Pierre-Yves David |
censor: implement censoring for revlogv2
|
Sun, 20 Jun 2021 23:05:58 +0200 |
Pierre-Yves David |
deltas: at a `target_rev` parameter to finddeltainfo
|
Mon, 21 Jun 2021 15:00:53 +0200 |
Pierre-Yves David |
revlog: factor the logic to determine the delta compression out
|
Sun, 30 May 2021 18:10:15 +0200 |
Pierre-Yves David |
revlog: add a ways to blacklist some revision when searching for a delta
|
Sun, 30 May 2021 16:20:36 +0200 |
Pierre-Yves David |
revlog: move `revisioninfo` in `revlogutils`
|
Mon, 03 May 2021 19:46:25 +0200 |
Pierre-Yves David |
revlog: introduce a plain compression mode
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr 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
|
Sat, 07 Sep 2019 00:16:32 +0200 |
Pierre-Yves David |
flagprocessors: make `processflagsraw` a module level function
|
Fri, 30 Aug 2019 19:13:12 +0200 |
Pierre-Yves David |
flagprocessors: use _processflagsraw in easy cases
|
Wed, 07 Aug 2019 20:11:35 +0200 |
Pierre-Yves David |
rawdata: update callers in delta utils
|
Mon, 21 Jan 2019 22:46:31 +0100 |
Valentin Gatien-Baron |
deltas: skip if projected compressed size is bigger than previous snapshot
|
Mon, 21 Jan 2019 22:46:18 +0100 |
Valentin Gatien-Baron |
deltas: skip if projected compressed size does not match text size constraint
|
Mon, 21 Jan 2019 22:37:30 +0100 |
Valentin Gatien-Baron |
deltas: accept and skip None return for delta info
|
Mon, 21 Jan 2019 22:36:16 +0100 |
Valentin Gatien-Baron |
delta: move some delta chain related computation earlier in deltainfo
|
Thu, 25 Apr 2019 22:50:33 +0200 |
Valentin Gatien-Baron |
deltas: skip if projected delta size is bigger than previous snapshot
|
Thu, 25 Apr 2019 22:30:14 +0200 |
Valentin Gatien-Baron |
deltas: skip if projected delta size does not match text size constraint
|
Wed, 03 Apr 2019 11:21:27 -0700 |
Martin von Zweigbergk |
cleanup: use set literals where possible
|
Wed, 27 Feb 2019 12:40:18 +0100 |
Pierre-Yves David |
storage: introduce a `revlog.reuse-external-delta` config
|
Thu, 24 Jan 2019 18:22:47 -0500 |
Boris Feld |
revlog: make sure we never use sparserevlog without general delta (issue6056)
stable
|
Thu, 20 Dec 2018 10:16:24 +0100 |
Boris Feld |
delta: reuse _findsnapshot call from previous stage
|
Thu, 20 Dec 2018 10:15:20 +0100 |
Boris Feld |
delta: have a native implementation of _findsnapshot
|
Thu, 20 Dec 2018 09:59:16 +0100 |
Boris Feld |
revlog: fix pure python slicing test when chain contains nullrev
|
Wed, 19 Dec 2018 10:54:25 +0100 |
Boris Feld |
revlog: limit base to rev size ratio to 500 instead of 50
|
Mon, 17 Dec 2018 10:46:37 +0100 |
Boris Feld |
delta: ignore base whose chains already don't match expectations
|
Mon, 17 Dec 2018 10:42:19 +0100 |
Boris Feld |
delta: exclude base candidate much smaller than the target
|
Thu, 06 Dec 2018 10:39:05 +0100 |
Boris Feld |
delta: filter nullrev out first
|
Thu, 15 Nov 2018 11:11:38 +0100 |
Boris Feld |
sparse-revlog: put the native implementation of slicechunktodensity to use
|
Thu, 15 Nov 2018 14:57:26 +0100 |
Boris Feld |
sparse-revlog: align endrevidx usages in the _slicechunktosize
|
Thu, 15 Nov 2018 14:55:11 +0100 |
Boris Feld |
sparse-revlog: use `span` variable as intended
|
Fri, 09 Nov 2018 17:58:37 +0100 |
Boris Feld |
sparse-revlog: rework the way we enforce chunk size limit
|
Tue, 13 Nov 2018 15:06:29 +0100 |
Boris Feld |
doctest: add a `issnapshot` method to _testrevlog
|
Thu, 08 Nov 2018 16:07:16 +0100 |
Boris Feld |
sparse-revlog: stop using a heap to track selected gap
|
Thu, 08 Nov 2018 16:01:30 +0100 |
Boris Feld |
sparse-revlog: stop using a heap to track gaps
|
Thu, 08 Nov 2018 15:29:58 +0100 |
Boris Feld |
sparse-revlog: fast-path before computing payload size
|
Tue, 16 Oct 2018 14:46:28 +0200 |
Boris Feld |
sparse-revlog: drop unused deltainfo parameter from segmentspan
|
Tue, 16 Oct 2018 14:43:51 +0200 |
Boris Feld |
sparse-revlog: drop unused deltainfo parameter from _slicechunktodensity
|
Mon, 15 Oct 2018 15:45:08 +0200 |
Boris Feld |
sparse-revlog: skip the span check in the sparse-revlog case
|
Thu, 01 Nov 2018 12:52:16 +0100 |
Boris Feld |
delta: skip "empty delta" optimisation for non-general case (issue6006)
stable
|
Wed, 31 Oct 2018 11:02:08 +0100 |
Boris Feld |
sparse-revlog: only refine delta candidates in the sparse case (issue6006)
stable
|
Tue, 18 Sep 2018 16:47:09 -0700 |
Gregory Szorc |
global: replace most uses of RevlogError with StorageError (API)
|
Tue, 18 Sep 2018 16:24:36 -0700 |
Gregory Szorc |
revlog: drop some more error aliases (API)
|
Tue, 18 Sep 2018 16:18:37 -0700 |
Gregory Szorc |
revlog: drop RevlogError alias (API)
|
Mon, 10 Sep 2018 08:31:41 +0200 |
Boris Feld |
revlog: reuse cached delta for identical base revision (issue5975)
|
Mon, 10 Sep 2018 10:11:21 +0200 |
Boris Feld |
snapshot: fix line order when skipping over empty deltas
|
Fri, 07 Sep 2018 11:18:45 -0400 |
Boris Feld |
snapshot: also consider the snapshot chain of one unrelated revision
|
Fri, 07 Sep 2018 11:17:37 -0400 |
Boris Feld |
snapshot: extract parent chain computation
|
Fri, 07 Sep 2018 11:17:36 -0400 |
Boris Feld |
snapshot: refine candidate snapshot base upward
|
Fri, 07 Sep 2018 11:17:35 -0400 |
Boris Feld |
snapshot: try to refine new snapshot base down the chain
|
Fri, 07 Sep 2018 11:17:34 -0400 |
Boris Feld |
snapshot: make sure we'll never refine delta base from a reused source
|
Fri, 07 Sep 2018 11:17:34 -0400 |
Boris Feld |
snapshot: turn _refinedgroups into a coroutine
|
Fri, 07 Sep 2018 11:17:33 -0400 |
Boris Feld |
snapshot: also use None as a stop value for `_refinegroup`
|
Fri, 07 Sep 2018 11:17:33 -0400 |
Boris Feld |
snapshot: add refining logic at the findeltainfo level
|
Fri, 07 Sep 2018 11:17:32 -0400 |
Boris Feld |
snapshot: use None as a stop value when looking for a good delta
|
Fri, 07 Sep 2018 11:17:32 -0400 |
Boris Feld |
snapshot: introduce an intermediate `_refinedgroups` generator
|
Fri, 07 Sep 2018 11:17:31 -0400 |
Boris Feld |
snapshot: consider unrelated snapshots at a similar level first
|
Fri, 07 Sep 2018 11:17:30 -0400 |
Boris Feld |
snapshot: consider all snapshots in the parents' chains
|
Fri, 07 Sep 2018 11:17:30 -0400 |
Boris Feld |
snapshot: search for unrelated but reusable full-snapshot
|
Fri, 07 Sep 2018 11:17:29 -0400 |
Boris Feld |
snapshot: try intermediate snapshot against parents' base
|
Tue, 04 Sep 2018 21:28:28 +0200 |
Boris Feld |
revlog: clarify the comment attached to delta reuse
|
Tue, 04 Sep 2018 21:05:21 +0200 |
Boris Feld |
revlog: drop duplicated code
|
Sat, 18 Aug 2018 08:41:36 +0200 |
Boris Feld |
revlogdeltas: move finddeltainfo filtering inside _candidategroups
|
Wed, 29 Aug 2018 09:55:11 -0700 |
Boris Feld |
revlogdeltas: split candidate groups selection from the filtering logic
|
Sat, 18 Aug 2018 07:32:05 +0200 |
Boris Feld |
revlogdeltas: pass revision number to _candidatesgroups
|
Sat, 18 Aug 2018 07:27:34 +0200 |
Boris Feld |
revlogdeltas: extract _getcandidaterevs in a function
|
Thu, 16 Aug 2018 04:38:57 +0200 |
Boris Feld |
revlogdeltas: always return a delta info object in finddeltainfo
|
Thu, 16 Aug 2018 04:20:34 +0200 |
Boris Feld |
revlogdeltas: move special cases around raw revisions in finddeltainfo
|
Wed, 29 Aug 2018 09:41:04 -0700 |
Boris Feld |
revlogdeltas: extra fulltext building in its own function
|
Thu, 16 Aug 2018 02:53:42 +0200 |
Boris Feld |
revlog: split functionality related to deltas computation in a new module
base
mercurial/revlog.py@8133de2fead3
|