mercurial/revlog.py
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
Mon, 03 Sep 2012 14:12:45 +0200 Pierre-Yves David clfilter: handle non contiguous iteration in `revlov.headrevs`
Thu, 20 Sep 2012 19:00:59 +0200 Pierre-Yves David clfilter: make the revlog class responsible of all its iteration
Tue, 11 Sep 2012 08:36:09 -0700 Bryan O'Sullivan Merge spelling fixes
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: descendants
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Thu, 12 Jul 2012 14:20:34 -0500 Matt Mackall backout e7167007c083
Thu, 12 Jul 2012 10:03:50 +0200 Martin Geisler merge with main
Wed, 11 Jul 2012 12:38:42 +0200 Friedrich Kastner-Masilko revlog: fix for generaldelta distance calculation
Mon, 25 Jun 2012 13:56:13 -0700 Bryan O'Sullivan revlog: make compress a method
Fri, 08 Jun 2012 08:39:44 -0700 Joshua Redstone revlog: remove reachable and switch call sites to ancestors
Fri, 08 Jun 2012 07:59:37 -0700 Joshua Redstone revlog: add incancestors, a version of ancestors that includes revs listed
Thu, 07 Jun 2012 15:55:12 +0200 Thomas Arendsen Hein merge heads
Mon, 04 Jun 2012 14:46:42 -0700 Brad Hall revlog: zlib.error sent to the user (issue3424)
Fri, 01 Jun 2012 15:44:13 -0700 Joshua Redstone revlog: add optional stoprev arg to revlog.ancestors()
Fri, 01 Jun 2012 12:45:16 -0700 Bryan O'Sullivan revlog: descendants(*revs) becomes descendants(revs) (API)
Fri, 01 Jun 2012 12:37:18 -0700 Bryan O'Sullivan revlog: ancestors(*revs) becomes ancestors(revs) (API)
Fri, 01 Jun 2012 17:05:31 -0700 Bryan O'Sullivan util: subclass deque for Python 2.4 backwards compatibility
Tue, 15 May 2012 10:46:23 -0700 Bryan O'Sullivan cleanup: use the deque type where appropriate
Sat, 19 May 2012 19:44:58 -0700 Bryan O'Sullivan revlog: switch to a C version of headrevs
Mon, 21 May 2012 16:36:09 -0500 Matt Mackall revlog: don't handle long for revision matching
Sat, 12 May 2012 16:00:57 +0200 Brodie Rao cleanup: "not x in y" -> "x not in y"
Sat, 12 May 2012 10:55:08 +0200 Bryan O'Sullivan revlog: speed up prefix matching against nodes
Fri, 27 Apr 2012 13:07:29 -0500 Matt Mackall revlog: backout e5750c6716eb stable
Fri, 13 Apr 2012 10:14:59 +0200 Patrick Mezard revlog: fix partial revision() docstring (from d7d64b89a65c)
Fri, 13 Apr 2012 22:55:46 -0500 Matt Mackall revlog: drop some unneeded rev.node calls in revdiff
Thu, 12 Apr 2012 20:26:33 -0700 Bryan O'Sullivan revlog: avoid an expensive string copy
Fri, 13 Apr 2012 21:35:48 -0500 Matt Mackall revlog: increase readahead size
Thu, 12 Apr 2012 14:05:59 -0700 Bryan O'Sullivan parsers: use base-16 trie for faster node->rev mapping
Sun, 08 Apr 2012 12:38:02 -0500 Matt Mackall revlog: allow retrieving contents by revision number
Sat, 07 Apr 2012 15:43:18 -0500 Matt Mackall revlog: add hasnode helper method
Fri, 13 Jan 2012 01:29:03 +0100 Pierre-Yves David revlog: make addgroup returns a list of node contained in the added source
Mon, 09 Jan 2012 04:15:31 +0100 Pierre-Yves David revlog: improve docstring for findcommonmissing
Tue, 10 Jan 2012 22:35:25 +0800 Steven Brown revlog: clarify strip docstring "readd" -> "re-add"
less more (0) -300 -100 -60 tip