# HG changeset patch # User Martin von Zweigbergk # Date 2020-10-29 18:37:22 # Node ID 0599c83cdf5ccf66d9174b80d4e8f36db3334e09 # Parent 341e014fe0fbcf50a244c4b644b27ed87643829f relnotes: copy "next" to "5.6" and clear "next" The same procedure as every year^Wcycle. Differential Revision: https://phab.mercurial-scm.org/D9263 diff --git a/relnotes/next b/relnotes/5.6 copy from relnotes/next copy to relnotes/5.6 diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -1,12 +1,5 @@ == New Features == - * `hg mv -A` can now be used with `--at-rev`. It behaves just like - `hg cp -A --at-rev`, i.e. it marks the destination as a copy of the - source whether or not the source still exists (but the source must - exist in the parent revision). - - * New revset predicate `diffcontains(pattern)` for filtering revisions - in the same way as `hg grep --diff pattern`. == New Experimental Features == @@ -23,7 +16,4 @@ == Internal API Changes == - * `merge.update()` is now private (renamed to `_update()`). Hopefully - the higher-level functions available in the same module cover your - use cases.