log mercurial/bundlerepo.py @ 4988:14486eea8e7a

age author description
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: speed up chunkcache
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: mark cache private
Mon, 23 Jul 2007 20:44:08 -0500 Matt Mackall revlog: add a magic null revision to our index
Sat, 21 Jul 2007 16:18:21 -0500 Matt Mackall revlog: raise offset/type helpers to global scope
Tue, 19 Jun 2007 08:51:34 +0200 Thomas Arendsen Hein Updated copyright notices and add "and others" to "hg version"
Thu, 22 Mar 2007 19:12:03 -0500 Matt Mackall revlog: don't pass datafile as an argument
Mon, 15 Jan 2007 18:23:21 +0100 Benoit Boissinot merge with -stable
Mon, 15 Jan 2007 17:56:20 +0100 Benoit Boissinot bundlerepo: it was meant to be revdiff() instead of chunk()
Mon, 18 Dec 2006 12:22:43 -0800 Brendan Cully Add revlog.LookupError exception, and use it instead of RevlogError.
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Tue, 05 Dec 2006 11:28:23 +0100 Benoit Boissinot introduce localrepo.spath for the store path, sopener fixes
Mon, 04 Dec 2006 09:38:49 +0100 Benoit Boissinot bundlerepo: don't hardcode the revlog filename
Sun, 29 Oct 2006 10:55:38 +0100 Thomas Arendsen Hein Explicitly use REVLOGV0 instead of 0 in bundlerepo.
Mon, 16 Oct 2006 20:38:04 -0300 Alexis S. L. Carvalho bundlerepo: avoid exception in __del__ when the bundle doesn't exist