mercurial/changelog.py
changeset 1678 b345cc4c22c0
parent 1677 11d12bd6e1dc
--- a/mercurial/changelog.py	Thu Dec 08 15:12:02 2005 +0100
+++ b/mercurial/changelog.py	Thu Dec 15 18:04:05 2005 +0100
@@ -11,9 +11,8 @@
 demandload(globals(), "os time util")
 
 class changelog(revlog):
-    def __init__(self, opener, local=True):
-        revlog.__init__(self, opener, "00changelog.i", "00changelog.d",
-                        local=local)
+    def __init__(self, opener):
+        revlog.__init__(self, opener, "00changelog.i", "00changelog.d")
 
     def extract(self, text):
         if not text: