log

age author description
Tue, 18 Jan 2011 15:55:46 -0600 Matt Mackall revlog: incrementally build node cache with linear searches
Fri, 07 Jan 2011 10:48:30 +0100 Adrian Buehlmann bundlerepo: use less intrusive util.posixfile to open bundle
Sat, 15 Jan 2011 23:54:01 +0100 Adrian Buehlmann osutil: treat open modes 'w' and 'a' as 'w+' and 'a+' in posixfile
Tue, 04 Jan 2011 06:29:08 +0100 jfh move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
Sun, 16 Jan 2011 17:26:34 +0100 Benoit Boissinot addchangegroup: document the current locking semantics
Sun, 16 Jan 2011 15:45:26 +0100 Christian Ebert keyword: update documentation for kwshrink
Sun, 16 Jan 2011 19:12:54 +0800 StevenGBrown tests: remove duplication of the CGI environment variables
Sun, 16 Jan 2011 12:25:46 +0100 Benoit Boissinot revlog: explicit test and explicit variable names
Sun, 16 Jan 2011 12:24:48 +0100 Benoit Boissinot revlog: if the nodemap is set, use the fast version of revlog.rev()
Sat, 15 Jan 2011 15:06:53 +0100 Benoit Boissinot revlog/parseindex: construct the nodemap if it is empty
Sat, 15 Jan 2011 13:02:19 +0100 Benoit Boissinot revlog: always add the magic nullid/nullrev entry in parseindex
Sat, 15 Jan 2011 15:04:58 +0100 Benoit Boissinot revlog/parseindex: no need to pass the file around
Sat, 15 Jan 2011 12:44:28 +0100 Benoit Boissinot parsers.c: fix comment
Sat, 15 Jan 2011 12:28:10 +0100 Benoit Boissinot perf: there is no lazy index anymore
Wed, 12 Jan 2011 13:54:39 -0600 Matt Mackall pure: update index parsing