diff mercurial/changelog.py @ 3418:f2de6b6bc57a

imported patch b1
author Matt Mackall <mpm@selenic.com>
date Tue, 17 Oct 2006 18:01:14 -0500
parents 2f35961854fb
children
line wrap: on
line diff
--- 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')