log mercurial/revlog.py @ 169:e93a16de0c66

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