From patchwork Thu Oct 29 18:37:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D9263: relnotes: copy "next" to "5.6" and clear "next" From: phabricator X-Patchwork-Id: 47534 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Thu, 29 Oct 2020 18:37:41 +0000 martinvonz created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REVISION SUMMARY The same procedure as every year^Wcycle. REPOSITORY rHG Mercurial BRANCH stable REVISION DETAIL https://phab.mercurial-scm.org/D9263 AFFECTED FILES relnotes/5.6 relnotes/next CHANGE DETAILS diff --git a/relnotes/next b/relnotes/5.6 copy from relnotes/next copy to relnotes/5.6 To: martinvonz, #hg-reviewers Cc: mercurial-patches, mercurial-devel 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.