diff -r ed631e83fa06 -r 8a1e2a9c7013 mercurial/manifest.py --- a/mercurial/manifest.py Thu Apr 27 21:03:07 2006 +0200 +++ b/mercurial/manifest.py Thu Apr 27 21:16:46 2006 +0200 @@ -12,7 +12,7 @@ demandload(globals(), "bisect array") class manifest(revlog): - def __init__(self, opener, defversion=0): + def __init__(self, opener, defversion=REVLOGV0): self.mapcache = None self.listcache = None revlog.__init__(self, opener, "00manifest.i", "00manifest.d",