log mercurial/revlogutils/deltas.py @ 48946:642e31cb55f0

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