# HG changeset patch # User Pierre-Yves David # Date 2021-01-18 09:20:58 # Node ID dd926ce1de2820f5052ebca792b92cd2207b62c8 # Parent 32da58916fd08fce15b482c14cc5207c8fe46532 relnote: remove the reference to `debugstrip` The `debug` namespace is not intended for end user and advertising it is a path to confusion and trouble. I think we should wait for the `admin` namespace to exists and the command to be available as `admin--strip` before we advertise it. Differential Revision: https://phab.mercurial-scm.org/D9817 diff --git a/relnotes/5.7 b/relnotes/5.7 --- a/relnotes/5.7 +++ b/relnotes/5.7 @@ -17,9 +17,6 @@ can be e.g. `rebase`. As part of this effort, the default format from `hg rebase` was reorganized a bit. - * `hg strip`, from the strip extension, is now a core command, `hg - debugstrip`. The extension remains for compatibility. - * `hg diff` and `hg extdiff` now support `--from ` and `--to ` arguments as clearer alternatives to `-r `. `-r ` has been deprecated.