Mercurial > hg
changeset 45762:0599c83cdf5c stable
relnotes: copy "next" to "5.6" and clear "next"
The same procedure as every year^Wcycle.
Differential Revision: https://phab.mercurial-scm.org/D9263
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 29 Oct 2020 11:37:22 -0700 |
parents | 341e014fe0fb |
children | bea8cf87bef3 |
files | relnotes/5.6 relnotes/next |
diffstat | 2 files changed, 29 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/relnotes/5.6 Thu Oct 29 11:37:22 2020 -0700 @@ -0,0 +1,29 @@ +== 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 == + + + +== Bug Fixes == + + + +== Backwards Compatibility Changes == + + + +== 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. +
--- a/relnotes/next Fri Oct 23 22:20:08 2020 -0400 +++ b/relnotes/next Thu Oct 29 11:37:22 2020 -0700 @@ -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.