equal
deleted
inserted
replaced
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 |