Ticket Change Details
Not logged in
Overview

Artifact ID: f903dfd250bb3d3f8d8884e045670ee901c5e102
Ticket: 5e9020fe4ccfc11e94be32aa220131943bb042ed
Ancestor check incorrect for fast commits
User & Date: anonymous 2010-10-04 16:34:40
Changes

  1. comment changed to:
    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.
    
  2. foundin changed to: "b48f78964e"
  3. private_contact changed to: "63070188043a9522ca95dca0d28c3b9eff7a697b"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "Ancestor check incorrect for fast commits"
  7. type changed to: "Code_Defect"