##// END OF EJS Templates
relnotes: document that `hg extdiff` also got -r replaced by --from/--to...
Martin von Zweigbergk -
r46779:a27aa754 default
parent child Browse files
Show More
@@ -20,8 +20,8 b''
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` and `hg extdiff` now support `--from <rev>` and `--to <rev>`
24 clearer alternatives to `-r <revs>`. `-r <revs>` has been
24 arguments as clearer alternatives to `-r <revs>`. `-r <revs>` has been
25 deprecated.
25 deprecated.
26
26
27 * The memory footprint per changeset during pull/unbundle
27 * The memory footprint per changeset during pull/unbundle
General Comments 0
You need to be logged in to leave comments. Login now