mercurial/dirstate.py
changeset 2962 882e703eaa94
parent 2953 3d5547845158
child 3154 b1f10d3223c1
--- a/mercurial/dirstate.py	Sun Aug 20 00:44:54 2006 -0300
+++ b/mercurial/dirstate.py	Sun Aug 20 01:13:11 2006 -0300
@@ -518,7 +518,7 @@
                 if size >= 0 and (size != st.st_size
                                   or (mode ^ st.st_mode) & 0100):
                     modified.append(fn)
-                elif time != st.st_mtime:
+                elif time != int(st.st_mtime):
                     lookup.append(fn)
                 elif list_clean:
                     clean.append(fn)