relnotes/next
branchstable
changeset 45762 0599c83cdf5c
parent 45751 60d0634c43c2
child 45803 84eb4c833c41
equal deleted inserted replaced
45761:341e014fe0fb 45762:0599c83cdf5c
     1 == New Features ==
     1 == New Features ==
     2 
     2 
     3  * `hg mv -A` can now be used with `--at-rev`. It behaves just like
       
     4    `hg cp -A --at-rev`, i.e. it marks the destination as a copy of the
       
     5    source whether or not the source still exists (but the source must
       
     6    exist in the parent revision).
       
     7 
       
     8  * New revset predicate `diffcontains(pattern)` for filtering revisions
       
     9    in the same way as `hg grep --diff pattern`.
       
    10 
     3 
    11 
     4 
    12 == New Experimental Features ==
     5 == New Experimental Features ==
    13 
     6 
    14 
     7 
    21 
    14 
    22 
    15 
    23 
    16 
    24 == Internal API Changes ==
    17 == Internal API Changes ==
    25 
    18 
    26  * `merge.update()` is now private (renamed to `_update()`). Hopefully
       
    27    the higher-level functions available in the same module cover your
       
    28    use cases.
       
    29 
    19