Ticket Change Details
Not logged in
Overview

Artifact ID: de378f3c3ef596b1710561b6635853f2bef1ce1f
Ticket: 74413366fe5067b3de2ee80567f15d432c7ea58d
Bad behaviour merging with renames
User & Date: anonymous 2011-01-04 14:40:04
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous claiming to be viric added on 2011-01-04 14:40:04 UTC:</i><br />
    After seeing the change in [ff2a87103b], we see a situation where the onlyDirect affects. I don't know if it is a big trouble or if the situation can be improved.
    
    Consider this graph:
    
    <verbatim>
    [V]_
     |  \
     |  _[M]
     | /  |
    [P]   |
     |  _[rename]
     | /   
    [ ]
    </verbatim>
    
    With the long trip (directOnly), the merge from M to V looks like a RENAME. With the short trip, it looks like ADDED/DELETE.
    
    What do you think?