log

age author description
Sun, 23 Jan 2011 12:44:05 +0100 Patrick Mezard record: turn consumefile() into a pure function
Sun, 23 Jan 2011 12:30:15 +0100 Patrick Mezard hghave: remove unused hotshot check
Sat, 22 Jan 2011 16:29:10 +0100 Patrick Mezard Merge with stable
Sat, 22 Jan 2011 16:15:40 +0100 Patrick Mezard subrepo: compare svn subrepo state to last committed revision stable
Sat, 22 Jan 2011 09:13:04 -0600 Steve Borho merge with stable
Fri, 21 Jan 2011 14:42:15 -0600 Steve Borho win32: win32console.GetStdHandle() can return None stable
Fri, 21 Jan 2011 16:26:01 -0600 Matt Mackall revlog: remove stray test in rev()
Thu, 20 Jan 2011 20:35:54 +0100 Benoit Boissinot merge with main
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann opener: use util.unlink (issue2524)
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann lock: use util.unlink (issue2537)
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann reintroduces util.unlink, for POSIX and Windows.
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann opener: check exception for ENOENT
Tue, 11 Jan 2011 14:10:16 +0100 Adrian Buehlmann windows.rename: check OSError for EEXIST
Tue, 18 Jan 2011 15:55:49 -0600 Matt Mackall perf: restore lazyindex hack
Tue, 18 Jan 2011 15:55:48 -0600 Matt Mackall revlog: pass rev to _checkhash
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