##// END OF EJS Templates
revlog-compression: release note entry for update the config to be a list...
marmoute -
r44875:a6fb134b default
parent child Browse files
Show More
@@ -14,6 +14,15 b''
14
14
15 * `hg copy --forget` can be used to unmark a file as copied.
15 * `hg copy --forget` can be used to unmark a file as copied.
16
16
17 * The `format.revlog-compression` configuration entry now accept a list. The
18 first available option will be used. for example setting::
19
20 [format]
21 revlog-compression=zstd, zlib
22
23 Will use `zstd` compression for new repositories is available, and will
24 simply fall back to `zlib` if not.
25
17 == New Experimental Features ==
26 == New Experimental Features ==
18
27
19 * `hg copy` now supports a `--at-rev` argument to mark files as
28 * `hg copy` now supports a `--at-rev` argument to mark files as
General Comments 0
You need to be logged in to leave comments. Login now