diff mercurial/manifest.py @ 2142:8a1e2a9c7013

Replaced 0 with REVLOGV0 where this meaning is used.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 27 Apr 2006 21:16:46 +0200
parents 74d3f5336b66
children dbdce3b99988
line wrap: on
line diff
--- 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",