# HG changeset patch # User Martin von Zweigbergk # Date 1608226507 28800 # Node ID a27aa754d6ba4b02ec718c0b5b24ec0b82a8de7d # Parent ebcc520460968f0076cb41c7af85a09162f8d697 relnotes: document that `hg extdiff` also got -r replaced by --from/--to Differential Revision: https://phab.mercurial-scm.org/D9628 diff -r ebcc52046096 -r a27aa754d6ba relnotes/next --- a/relnotes/next Mon Dec 14 17:22:11 2020 +0100 +++ b/relnotes/next Thu Dec 17 09:35:07 2020 -0800 @@ -20,8 +20,8 @@ * `hg strip`, from the strip extension, is now a core command, `hg debugstrip`. The extension remains for compatibility. - * `hg diff` now supports `--from ` and `--to ` arguments as - clearer alternatives to `-r `. `-r ` has been + * `hg diff` and `hg extdiff` now support `--from ` and `--to ` + arguments as clearer alternatives to `-r `. `-r ` has been deprecated. * The memory footprint per changeset during pull/unbundle