log mercurial/revlog.py @ 23337:3a8a763f4197

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