Fossil SCM
Ancestor check incorrect for fast commits
Fixed
5e9020fe4ccfc11…
· opened 15 years, 6 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- Oct. 4, 2010 4:34 p.m.
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.