mercurial/changelog.py
changeset 3412 f2de6b6bc57a
parent 3233 2f35961854fb
child 3771 29d91e57d055
--- a/mercurial/changelog.py	Sun Oct 15 16:18:09 2006 -0500
+++ b/mercurial/changelog.py	Tue Oct 17 18:01:14 2006 -0500
@@ -59,7 +59,7 @@
         changelog v0 doesn't use extra
         """
         if not text:
-            return (nullid, "", (0, 0), [], "")
+            return (nullid, "", (0, 0), [], "", {})
         last = text.index("\n\n")
         desc = text[last + 2:]
         l = text[:last].split('\n')