mercurial/revlog.py
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
Tue, 10 Aug 2010 22:27:16 +0530 Pradeepkumar Gayam revlog: teach revlog to construct a revision from parentdeltas
Tue, 10 Aug 2010 22:26:08 +0530 Pradeepkumar Gayam revlog: deltachain() returns chain of revs need to construct a revision
Tue, 10 Aug 2010 22:25:08 +0530 Pradeepkumar Gayam revlog: parentdelta flags for revlog index
Fri, 06 Aug 2010 12:59:13 -0500 Matt Mackall Merge with stable
Thu, 05 Aug 2010 16:17:17 -0500 Matt Mackall revlog: drop cache after use to save memory footprint stable
Tue, 03 Aug 2010 19:38:19 +0530 Vishakh H revlog: add shallow header flag
Tue, 03 Aug 2010 19:38:19 +0530 Vishakh H revlog: add punched revision flag
Tue, 27 Jul 2010 01:16:38 +0530 Pradeepkumar Gayam revlog: add a flags method that returns revision flags
Sun, 25 Jul 2010 13:10:57 +0200 Benoit Boissinot chunkbuffer: split big strings directly in chunkbuffer
Tue, 13 Jul 2010 22:56:01 +0900 Nicolas Dumazet merge with stable
Fri, 09 Jul 2010 11:02:39 +0900 Nicolas Dumazet cmp: document the fact that we return True if content is different stable
Thu, 01 Jul 2010 19:27:02 -0300 Renato Cunha revlog: Marked classic int divisions as such.
Thu, 10 Jun 2010 17:10:05 +0200 Martin Geisler revlog: fix inconsistent comment formatting
Tue, 11 May 2010 16:28:09 -0500 Matt Mackall static-http: disable lazy parsing
Thu, 15 Apr 2010 15:35:06 +0200 Benoit Boissinot merge with stable
Thu, 15 Apr 2010 15:21:21 +0200 Benoit Boissinot add documentation for revlog._prereadsize stable
Thu, 15 Apr 2010 13:52:41 +0200 Benoit Boissinot merge with stable
Wed, 14 Apr 2010 15:06:40 -0400 Greg Ward revlog: fix lazyparser.__iter__() to return all revisions (issue2137) stable
Tue, 13 Apr 2010 17:58:38 -0400 Greg Ward revlog: factor out _maxinline global. stable
Tue, 13 Apr 2010 17:58:38 -0400 Greg Ward revlog: factor out _maxinline global.
Tue, 13 Apr 2010 22:06:17 +0200 Benoit Boissinot revlog: put graph related functions together
Tue, 09 Feb 2010 14:02:07 +0100 Benoit Boissinot revlog.size: remove alternate implementation (revlogv0 specific)
Mon, 08 Feb 2010 17:28:19 +0100 Benoit Boissinot revlog: don't silently discard revlog flags on revlogv0
Sat, 06 Feb 2010 12:47:17 +0100 Dirkjan Ochtman revlog: fix up previously stupid API change
Sat, 06 Feb 2010 11:27:22 +0100 Dirkjan Ochtman revlog: add a fast path for checking ancestry
Fri, 05 Feb 2010 19:10:26 +0100 Vsevolod Solovyov add options dict to localrepo.store.opener and use it for defversion
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
less more (0) -300 -100 -60 tip