log

age author description
Mon, 10 Jan 2011 16:02:41 -0500 Kevin Bullock subrepo: separate out mq+svn subrepo tests
Sun, 23 Jan 2011 03:15:44 +0100 Christian Ebert keyword: move repo.__class__ assignment out of monkeypatch context
Sun, 23 Jan 2011 03:15:39 +0100 Christian Ebert keyword: inform user about current keywordset in kwdemo
Wed, 26 Jan 2011 12:05:01 +0100 Martin Geisler specify C indention style using Emacs file local variables
Tue, 25 Jan 2011 16:33:46 -0800 Lee Cantey Ignore pax_global_header that some tar versions write as a file.
Mon, 24 Jan 2011 23:25:46 +0100 Patrick Mezard record: do not include files into changes count
Sun, 23 Jan 2011 15:21:56 +0100 Patrick Mezard record: simplify header methods with util.any
Sun, 23 Jan 2011 15:21:37 +0100 Patrick Mezard record: refactor the prompt loop
Sun, 23 Jan 2011 15:21:34 +0100 Patrick Mezard test-record: test peculiar changes numbering
Sun, 23 Jan 2011 13:01:17 +0100 Patrick Mezard record: turn prompt() into a pure function
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