log mercurial/revlog.py @ 2002:4aab906517c6

age author description
Fri, 24 Mar 2006 19:51:05 +0100 Thomas Arendsen Hein Calling revlog.addgroup with an empty changegroup now raises RevlogError.
Tue, 21 Mar 2006 11:47:21 +0100 Thomas Arendsen Hein make incoming work via ssh (issue139); move chunk code into separate module.
Mon, 13 Mar 2006 03:54:23 +0100 Benoit Boissinot revlog.py: factorization and fixes for rev < 0 (nullid)
Wed, 08 Mar 2006 00:27:23 +0100 Thomas Arendsen Hein Fix some problems when working on broken repositories:
Wed, 22 Feb 2006 07:26:29 +0100 Benoit Boissinot revalidate revlog data after locking the repo (issue132)
Sun, 19 Feb 2006 19:43:03 +0100 Benoit Boissinot fix warnings from pychecker (unused variables and shadowing)
Thu, 09 Feb 2006 17:07:20 -0600 mason revlog.strip should clear the chunkcache
Wed, 01 Feb 2006 19:18:15 +0100 Benoit Boissinot Merge with crew
Thu, 15 Dec 2005 18:04:05 +0100 Benoit Boissinot reverting 11d12bd6e1dcd9610fa26e97d25e7ad553e8ffa5
Thu, 08 Dec 2005 15:12:02 +0100 Benoit Boissinot cleanup of revlog.group when repository is local
Mon, 30 Jan 2006 19:34:35 +1300 Matt Mackall verify: notice extra data in indices
Sun, 29 Jan 2006 20:30:41 +1300 Matt Mackall Fix revlog signature check for empty revlogs
Sun, 29 Jan 2006 20:27:58 +1300 Matt Mackall Add revlog version signature check
Tue, 27 Dec 2005 13:09:49 -0600 Benoit Boissinot cleanup of revlog.group when repository is local
Fri, 18 Nov 2005 22:48:47 -0800 Eric Hopper Convert all classes to new-style classes by deriving them from object.
Wed, 16 Nov 2005 12:56:19 +0100 Thomas Arendsen Hein Fixes to "hg heads -r FOO":
Wed, 16 Nov 2005 12:08:25 +0100 Benoit Boissinot add a -r/--rev option to heads to show only heads descendant from rev
Fri, 11 Nov 2005 18:20:24 -0800 mason Add revlog.strip to truncate away revisions.
Fri, 11 Nov 2005 18:20:19 -0800 mason Reduce string duplication in compression code
Mon, 07 Nov 2005 15:40:24 -0800 Matt Mackall Add safety check for addgroup
Wed, 02 Nov 2005 20:09:19 -0800 Matt Mackall Handle empty logs in repo.checksize
Wed, 02 Nov 2005 19:26:23 -0800 Matt Mackall verify: add check for mismatch of index and data length
Thu, 27 Oct 2005 12:26:16 -0700 Matt Mackall Merge bundle -r work from Eric Hopper
Mon, 10 Oct 2005 17:20:38 -0700 Eric Hopper Fix to handle case of empty list for roots or heads in nodesbetween.
Fri, 07 Oct 2005 17:07:57 -0700 Eric Hopper Fix small bug in nodesbetween if heads is [nullid].
Fri, 07 Oct 2005 10:57:11 -0700 Eric Hopper This changes the revlog.group and re-implements the localrepo.changeroup
Fri, 07 Oct 2005 10:48:27 -0700 Eric Hopper This implements the nodesbetween method, and it removes the newer method
Tue, 18 Oct 2005 20:05:54 -0700 Eric Hopper lazyindex fix, make load handle negative indexes properly.
Tue, 18 Oct 2005 18:38:39 -0700 Benoit Boissinot i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:37:48 -0700 Benoit Boissinot i18n first part: make '_' available for files who need it