log mercurial/bundlerepo.py @ 3886:abaee83ce0a6

age author description
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
Mon, 31 Jul 2006 07:11:12 -0700 Vadim Gelfer clean up hg.py: move repo constructor code into each repo module
Tue, 25 Jul 2006 13:50:32 -0700 Vadim Gelfer hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks