changeset 2142 | 8a1e2a9c7013 |
parent 2137 | 5fefab118f7e |
child 2522 | 85f796baab10 |
--- a/mercurial/changelog.py Thu Apr 27 21:03:07 2006 +0200 +++ b/mercurial/changelog.py Thu Apr 27 21:16:46 2006 +0200 @@ -11,7 +11,7 @@ demandload(globals(), "os time util") class changelog(revlog): - def __init__(self, opener, defversion=0): + def __init__(self, opener, defversion=REVLOGV0): revlog.__init__(self, opener, "00changelog.i", "00changelog.d", defversion)