mercurial/revlog.py
Sat, 07 May 2011 22:40:14 +0200 Sune Foldager revlog: calculate base revisions iteratively
Sat, 07 May 2011 22:37:40 +0200 Sune Foldager revlog: remove the last bits of punched/shallow
Fri, 06 May 2011 12:09:20 +0200 Martin Geisler revlog: use real Booleans instead of 0/1 in nodesbetween
Thu, 05 May 2011 18:05:24 +0200 Sune Foldager revlog: compute correct deltaparent in the deltaparent function
Thu, 05 May 2011 12:46:02 +0200 Sune Foldager revlog: remove support for punched/shallow
Thu, 05 May 2011 12:55:12 +0200 Sune Foldager revlog: remove support for parentdelta
Mon, 02 May 2011 19:21:30 +0200 Peter Arrenbrecht discovery: add new set-based discovery
Sat, 30 Apr 2011 19:01:24 +0200 Benoit Boissinot unbundler: separate delta and header parsing
Sat, 30 Apr 2011 11:03:28 +0200 Benoit Boissinot changegroup: new bundler API
Sat, 30 Apr 2011 10:00:41 +0200 Benoit Boissinot bundler: make parsechunk return the base revision of the delta
Sat, 30 Apr 2011 16:33:47 +0200 Sune Foldager revlog: introduce _chunkbase to allow filelog to override
Sat, 30 Apr 2011 13:59:14 +0200 Alexander Solovyov remove unused imports and variables
Thu, 31 Mar 2011 15:24:06 -0500 Matt Mackall changegroup: introduce bundler objects
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: add revlog to the group callback
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: move sorting down into group
Mon, 28 Mar 2011 11:18:56 -0500 Matt Mackall changegroup: combine infocollect and lookup callbacks
Thu, 24 Mar 2011 17:16:30 -0500 Matt Mackall changegroup: drop unused fullrev
Sat, 26 Mar 2011 17:12:02 -0500 Matt Mackall revlog: change variable name to avoid reuse
Wed, 23 Mar 2011 16:02:11 +0100 Peter Arrenbrecht wireproto: add getbundle() function
Fri, 24 Dec 2010 15:23:01 +0100 Dan Villiom Podlaski Christiansen explicitly close files
Fri, 21 Jan 2011 16:26:01 -0600 Matt Mackall revlog: remove stray test in rev()
Tue, 18 Jan 2011 15:55:48 -0600 Matt Mackall revlog: pass rev to _checkhash
Tue, 18 Jan 2011 15:55:46 -0600 Matt Mackall revlog: incrementally build node cache with linear searches
Sun, 16 Jan 2011 12:25:46 +0100 Benoit Boissinot revlog: explicit test and explicit variable names
Sun, 16 Jan 2011 12:24:48 +0100 Benoit Boissinot revlog: if the nodemap is set, use the fast version of revlog.rev()
Sat, 15 Jan 2011 15:06:53 +0100 Benoit Boissinot revlog/parseindex: construct the nodemap if it is empty
Sat, 15 Jan 2011 13:02:19 +0100 Benoit Boissinot revlog: always add the magic nullid/nullrev entry in parseindex
Sat, 15 Jan 2011 15:04:58 +0100 Benoit Boissinot revlog/parseindex: no need to pass the file around
Tue, 11 Jan 2011 21:52:03 -0600 Matt Mackall revlog: do revlog node->rev mapping by scanning
Tue, 11 Jan 2011 17:12:32 -0600 Matt Mackall revlog: introduce a cache for partial lookups
Tue, 11 Jan 2011 17:01:04 -0600 Matt Mackall revlog: only build the nodemap on demand
Tue, 04 Jan 2011 14:12:52 -0600 Matt Mackall revlog: remove lazy index
Thu, 06 Jan 2011 17:04:41 -0600 Matt Mackall revlog: break hash checking into subfunction
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Sun, 07 Nov 2010 18:23:48 +0900 Nicolas Dumazet revlog: fix descendants() if nullrev is in revs stable
Sun, 07 Nov 2010 18:16:07 +0900 Nicolas Dumazet revlog: if start is nullrev, end is always a descendant stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: choose best delta for parentdelta (issue2466) stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: precalculate p1 and p2 revisions stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: extract delta building to a subfunction stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: simplify cachedelta handling stable
Sat, 30 Oct 2010 02:47:34 -0500 Matt Mackall revlog: fix buildtext local scope stable
Fri, 08 Oct 2010 18:00:19 -0500 Benoit Boissinot revlog.addgroup(): always use _addrevision() to add new revlog entries
Fri, 08 Oct 2010 18:00:16 -0500 Benoit Boissinot revlog._addrevision(): allow text argument to be None, build it lazily
Sun, 19 Sep 2010 13:12:45 -0500 Matt Mackall bundle: move chunk parsing into unbundle class
Sun, 19 Sep 2010 12:51:54 -0500 Matt Mackall bundle: get rid of chunkiter
Mon, 23 Aug 2010 13:28:04 +0200 Benoit Boissinot mdiff.patch(): add a special case for when the base text is empty
Mon, 23 Aug 2010 13:24:19 +0200 Benoit Boissinot revlog: add rawsize(), identical to size() but not subclassed by filelog
Sun, 22 Aug 2010 23:17:17 +0200 Benoit Boissinot revlog.addrevision(): move computation of nodeid in addrevision()
Sat, 21 Aug 2010 19:31:59 +0200 Benoit Boissinot revlog: fix docstring
Sat, 21 Aug 2010 19:30:42 +0200 Benoit Boissinot deltaparent(): don't return nullrev for a revision containing a full snapshot
Fri, 13 Aug 2010 19:42:28 +0530 Vishakh H revlog: addgroup re-adds punched revisions for missing parents
Fri, 13 Aug 2010 19:41:51 +0530 Vishakh H revlog: generate full revisions when parent node is missing
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): inline deltachain computation
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): remove debug code
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): don't use nullrev as the default value for the cache
Fri, 20 Aug 2010 00:17:50 +0200 Benoit Boissinot revlog.revision(): minor cleanup
Wed, 18 Aug 2010 19:37:23 +0200 Benoit Boissinot parendelta: fix computation of base rev (fixes issue2337)
Wed, 18 Aug 2010 19:45:52 +0200 Benoit Boissinot revlog._addrevision(): make the parent of the cached delta explicit
Sun, 15 Aug 2010 23:13:56 -0500 Matt Mackall revlog: optimize deltachain
Tue, 10 Aug 2010 22:27:41 +0530 Pradeepkumar Gayam revlog: append delta against p1
less more (0) -300 -100 -60 tip