mercurial/changelog.py
changeset 1364 0f25830f6bc3
parent 1327 085e3fc189b6
child 1400 cf9a1233738a
--- a/mercurial/changelog.py
+++ b/mercurial/changelog.py
@@ -15,7 +15,7 @@ class changelog(revlog):
 
     def extract(self, text):
         if not text:
-            return (nullid, "", "0", [], "")
+            return (nullid, "", (0, 0), [], "")
         last = text.index("\n\n")
         desc = text[last + 2:]
         l = text[:last].splitlines()