##// END OF EJS Templates
relnotes: document better memory use for unbundle...
Joerg Sonnenberger -
r46613:cb623ded default
parent child Browse files
Show More
@@ -1,38 +1,40
1 1 == New Features ==
2 2
3 3 * There is a new config section for templates used by hg commands. It
4 4 is called `[command-templates]`. Some existing config options have
5 5 been deprecated in favor of config options in the new
6 6 section. These are: `ui.logtemplate` to `command-templates.log`,
7 7 `ui.graphnodetemplate` to `command-templates.graphnode`,
8 8 `ui.mergemarkertemplate` to `command-templates.mergemarker`,
9 9 `ui.pre-merge-tool-output-template` to
10 10 `command-templates.pre-merge-tool-output`.
11 11
12 12 * There is a new set of config options for the template used for the
13 13 one-line commit summary displayed by various commands, such as `hg
14 14 rebase`. The main one is `command-templates.oneline-summary`. That
15 15 can be overridden per command with
16 16 `command-templates.oneline-summary.<command>`, where `<command>`
17 17 can be e.g. `rebase`. As part of this effort, the default format
18 18 from `hg rebase` was reorganized a bit.
19 19
20
21 20 * `hg strip`, from the strip extension, is now a core command, `hg
22 21 debugstrip`. The extension remains for compatibility.
23 22
23 * The memory footprint per changeset during pull/unbundle
24 operations has been further reduced.
25
24 26 == New Experimental Features ==
25 27
26 28
27 29
28 30 == Bug Fixes ==
29 31
30 32
31 33
32 34 == Backwards Compatibility Changes ==
33 35
34 36
35 37
36 38 == Internal API Changes ==
37 39
38 40
General Comments 0
You need to be logged in to leave comments. Login now