Ticket UUID: | 5e9020fe4ccfc11e94be32aa220131943bb042ed | ||
Title: | Ancestor check incorrect for fast commits | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Minor | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-10-06 00:12:26 | ||
Version Found In: | b48f78964e | ||
Description & Comments: | |||
Trying to build a test repository for the content_get problem, I see:
fossil: ancestor check-in [400e924baf] (2010-10-04 16:29:26) is younger (clock skew?) Use -f to override. This is wrong, because the ancestor has the same modification time as the new commit. Either the message should be "is not older" or the check should be for > and not >= in checkin.c. |