mercurial/hg.py
changeset 40 5f87633e1ea2
parent 37 a8811676c85a
child 44 e825a68d7227
--- a/mercurial/hg.py	Sat May 07 16:32:31 2005 -0800
+++ b/mercurial/hg.py	Sat May 07 16:33:09 2005 -0800
@@ -110,7 +110,7 @@
 
     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()