[patch] commit timestamp incorrectly cast if specified
Denys Duchier
duchier at ps.uni-sb.de
Tue Jan 17 15:21:24 GMT 2006
John A Meinel <john at arbash-meinel.com> writes:
> I agree. I'm not sure why we would have used long(), maybe it makes the
> test suite easier to run.
Hashcache uses int(time.time()) to loose precision on purpose so that timestamps
can be (more) safely distinguished. If there was a similar reason at work here,
then the "else:" should be removed.
--Denys
More information about the bazaar
mailing list