diff -r 11d12bd6e1dc -r b345cc4c22c0 mercurial/changelog.py --- 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: