mercurial/revlog.py
Sun, 18 Aug 2019 02:28:42 +0300 Pulkit Goyal interfaceutil: move to interfaces/
Sun, 18 Aug 2019 00:45:33 +0300 Pulkit Goyal interfaces: create a new folder for interfaces and move repository.py in it
Tue, 20 Aug 2019 17:12:36 +0200 Pierre-Yves David revlog: split `rawtext` retrieval out of _revisiondata
Mon, 19 Aug 2019 16:29:43 +0200 Pierre-Yves David revlog: avoid caching raw text too early in _revisiondata
Wed, 07 Aug 2019 23:55:01 +0200 Pierre-Yves David revlog: add some documentation to `_revisiondata` code
Wed, 07 Aug 2019 23:52:55 +0200 Pierre-Yves David revlog: move `nullid` early return sooner in `_revisiondata`
Wed, 07 Aug 2019 23:48:54 +0200 Pierre-Yves David revlog: stop calling `basetext` `rawtext` in _revisiondata
Wed, 07 Aug 2019 23:46:14 +0200 Pierre-Yves David revlog: assign rawtext earlier in `_revisiondata`
Mon, 19 Aug 2019 16:14:27 +0200 Pierre-Yves David revlog: drop silly `raw` parameter to `rawdata` function
Wed, 07 Aug 2019 20:08:26 +0200 Pierre-Yves David rawdata: update caller in revlog
Thu, 08 Aug 2019 01:59:43 +0200 Pierre-Yves David flagutil: move addflagprocessor to the new module (API)
Thu, 08 Aug 2019 01:25:37 +0200 Pierre-Yves David flagutil: move insertflagprocessor to the new module (API)
Thu, 08 Aug 2019 01:28:34 +0200 Pierre-Yves David flagutil: move REVIDX_KNOWN_FLAGS source of truth in flagutil (API)
Thu, 08 Aug 2019 01:04:48 +0200 Pierre-Yves David flagutil: move the `flagprocessors` mapping in the new module
Thu, 08 Aug 2019 01:03:01 +0200 Pierre-Yves David flagutil: create a `mercurial.revlogutils.flagutil` module
Wed, 07 Aug 2019 21:54:29 +0200 Pierre-Yves David rawdata: introduce a `rawdata` method on revlog
Wed, 07 Aug 2019 17:14:48 +0200 Pierre-Yves David revlog: split a `_revisiondata` method to file `revision` job
Wed, 12 Jun 2019 14:22:49 +0100 Pierre-Yves David upgrade: always use full text if "full-add" mode is enable
Fri, 19 Jul 2019 09:43:50 -0700 Martin von Zweigbergk lookup: don't use "00changelog.i@None" when lookup of prefix fails
Thu, 20 Jun 2019 14:33:42 -0400 Augie Fackler cleanup: use named constants for second arg to .seek()
Fri, 26 Apr 2019 00:28:22 +0200 Pierre-Yves David revlog: add the option to track the expected compression upper bound
Thu, 30 May 2019 09:14:41 +0200 Georges Racinet rust: using policy.importrust from Python callers
Mon, 10 Jun 2019 13:23:14 -0400 Valentin Gatien-Baron revlog: speed up isancestor
Wed, 27 Mar 2019 18:35:59 +0100 Pierre-Yves David compression: introduce a `storage.revlog.zstd.level` configuration
Wed, 27 Mar 2019 18:35:27 +0100 Pierre-Yves David compression: introduce a `storage.revlog.zlib.level` configuration
Wed, 06 Mar 2019 14:07:27 +0100 Pierre-Yves David revlog: add some documentation to the `checksize` method
Mon, 04 Mar 2019 15:46:54 +0100 Pierre-Yves David revlog: preserve `_lazydelta` attribute in `revlog.clone`
Wed, 27 Feb 2019 12:40:18 +0100 Pierre-Yves David storage: introduce a `revlog.reuse-external-delta` config
Wed, 16 Jan 2019 16:19:26 +0100 Georges Racinet rust-cpython: using rustext.dagop.headrevs in revlog
Wed, 20 Feb 2019 11:49:06 +0100 Georges Racinet changelog: prefilter in headrevs()
Tue, 12 Feb 2019 11:27:27 -0800 Gregory Szorc revlog: use iterbytestr()
Mon, 04 Feb 2019 20:35:21 +0300 Pulkit Goyal merge with stable
Thu, 24 Jan 2019 18:22:47 -0500 Boris Feld revlog: make sure we never use sparserevlog without general delta (issue6056) stable
Fri, 25 Jan 2019 18:22:02 -0500 Boris Feld revlog: document cext oddities in terms of object/caches
Wed, 23 Jan 2019 07:49:36 -0500 Georges Racinet rust-cpython: raising error.WdirUnsupported stable
Mon, 21 Jan 2019 22:14:29 +0900 Yuya Nishihara revlog: fix resolution of revlog version 0 stable
Sun, 20 Jan 2019 11:57:36 +0900 Yuya Nishihara rust: add comment about lack of wdirrev handling stable
Sun, 13 Jan 2019 14:56:26 +0900 Yuya Nishihara revlog: document that mmap resources are released implicitly by GC
Mon, 14 Jan 2019 17:06:00 +0100 Boris Feld revlog: accept a revs argument in `headrevs`
Fri, 30 Nov 2018 14:35:57 +0100 Georges Racinet rust-cpython: using MissingAncestors from Python code
Wed, 09 Jan 2019 19:54:01 -0800 Gregory Szorc revlog: use separate variables to track version flags
Wed, 09 Jan 2019 16:18:00 -0800 Gregory Szorc revlog: inline opener options logic into _loadindex()
Wed, 09 Jan 2019 16:14:09 -0800 Gregory Szorc revlog: store mmaplargeindex as an instance attribute
Wed, 09 Jan 2019 17:41:36 -0800 Gregory Szorc revlog: always enable generaldelta on version 2 revlogs
Wed, 09 Jan 2019 15:45:17 -0800 Gregory Szorc revlog: rename v to versionflags
Wed, 09 Jan 2019 19:06:15 -0800 Gregory Szorc revlog: always process opener options
Thu, 06 Dec 2018 20:04:35 +0100 Georges Racinet rust-cpython: using the new bindings from Python
Fri, 21 Dec 2018 05:27:38 +0100 Boris Feld revlog: use the native implementation of issnapshot
Mon, 17 Dec 2018 10:51:36 +0100 Boris Feld revlog: more efficient implementation for issnapshot
Sun, 30 Dec 2018 16:14:42 +0100 Boris Feld revlog: clarify the non sparse-revlog case in `issnapshot`
Fri, 13 Jul 2018 11:45:15 +0200 Boris Feld upgrade: clarify "aggressivemergedelta" handling
Mon, 26 Nov 2018 00:08:11 +0100 Boris Feld revlog: update the docstring of `ancestors` to match reality
Tue, 13 Nov 2018 12:32:05 -0800 Gregory Szorc revlog: automatically read from opened file handles
Tue, 13 Nov 2018 12:30:59 -0800 Gregory Szorc revlog: detect incomplete revlog reads
Tue, 30 Oct 2018 16:50:05 -0700 Gregory Szorc revlog: use single file handle when de-inlining revlog
Fri, 02 Nov 2018 14:24:29 -0400 Augie Fackler merge with stable
Mon, 29 Oct 2018 17:26:25 +0100 Boris Feld changegroup: introduce an explicit linear sorting stable
Tue, 09 Oct 2018 23:26:35 +0200 Boris Feld storage: also use `deltamode argument` for ifiledata
Tue, 09 Oct 2018 22:02:01 +0200 Boris Feld changegroup: refactor emitrevision to use a `deltamode` argument
Tue, 16 Oct 2018 15:36:19 +0200 Gregory Szorc storageutil: extract most of peek_censored from revlog
less more (0) -300 -100 -60 tip