Show More
@@ -2455,7 +2455,7 b" def debugcomplete(ui, cmd=b'', **opts):" | |||
|
2455 | 2455 | @command( |
|
2456 | 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 | 2459 | (b'', b'from', b'', _(b'revision to diff from'), _(b'REV1')), |
|
2460 | 2460 | (b'', b'to', b'', _(b'revision to diff to'), _(b'REV2')), |
|
2461 | 2461 | (b'c', b'change', b'', _(b'change made by revision'), _(b'REV')), |
@@ -21,7 +21,8 b'' | |||
|
21 | 21 | debugstrip`. The extension remains for compatibility. |
|
22 | 22 | |
|
23 | 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 | 27 | * The memory footprint per changeset during pull/unbundle |
|
27 | 28 | operations has been further reduced. |
General Comments 0
You need to be logged in to leave comments.
Login now