log mercurial/revlog.py @ 1074:55bf5cfde69e

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