##// END OF EJS Templates
relnotes: document better memory use for unbundle...
Joerg Sonnenberger -
r46613:cb623ded default
parent child Browse files
Show More
@@ -17,10 +17,12 b''
17 can be e.g. `rebase`. As part of this effort, the default format
17 can be e.g. `rebase`. As part of this effort, the default format
18 from `hg rebase` was reorganized a bit.
18 from `hg rebase` was reorganized a bit.
19
19
20
21 * `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
22 debugstrip`. The extension remains for compatibility.
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 == New Experimental Features ==
26 == New Experimental Features ==
25
27
26
28
General Comments 0
You need to be logged in to leave comments. Login now