log mercurial/revlog.py @ 5325:5971cfc0a56a

age author description
Mon, 24 Sep 2007 12:34:26 -0500 Matt Mackall Merge with crew
Fri, 21 Sep 2007 17:14:39 -0500 Matt Mackall revlog: more robust for damaged indexes
Sun, 23 Sep 2007 18:24:19 +0200 Patrick Mezard revlog: fix inlined revision transaction extra data (issue 749)
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: localize some fastpath functions
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: minor chunk speed-up
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: minor revdiff reorganization
Thu, 26 Jul 2007 12:02:58 -0500 Matt Mackall revlog: move flag checking out of the offset fastpath
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: avoid some unnecessary seek/tell syscalls
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall lazyparser.findnode: fix typo and s/rfind/find/
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall lazyindex: speed up __getitem__
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall lazyparser: up the blocksize from 512 bytes to 64k
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: implement a fast path for heads
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlogio: speed up parsing
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: eliminate diff and patches functions
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: speed up chunkcache
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: some basic code reordering
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: abstract out index entry packing
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: simplify revlog.__init__
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: mark cache private
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: pull chunkcache back into revlog
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: change _inline from a function to a variable
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: simplify addrevision
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: some codingstyle cleanups
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: add a magic null revision to our index
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: change accesses to index entry elements to use positive offsets
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: parse revlogv0 indexes into v1 internally
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: only allow lazy parsing with revlogng files
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: simplify the v1 immediate parser
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: set the threshold for lazy parsing higher
Mon, 23 Jul 2007 20:44:07 -0500 Matt Mackall revlog: simplify the v0 parser
Mon, 23 Jul 2007 20:44:07 -0500 Matt Mackall revlog: add revlogio interface
Mon, 23 Jul 2007 20:44:07 -0500 Matt Mackall revlog: regroup parsing code
Sat, 21 Jul 2007 16:18:42 -0500 Matt Mackall revlog: privatize some methods
Sat, 21 Jul 2007 16:18:24 -0500 Matt Mackall revlog: delete unused function makenode
Sat, 21 Jul 2007 16:18:21 -0500 Matt Mackall revlog: raise offset/type helpers to global scope
Tue, 03 Jul 2007 12:45:33 +0200 Thomas Arendsen Hein Fix revlog.children so the real children of the null revision can be calculated.
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Mon, 04 Jun 2007 00:26:53 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 04 Jun 2007 00:24:48 -0300 Alexis S. L. Carvalho Also check the index file size when deciding whether to reload a revlog.
Sat, 07 Apr 2007 04:45:27 -0300 Alexis S. L. Carvalho Merge with crew-stable.
Sat, 07 Apr 2007 04:27:55 -0300 Alexis S. L. Carvalho revlog.py: fix/tweak read ahead code in lazyparser
Mon, 02 Apr 2007 14:16:44 -0500 Matt Mackall Fixups for recent changes in revlog version handling
Sat, 24 Mar 2007 13:31:43 +0100 Thomas Arendsen Hein Fixed spacing in assignment of REVLOG_DEFAULT_VERSION
Thu, 22 Mar 2007 19:52:38 -0500 Matt Mackall revlog: simplify revlog version handling
Thu, 22 Mar 2007 19:12:03 -0500 Matt Mackall revlog: don't pass datafile as an argument
Thu, 15 Mar 2007 18:57:47 -0500 Matt Mackall Merge with stable
Thu, 15 Mar 2007 18:38:46 -0500 Matt Mackall revlog: attempt to gracefully handle some interleaved damage
Sun, 04 Feb 2007 16:08:56 -0800 Brendan Cully lazyindex: handle __delitem__ in loadblock
Mon, 18 Dec 2006 12:22:43 -0800 Brendan Cully Add revlog.LookupError exception, and use it instead of RevlogError.
Sun, 17 Dec 2006 21:48:22 -0600 Matt Mackall Sync with -stable
Sun, 17 Dec 2006 05:00:22 +0100 Benoit Boissinot fix calculation of new heads added during push with -r 0.9.3
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Fri, 01 Dec 2006 23:27:53 +0100 Thomas Arendsen Hein Use unsigned version format.
Fri, 01 Dec 2006 23:16:12 +0100 Thomas Arendsen Hein Improve error message for unknown revlog flags.
Fri, 01 Dec 2006 02:24:56 -0600 Matt Mackall Make revlog error slightly less scary
Sun, 19 Nov 2006 16:32:36 -0600 Matt Mackall add docstring to reachable
Sun, 19 Nov 2006 16:09:04 +0100 Thomas Arendsen Hein Indentation cleanups for 2956948b81f3.
Sat, 18 Nov 2006 17:20:38 -0200 Marcos Chaves fix warnings generated by pygettext.py.
Mon, 13 Nov 2006 13:26:57 -0600 Matt Mackall revlog: reachable actually takes a node
Sun, 29 Oct 2006 16:14:55 +0100 Benoit Boissinot revlog: more nullrev fixes
Sun, 29 Oct 2006 16:14:02 +0100 Benoit Boissinot revlog: return 0 as offset for nullid
Sun, 29 Oct 2006 14:41:14 +0100 Benoit Boissinot revlog.size() fix handling of rev == -1
Sun, 29 Oct 2006 10:53:51 +0100 Thomas Arendsen Hein Define and use nullrev (revision of nullid) instead of -1.
Tue, 24 Oct 2006 23:00:43 -0300 Alexis S. L. Carvalho revlog.py: always return tuples from parents and parentrevs
Tue, 24 Oct 2006 13:46:04 -0500 Matt Mackall Merge with crew
Wed, 18 Oct 2006 11:44:56 -0500 Matt Mackall Only look up tags and branches as a last resort
Thu, 19 Oct 2006 16:55:34 +0200 Benoit Boissinot fix errors spotted by pychecker
Thu, 19 Oct 2006 10:23:27 +0200 Benoit Boissinot revlog.children: use parentrevs instead of parents
Tue, 17 Oct 2006 22:07:54 -0500 Matt Mackall revlog.lookup tweaks
Sat, 14 Oct 2006 18:47:48 -0300 Alexis S. L. Carvalho make revlog.addgroup pass its file handles to addrevision
Thu, 12 Oct 2006 11:40:26 +0200 Benoit Boissinot nodesbetween: fix a bug with duplicate heads
Wed, 11 Oct 2006 12:06:14 -0700 Brendan Cully Teach bdiff to support buffer objects
Sat, 30 Sep 2006 15:15:59 +0200 Benoit Boissinot correctly find the type of 'id' in revlog.lookup
Sun, 24 Sep 2006 13:52:27 +0200 Benoit Boissinot optimize revlog.lookup when passed hex(node)[:...]
Sun, 24 Sep 2006 13:52:25 +0200 Benoit Boissinot cleanups in revlog.lookup
Thu, 21 Sep 2006 18:15:44 -0500 Matt Mackall Switch revlog.ancestor to use revisions rather than nodeids
Wed, 20 Sep 2006 16:50:50 -0500 Matt Mackall Abstract ancestor algorithm into generic function
Mon, 18 Sep 2006 17:43:31 +0200 Benoit Boissinot fix warnings spotted by pychecker
Wed, 13 Sep 2006 14:37:51 -0300 Alexis S. L. Carvalho Avoid negative block sizes in lazyparser.
Sun, 10 Sep 2006 19:15:08 -0300 Alexis S. L. Carvalho don't let lazyparser read more data than it can handle
Tue, 15 Aug 2006 14:18:13 -0500 Matt Mackall Move cmp bits from filelog to revlog
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Thu, 03 Aug 2006 21:24:19 -0500 Matt Mackall revlog.lookup optimization
Mon, 17 Jul 2006 01:59:06 +0200 Benoit Boissinot fix filectxt to really work
Mon, 17 Jul 2006 01:58:59 +0200 Benoit Boissinot correct the handling of linkrev with nullid
Mon, 17 Jul 2006 01:58:50 +0200 Benoit Boissinot lookup should allow -1 to represent nullid (if passed an int as arg)
Wed, 12 Jul 2006 08:28:00 -0700 Vadim Gelfer clean up trailing white space.
Wed, 28 Jun 2006 16:52:42 -0500 Matt Mackall revlog: make lookup handle binary nodes
Wed, 28 Jun 2006 15:49:33 -0500 Matt Mackall revlog: handle integer arguments to lookup
Tue, 20 Jun 2006 15:02:23 -0300 Alexis S. L. Carvalho Change revlog.heads to walk the revision graph using revision numbers
Tue, 20 Jun 2006 14:57:30 -0300 Alexis S. L. Carvalho Add revlog.parentrevs function.
Wed, 31 May 2006 22:25:20 +0200 Thomas Arendsen Hein Manifest groups may be empty, so don't abort in this case (fixes issue210).
Tue, 16 May 2006 11:07:56 +0200 Benoit Boissinot fix a typo in an error message
Sun, 14 May 2006 18:22:12 -0300 Alexis S. L. Carvalho Fix revlog.parseindex
Wed, 10 May 2006 15:26:56 -0700 mason Reduce ram used for very large inlined index files
Wed, 10 May 2006 11:10:18 -0700 Vadim Gelfer windows: revlog.lazyparser not always safe to use.
Mon, 08 May 2006 14:26:18 -0500 mason Use revlogng and inlined data files by default
Tue, 02 May 2006 14:37:55 -0700 Vadim Gelfer merge with crew.
Tue, 02 May 2006 14:30:00 -0700 Vadim Gelfer fix file handling bugs on windows.
Thu, 27 Apr 2006 21:16:46 +0200 Thomas Arendsen Hein Replaced 0 with REVLOGV0 where this meaning is used.
Thu, 27 Apr 2006 21:03:07 +0200 Thomas Arendsen Hein Corrected error message for incompatible revision flags.
Wed, 26 Apr 2006 22:42:07 -0700 Alexis S. L. Carvalho Fix revlog-ng interaction with old-http.
Wed, 19 Apr 2006 08:33:46 -0700 Vadim Gelfer make appendfile simpler so it does not break with revlogng on windows.
Mon, 17 Apr 2006 13:19:58 -0400 Chris Mason Fix transaction handling during interleaved file split.
Sat, 08 Apr 2006 20:08:06 -0400 mason Additional appendfile fixes for interleaved data/index files
Thu, 06 Apr 2006 20:13:09 -0400 Chris Mason Speedup revlog.ancestors for the linear case
Tue, 04 Apr 2006 19:00:40 -0400 mason Reduce index memory usage by storing the bare string instead of tuples
Tue, 04 Apr 2006 16:47:12 -0400 mason New lazy index code for revlogs.
Tue, 04 Apr 2006 16:38:44 -0400 mason Fill in the uncompressed size during revlog.addgroup
Tue, 04 Apr 2006 16:38:44 -0400 mason Fix inlined revlogs to seek to eof after opening "a+"
Tue, 04 Apr 2006 16:38:44 -0400 mason Create an atomic opener that does not automatically rename on close
Tue, 04 Apr 2006 16:38:43 -0400 mason Make the appendfile class inline-data index friendly
Tue, 04 Apr 2006 16:38:43 -0400 mason Implement data inlined with the index file
Tue, 04 Apr 2006 16:38:43 -0400 mason Implement revlogng.
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
Sat, 15 Oct 2005 15:49:05 -0700 Matt Mackall Fix traceback on bad revlog.lookup
Mon, 26 Sep 2005 16:52:47 -0700 Matt Mackall Repair ancestor logic, fix up test cases
Fri, 23 Sep 2005 00:05:16 -0700 Bryan O'Sullivan Move urllib error handling from revlog into statichttprepo, where it belongs.
Thu, 22 Sep 2005 23:31:44 -0700 Bryan O'Sullivan Make revlog constructor more discerning in its treatment of errors.
Tue, 13 Sep 2005 14:16:15 -0500 mpm Revert some exception type changes in revlog
Thu, 08 Sep 2005 01:27:25 -0700 mpm Add preliminary support for the bundle and unbundle commands
Wed, 07 Sep 2005 23:38:28 -0700 mpm Smarter handling of revlog key errors
Sun, 04 Sep 2005 14:45:03 -0700 Bryan O'Sullivan revlog: raise informative exception if file is missing.
Sat, 27 Aug 2005 15:19:36 -0700 mpm Minor import fixups
Sat, 27 Aug 2005 14:43:20 -0700 mpm Move hash function back to revlog from node
Sat, 27 Aug 2005 14:21:25 -0700 mpm Break apart hg.py
Sat, 27 Aug 2005 01:43:48 -0700 mpm Add some docstrings to revlog.py
Fri, 26 Aug 2005 19:19:35 -0700 mason Add revlog.reachable to find a graph of ancestors for a given rev
Fri, 26 Aug 2005 19:08:25 -0700 Bart Trojanowski [PATCH] raise exceptions with Exception subclasses
Fri, 26 Aug 2005 13:06:58 +0200 benoit boissinot pep-0008 cleanup
Sun, 14 Aug 2005 20:09:09 -0800 mason Add optional stop revision to revlog.heads
Sat, 13 Aug 2005 19:43:42 -0800 mpm Merge with BOS
Sat, 13 Aug 2005 15:26:32 -0800 Bryan O'Sullivan Merge walk changes with Matt's tip.
Sat, 13 Aug 2005 15:23:06 -0800 Bryan O'Sullivan Merge with TAH.
Fri, 12 Aug 2005 10:17:12 -0800 Bryan O'Sullivan Merge patchbomb script.
Fri, 12 Aug 2005 09:58:35 -0800 Bryan O'Sullivan Merge Chris's changes with mine.
Tue, 09 Aug 2005 17:24:38 -0800 Bryan O'Sullivan Merge with mpm.
Sat, 06 Aug 2005 21:58:28 +0100 Tristan Wibberley Fixed revlog.children.
Fri, 08 Jul 2005 18:10:57 -0800 Matt Mackall Fix out of range regression
Fri, 08 Jul 2005 13:21:22 -0800 Matt Mackall Fix corruption resulting from skipping parts of a revision group
Fri, 08 Jul 2005 00:07:54 -0800 Matt Mackall Fix an odd revlog bug
Wed, 06 Jul 2005 22:28:35 -0800 mason Performance enhancements for manifest.add()
Thu, 30 Jun 2005 23:28:16 -0800 mpm Merge with TAH
Thu, 30 Jun 2005 21:47:23 +0100 Thomas Arendsen Hein Merge with upstream
Thu, 30 Jun 2005 08:44:22 -0800 mpm Hashing speed-up
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Sun, 26 Jun 2005 15:12:51 -0800 mpm Pull from TAH
Sun, 26 Jun 2005 12:04:59 +0100 Thomas Arendsen Hein Really _call_ method revlog.count in revlog.lookup()
Fri, 24 Jun 2005 23:50:27 -0800 mpm Various node id lookup tweaks
Thu, 23 Jun 2005 17:37:47 -0800 mpm Make lookup a bit smarter
Thu, 16 Jun 2005 00:39:30 -0800 mpm Ancestor algorithm fix
Wed, 15 Jun 2005 21:13:49 -0800 mpm Merge with TAH
Wed, 15 Jun 2005 21:11:40 -0800 mpm Change the size of the short hash representation
Wed, 15 Jun 2005 19:48:04 -0800 mpm revlog: add a children function
Mon, 13 Jun 2005 18:36:40 -0800 mpm Merge with TAH
Mon, 13 Jun 2005 12:01:12 -0800 mpm lazyparser speed ups
Fri, 10 Jun 2005 09:36:38 -0800 mpm Merge with TAH
Fri, 10 Jun 2005 00:26:29 -0800 mpm revlog: allow duplicates
Sat, 04 Jun 2005 11:10:42 -0800 mpm fix heads for rev 0
Fri, 03 Jun 2005 18:29:46 -0800 mpm Resolve bits from TAH
Fri, 03 Jun 2005 13:32:37 -0800 mpm Merge from tah
Fri, 03 Jun 2005 12:43:16 -0800 mpm fix bad assumption about uniqueness of file versions
Thu, 02 Jun 2005 18:07:01 -0800 mpm Beginning of multi-head support
Wed, 01 Jun 2005 00:21:38 -0800 mpm revlog: remove some unnecessary imports
Mon, 30 May 2005 08:03:54 -0800 mpm Changes to network protocol
Wed, 25 May 2005 08:54:54 -0800 mpm Merge from hgweb
Tue, 24 May 2005 23:11:44 -0800 mpm A new ancestor algorithm
Fri, 20 May 2005 17:50:11 -0800 mpm Remove some debugging code from lazyparser
Fri, 20 May 2005 17:40:24 -0800 mpm Add code to retrieve or construct a revlog delta
Fri, 20 May 2005 17:36:02 -0800 mpm Make revision code slightly faster
Fri, 20 May 2005 17:35:20 -0800 mpm Only use lazy indexing for big indices and avoid the overhead of the
Fri, 20 May 2005 17:34:04 -0800 mpm Make lazyindex load slightly faster
Fri, 20 May 2005 17:31:12 -0800 mpm Make compression more intelligent:
Wed, 18 May 2005 16:59:54 -0800 mpm Add paranoia to diff code
Wed, 18 May 2005 16:47:49 -0800 mpm Add iterator to the lazymap code
Wed, 18 May 2005 16:29:39 -0800 mpm Refactor merge code
Tue, 17 May 2005 12:20:29 -0800 mpm Friendlier exceptions for unknown node errors
Tue, 17 May 2005 11:40:26 -0800 mpm More useful message on broken addgroup chain
Tue, 17 May 2005 11:06:59 -0800 mpm Add -q quiet option
Tue, 17 May 2005 01:07:01 -0800 mpm Fix bug in lazymap code
Tue, 17 May 2005 00:33:22 -0800 mpm Add lazy{parser,index,map} to speed up processing of index files
Mon, 16 May 2005 22:10:02 -0800 mpm Change revlog to use new patch code
Sat, 14 May 2005 10:27:14 -0800 mpm Add mdiff.patches to speed up applying thousands of patches to the manifest
Fri, 13 May 2005 13:12:32 -0800 mpm Add tag support
Fri, 13 May 2005 11:47:16 -0800 mpm Fix up a bunch of bugs in the new merge code 0.4f
Thu, 12 May 2005 17:54:55 -0800 mpm Diff in subdirectories from Jake Edge
Tue, 10 May 2005 00:40:49 -0800 mpm Add changegroup support
Tue, 10 May 2005 00:34:57 -0800 mpm Fix recursion depth trouble with ancestor algorithm
Sat, 07 May 2005 16:33:31 -0800 mpm Fix truncate logic for indices again
Sat, 07 May 2005 16:11:36 -0800 mpm Add smart node lookup by substring or by rev number
Wed, 04 May 2005 22:51:25 -0800 mpm Simplify integrity checking
Wed, 04 May 2005 09:33:46 -0800 mpm Fix off-by-one truncation in transaction rollback.
Tue, 03 May 2005 18:35:03 -0800 mpm Handle nullid better for ancestor
Tue, 03 May 2005 13:16:10 -0800 mpm Add back links from file revisions to changeset revisions