log mercurial/revlog.py @ 8317:5cdf4067857a

age author description
Thu, 07 May 2009 19:39:45 -0500 Matt Mackall revlog: use chunk cache to avoid rereading when splitting inline files
Thu, 07 May 2009 19:39:45 -0500 Matt Mackall revlog: clean up the chunk caching code
Thu, 07 May 2009 19:39:45 -0500 Matt Mackall revlog: use index to find index size
Thu, 07 May 2009 19:39:45 -0500 Matt Mackall revlog: preread revlog .i file
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:24:49 +0200 Martin Geisler turn some comments back into module docstrings
Sun, 26 Apr 2009 01:13:08 +0200 Martin Geisler put license and copyright info into comment blocks
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sat, 25 Apr 2009 22:25:49 +0200 Martin Geisler rebase, revlog: use set(x) instead of set(x.keys())
Wed, 22 Apr 2009 20:51:20 +0200 Martin Geisler revlog: let nodestotag be a set instead of a list
Wed, 22 Apr 2009 00:57:28 +0200 Martin Geisler replace set-like dictionaries with real sets
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Thu, 16 Apr 2009 15:34:03 +0200 Henrik Stuart strip: make repair.strip transactional to avoid repository corruption
Mon, 06 Apr 2009 20:11:00 +0200 Benoit Boissinot merge with -stable
Mon, 06 Apr 2009 19:48:11 +0200 Benoit Boissinot raise RevlogError when parser can't parse the revlog index
Mon, 23 Mar 2009 15:32:29 +0100 Nicolas Dumazet revlog: faster hash computation when one of the parent node is null
Mon, 23 Mar 2009 13:13:02 +0100 Peter Arrenbrecht cleanup: drop variables for unused return values
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Wed, 12 Nov 2008 19:11:34 -0600 Matt Mackall lookup: speed up partial lookup
Wed, 12 Nov 2008 15:58:46 -0600 Matt Mackall revlog: speed up parents()
Wed, 12 Nov 2008 15:32:16 -0600 Matt Mackall revlog: remove delta function
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Tue, 21 Oct 2008 17:00:35 +0200 Benoit Boissinot fix pull racing with push/commit (issue1320)
Fri, 17 Oct 2008 00:24:22 +0200 Bernhard Leiner use the new parseindex implementation C in parsers
Sun, 12 Oct 2008 15:21:08 -0500 Matt Mackall revlog: fix heads performance regression
Sat, 04 Oct 2008 10:14:39 +0200 Sune Foldager provide nicer feedback when an unknown node id is passed to a command
Tue, 12 Aug 2008 13:45:48 +0200 Martin Geisler Fixed docstring typos
Wed, 13 Aug 2008 20:18:41 -0500 Adrian Buehlmann revlog: add files method
Sat, 19 Jul 2008 18:19:50 +0200 Stefano Tortarolo Add ancestors and descendants to revlog