comparison relnotes/next @ 46107:aa4dbc14f735

diff: deprecate -r option The new `--from`/`--to` options should be enough to support all the uses cases and are easier to understand, so there is no reason that I'm aware of to use `-r` anymore. Differential Revision: https://phab.mercurial-scm.org/D9564
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 10 Dec 2020 14:39:22 -0800
parents 4d5e2fd53707
children bdc2bf68f19e
comparison
equal deleted inserted replaced
46106:4a0730b7127e 46107:aa4dbc14f735
19 19
20 * `hg strip`, from the strip extension, is now a core command, `hg 20 * `hg strip`, from the strip extension, is now a core command, `hg
21 debugstrip`. The extension remains for compatibility. 21 debugstrip`. The extension remains for compatibility.
22 22
23 * `hg diff` now supports `--from <rev>` and `--to <rev>` arguments as 23 * `hg diff` now supports `--from <rev>` and `--to <rev>` arguments as
24 clearer alternatives to `-r <revs>`. 24 clearer alternatives to `-r <revs>`. `-r <revs>` has been
25 deprecated.
25 26
26 * The memory footprint per changeset during pull/unbundle 27 * The memory footprint per changeset during pull/unbundle
27 operations has been further reduced. 28 operations has been further reduced.
28 29
29 30