mercurial/revlog.py
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
Sat, 14 Jun 2014 11:49:02 -0500 Matt Mackall revlog: fix check-code error stable
Fri, 13 Jun 2014 14:17:14 -0500 Matt Mackall revlog: hold a private reference to self._cache stable
Fri, 13 Jun 2014 14:16:03 -0500 Matt Mackall revlog: make _chunkcache access atomic stable
Thu, 17 Apr 2014 20:01:39 +0200 Mads Kiilerich revlog: backout 514d32de6646 - commonancestors
Thu, 17 Apr 2014 20:01:35 +0200 Mads Kiilerich revlog: introduce commonancestorsheads method
Thu, 10 Apr 2014 12:41:39 -0400 Matt Mackall merge with stable
Mon, 07 Apr 2014 14:18:10 -0500 Matt Mackall revlog: deal with chunk ranges over 2G on Windows (issue4215) stable
Mon, 24 Feb 2014 22:42:14 +0100 Mads Kiilerich revlog: introduce commonancestors method for getting all common ancestor heads
Tue, 26 Nov 2013 12:58:27 -0800 Durham Goode revlog: move file writing to a separate function
Sun, 17 Nov 2013 18:04:29 -0500 Brodie Rao revlog: allow tuning of the chunk cache size (via format.chunkcachesize)
Sun, 17 Nov 2013 18:04:28 -0500 Brodie Rao revlog: read/cache chunks in fixed windows of 64 KB
Mon, 11 Nov 2013 16:42:49 -0800 Durham Goode strip: add faster revlog strip computation
Mon, 11 Nov 2013 16:40:02 -0800 Durham Goode revlog: return lazy set from findcommonmissing
Mon, 23 Sep 2013 11:37:06 -0700 Matt Mackall merge with stable
Fri, 20 Sep 2013 10:45:51 -0700 Wojciech Lopata generaldelta: initialize basecache properly stable
Fri, 06 Sep 2013 23:05:33 -0700 Siddharth Agarwal revlog: remove _chunkbase since it is no longer used
Fri, 06 Sep 2013 23:05:11 -0700 Siddharth Agarwal revlog: move chunk cache preload from revision to _chunks
Fri, 06 Sep 2013 22:57:51 -0700 Siddharth Agarwal revlog._chunks: inline getchunk
Sat, 07 Sep 2013 12:42:46 -0700 Siddharth Agarwal revlog.revision: fix cache preload for inline revlogs
Fri, 06 Sep 2013 16:31:35 -0700 Siddharth Agarwal revlog: add a fast method for getting a list of chunks
Mon, 19 Aug 2013 11:25:23 -0700 Wojciech Lopata revlog: pass node as an argument of addrevision
Mon, 19 Aug 2013 11:06:38 -0700 Wojciech Lopata revlog: extract 'checkhash' method
Tue, 23 Jul 2013 17:28:12 -0500 Matt Mackall revlog: handle hidden revs in _partialmatch (issue3979) stable
Mon, 17 Jun 2013 19:44:00 -0700 Durham Goode revlog: add exception when linkrev == nullrev
Fri, 10 May 2013 21:03:01 +0200 Sune Foldager bundle-ng: move group into the bundler
Thu, 18 Apr 2013 16:46:09 +0400 Alexander Plavin revlog: fix a regression with null revision
Wed, 17 Apr 2013 00:29:54 +0400 Alexander Plavin log: fix behavior with empty repositories (issue3497)
Tue, 16 Apr 2013 10:08:20 -0700 Bryan O'Sullivan revlog: don't cross-check ancestor result against Python version
Tue, 16 Apr 2013 10:08:20 -0700 Bryan O'Sullivan parsers: a C implementation of the new ancestors algorithm
Tue, 16 Apr 2013 10:08:19 -0700 Bryan O'Sullivan revlog: choose a consistent ancestor when there's a tie
Tue, 16 Apr 2013 10:08:18 -0700 Bryan O'Sullivan ancestor: a new algorithm that is faster for nodes near tip
Sat, 09 Feb 2013 12:08:02 +0100 Benoit Boissinot revlog: document v0 format
Tue, 18 Dec 2012 10:14:01 -0800 Siddharth Agarwal revlog: move ancestor generation out to a new class
Mon, 17 Dec 2012 15:08:37 -0800 Siddharth Agarwal revlog: remove incancestors since it is no longer used
Mon, 17 Dec 2012 15:13:51 -0800 Siddharth Agarwal revlog.ancestors: add support for including revs
Wed, 21 Nov 2012 00:42:05 +0100 Pierre-Yves David revlog: allow reverse iteration with revlog.revs
Mon, 26 Nov 2012 10:48:24 -0800 Siddharth Agarwal revlog: add rev-specific variant of findmissing
Mon, 26 Nov 2012 11:02:48 -0800 Siddharth Agarwal revlog: switch findmissing to use ancestor.missingancestors
Fri, 16 Nov 2012 15:39:12 -0800 Durham Goode commit: increase perf by avoiding unnecessary filteredrevs check stable
Mon, 03 Sep 2012 14:19:45 +0200 Pierre-Yves David clfilter: split `revlog.headrevs` C call from python code
less more (0) -300 -100 -60 tip