##// END OF EJS Templates
diff: deprecate -r option...
Martin von Zweigbergk -
r46723:aa4dbc14 default
parent child Browse files
Show More
@@ -2455,7 +2455,7 b" def debugcomplete(ui, cmd=b'', **opts):"
2455 @command(
2455 @command(
2456 b'diff',
2456 b'diff',
2457 [
2457 [
2458 (b'r', b'rev', [], _(b'revision'), _(b'REV')),
2458 (b'r', b'rev', [], _(b'revision (DEPRECATED)'), _(b'REV')),
2459 (b'', b'from', b'', _(b'revision to diff from'), _(b'REV1')),
2459 (b'', b'from', b'', _(b'revision to diff from'), _(b'REV1')),
2460 (b'', b'to', b'', _(b'revision to diff to'), _(b'REV2')),
2460 (b'', b'to', b'', _(b'revision to diff to'), _(b'REV2')),
2461 (b'c', b'change', b'', _(b'change made by revision'), _(b'REV')),
2461 (b'c', b'change', b'', _(b'change made by revision'), _(b'REV')),
@@ -21,7 +21,8 b''
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.
@@ -665,7 +665,6 b' Test command without options'
665
665
666 options ([+] can be repeated):
666 options ([+] can be repeated):
667
667
668 -r --rev REV [+] revision
669 --from REV1 revision to diff from
668 --from REV1 revision to diff from
670 --to REV2 revision to diff to
669 --to REV2 revision to diff to
671 -c --change REV change made by revision
670 -c --change REV change made by revision
General Comments 0
You need to be logged in to leave comments. Login now