relnotes/next
changeset 46779 49fd21f32695
parent 46776 471cd86c8eb4
child 46780 6266d19556ad
equal deleted inserted replaced
46778:066b8d8f75b8 46779:49fd21f32695
    24 
    24 
    25 
    25 
    26 
    26 
    27 == Backwards Compatibility Changes ==
    27 == Backwards Compatibility Changes ==
    28 
    28 
       
    29  * In normal repositories, the first parent of a changeset is not null,
       
    30    unless both parents are null (like the first changeset). Some legacy
       
    31    repositories violate this condition. The revlog code will now
       
    32    silentely swap the parents if this condition is tested. This can
       
    33    change the output of `hg log` when explicitly asking for first or
       
    34    second parent.
       
    35 
    29 
    36 
    30 == Internal API Changes ==
    37 == Internal API Changes ==
    31 
    38 
    32  * `changelog.branchinfo` is deprecated and will be removed after 5.8.
    39  * `changelog.branchinfo` is deprecated and will be removed after 5.8.
    33    It is superseded by `changelogrevision.branchinfo`.
    40    It is superseded by `changelogrevision.branchinfo`.