Date is an int as a string in changelog

This commit is contained in:
mpm@selenic.com 2005-05-07 16:33:09 -08:00
parent d2ba18c0da
commit c99659b446

View File

@ -110,7 +110,7 @@ class changelog(revlog):
def extract(self, text):
if not text:
return (nullid, "", 0, [], "")
return (nullid, "", "0", [], "")
last = text.index("\n\n")
desc = text[last + 2:]
l = text[:last].splitlines()