log mercurial/revlog.py @ 1449:30146be3437c

age author description
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()