mercurial/manifest.py
changeset 2142 8a1e2a9c7013
parent 2072 74d3f5336b66
child 2320 dbdce3b99988
--- 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",