Ticket Change Details
Not logged in
Overview

Artifact ID: 808b07e98edd0c161b1f6b10a541724033211193
Ticket: 984d15b81114087e9ebd036b70161d1f14ea75fa
Merge conflict markers could be more helpful
User & Date: anonymous 2010-10-15 09:06:41
Changes

  1. comment changed to:
    It isn't easy to understand which conflicting version is which.
    
    CVS puts version information into markers:
    <pre>
    <<<<<<< PLIST
    @comment $NetBSD$
    =======
    @comment $NetBSD: PLIST,v 1.28 2010/09/13 12:43:16 asau Exp $
    >>>>>>> 1.28
    </pre>
    meaning that the text below the opening marker is fresh,
    and the text above the closing marker comes from revision 1.28.
    
    It would be nice to see Fossil behaving in a similar way, e.g. putting version id and/or time stamp in conflict marker.
    
  2. private_contact changed to: "77d1fb9b8673fda6e5de8f02a6ad22d96857b3e1"
  3. severity changed to: "Minor"
  4. status changed to: "Open"
  5. title changed to: "Merge conflict markers could be more helpful"
  6. type changed to: "Feature_Request"