log mercurial/bundlerepo.py @ 4022:bf329bda51a6

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