Merge with myself.
authorBryan O'Sullivan <bos@serpentine.com>
Fri, 23 Sep 2005 07:41:25 -0700
changeset 1328 04ed65045bcc
parent 1327 085e3fc189b6 (diff)
parent 1326 76b2c7096d08 (current diff)
child 1329 8f06817bf266
Merge with myself.
--- a/mercurial/changelog.py	Fri Sep 23 00:06:49 2005 -0700
+++ b/mercurial/changelog.py	Fri Sep 23 07:41:25 2005 -0700
@@ -22,7 +22,7 @@
         manifest = bin(l[0])
         user = l[1]
         date = l[2].split(' ')
-        time = int(date.pop(0))
+        time = float(date.pop(0))
         try:
             # various tools did silly things with the time zone field.
             timezone = int(date[0])