log mercurial/revlog.py @ 25400:7759dc97c5c7

age author description
Fri, 29 May 2015 14:24:50 -0700 Laurent Charignon phases: fix bug where native phase computation wasn't called
Sat, 16 May 2015 11:28:04 -0700 Martin von Zweigbergk util: drop alias for collections.deque
Wed, 25 Mar 2015 15:58:31 -0400 Mike Edgar revlog: make converting from inline to non-line work after a strip
Fri, 20 Mar 2015 11:14:27 -0700 Laurent Charignon phase: default to C implementation for phase computation
Wed, 14 Jan 2015 15:16:08 -0500 Mike Edgar revlog: addgroup checks if incoming deltas add censored revs, sets flag bit
Wed, 21 Jan 2015 17:11:37 -0500 Mike Edgar revlog: _addrevision creates full-replace deltas based on censored revisions
Fri, 06 Feb 2015 01:38:16 +0000 Mike Edgar revlog: special case expanding full-replacement deltas received by exchange
Fri, 06 Feb 2015 00:55:29 +0000 Mike Edgar revlog: in addgroup, reject ill-formed deltas based on censored nodes
Fri, 23 Jan 2015 17:01:39 -0500 Mike Edgar revlog: add "iscensored()" to revlog public API
Wed, 04 Feb 2015 21:25:57 +0900 Yuya Nishihara revlog: add __contains__ for fast membership test
Mon, 12 Jan 2015 14:41:25 -0500 Mike Edgar revlog: verify censored flag when hashing added revision fulltext
Mon, 12 Jan 2015 14:30:24 -0500 Mike Edgar revlog: add flags argument to _addrevision, update callers use default flags
Mon, 12 Jan 2015 14:01:52 -0500 Mike Edgar revlog: define censored flag for revlogng index
Fri, 14 Nov 2014 16:52:40 -0800 Siddharth Agarwal revlog: switch findmissing* methods to incrementalmissingrevs
Sun, 16 Nov 2014 00:39:48 -0800 Siddharth Agarwal revlog: add a method to get missing revs incrementally
Fri, 14 Nov 2014 14:36:25 -0800 Siddharth Agarwal ancestor.lazyancestors: take parentrevs function rather than changelog
Thu, 13 Nov 2014 21:36:38 -0800 Siddharth Agarwal revlog: cache chain info after calculating it for a rev (issue4452)
Tue, 11 Nov 2014 20:08:19 -0800 Siddharth Agarwal revlog: increase I/O bound to 4x the amount of data consumed
Tue, 11 Nov 2014 20:01:19 -0800 Siddharth Agarwal revlog: bound based on the length of the compressed deltas
Tue, 11 Nov 2014 19:54:36 -0800 Siddharth Agarwal revlog: compute length of compressed deltas along with chain length
Tue, 11 Nov 2014 21:41:12 -0800 Siddharth Agarwal revlog: store fulltext when compressed delta is bigger than it
Tue, 11 Nov 2014 21:39:56 -0800 Siddharth Agarwal revlog: make a predicate clearer with parens
Thu, 06 Nov 2014 14:20:05 -0800 Mateusz Kwapich revlog: add config variable for limiting delta-chain length
Thu, 06 Nov 2014 14:08:25 -0800 Mateusz Kwapich debugrevlog: fix computing chain length in debugrevlog -d
Wed, 03 Sep 2014 16:34:29 -0400 Mike Edgar revlog: support importing censored file revision tombstones
Wed, 24 Sep 2014 15:14:44 -0400 Augie Fackler revlog: move references to revlog.hash to inside the revlog class
Wed, 24 Sep 2014 15:10:52 -0400 Augie Fackler revlog: mark nullhash as module-private
Tue, 19 Aug 2014 01:13:10 +0200 Mads Kiilerich comments: describe ancestor consistently - avoid 'least common ancestor'
Tue, 19 Aug 2014 01:13:10 +0200 Mads Kiilerich revlog: introduce isancestor method for efficiently determining node lineage
Tue, 26 Aug 2014 13:11:53 +0200 Matt Mackall repoview: fix 0L with pack/unpack for 2.4