##// END OF EJS Templates
relnode: document the move to `zstd` as default compression...
marmoute -
r47762:035c06f9 stable
parent child Browse files
Show More
@@ -11,6 +11,16 b''
11 for compression. The default is single threaded operation. Currently
11 for compression. The default is single threaded operation. Currently
12 only supported for zstd.
12 only supported for zstd.
13
13
14 == Default Format Change ==
15
16 These changes affects newly created repositories (or new clone) done with
17 Mercurial 5.8.
18
19 * The `ZSTD` compression will now be used by default for new repositories
20 when available. This compression format was introduced in Mercurial 5.0,
21 released in May 2019. See `hg help config.format.revlog-compression` for
22 details.
23
14 == New Experimental Features ==
24 == New Experimental Features ==
15
25
16 * There's a new `diff.merge` config option to show the changes
26 * There's a new `diff.merge` config option to show the changes
General Comments 0
You need to be logged in to leave comments. Login now