mercurial/revlog.py
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
Thu, 27 Sep 2018 16:55:44 +0200 Georges Racinet rust: hooking into Python code
Tue, 09 Oct 2018 21:53:21 -0400 Matt Harbison revlog: allow flag processors to be applied via store options
Fri, 12 Oct 2018 16:19:21 +0200 Gregory Szorc revlog: update pure nodecache start lookup offset on insertion
Fri, 12 Oct 2018 06:22:43 +0200 Yuya Nishihara revlog: optimize ancestors() to not check filtered revisions for each
Tue, 02 Oct 2018 17:34:34 -0700 Gregory Szorc revlog: rewrite censoring logic
Tue, 02 Oct 2018 17:28:54 -0700 Gregory Szorc revlog: move loading of index data into own method
Wed, 03 Oct 2018 10:57:35 -0700 Gregory Szorc revlog: clear revision cache on hash verification failure
Wed, 03 Oct 2018 10:32:21 -0700 Gregory Szorc revlog: rename _cache to _revisioncache
Fri, 28 Sep 2018 16:34:53 -0700 Gregory Szorc storageutil: pass nodes into emitrevisions()
Fri, 28 Sep 2018 16:16:22 -0700 Gregory Szorc storageutil: extract most of emitrevisions() to standalone function
Fri, 28 Sep 2018 11:29:05 -0700 Gregory Szorc storageutil: extract functionality for resolving strip revisions
Fri, 28 Sep 2018 10:20:37 -0700 Gregory Szorc dagop: extract DAG local heads functionality from revlog
Fri, 28 Sep 2018 10:03:32 -0700 Gregory Szorc dagop: extract descendants() from revlog module
Sun, 30 Sep 2018 05:52:42 +0530 Pulkit Goyal py3: use util.forcebytestr() to convert error messages to bytes
Wed, 19 Sep 2018 21:02:47 +0200 Boris Feld revlog: add a callback "tracking" duplicate node addition
Mon, 24 Sep 2018 15:19:52 -0700 Gregory Szorc storageutil: extract revision number iteration
Mon, 24 Sep 2018 14:33:45 -0700 Gregory Szorc storageutil: move _censoredtext() from revlog
Mon, 24 Sep 2018 14:31:31 -0700 Gregory Szorc storageutil: move metadata parsing and packing from revlog (API)
Mon, 24 Sep 2018 14:23:54 -0700 Gregory Szorc storageutil: new module for storage primitives (API)
Mon, 24 Sep 2018 11:27:47 -0700 Gregory Szorc revlog: move revision verification out of verify
Mon, 24 Sep 2018 11:56:48 -0700 Gregory Szorc revlog: add method for obtaining storage info (API)
Mon, 24 Sep 2018 09:59:19 -0700 Gregory Szorc revlog: drop emitrevisiondeltas() and associated functionality (API)
Fri, 21 Sep 2018 14:28:21 -0700 Gregory Szorc revlog: new API to emit revision data
Wed, 19 Sep 2018 11:38:05 -0700 Gregory Szorc revlog: use proper version comparison during verify
Wed, 19 Sep 2018 11:17:28 -0700 Gregory Szorc verify: start to abstract file verification
Tue, 25 Sep 2018 22:19:40 +0900 Yuya Nishihara revlog: catch more specific exception in shortest()
Tue, 18 Sep 2018 17:51:43 -0700 Gregory Szorc revlog: move censor logic out of censor extension
Tue, 18 Sep 2018 16:28:17 -0700 Gregory Szorc revlog: drop LookupError alias (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)
Thu, 13 Sep 2018 15:52:42 -0700 Gregory Szorc revlog: add opener option to enable ellipsis flag processor
Thu, 13 Sep 2018 15:48:53 -0700 Gregory Szorc revlog: store flag processors per revlog
less more (0) -300 -100 -60 tip