Submitter | phabricator |
---|---|
Date | Feb. 26, 2020, 7:53 p.m. |
Message ID | <e87d7df408cfe89f532d998becf90dbd@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45354/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/relnotes/next b/relnotes/next --- a/relnotes/next +++ b/relnotes/next @@ -14,6 +14,15 @@ * `hg copy --forget` can be used to unmark a file as copied. + * The `format.revlog-compression` configuration entry now accept a list. The + first available option will be used. for example setting:: + + [format] + revlog-compression=zstd, zlib + + Will use `zstd` compression for new repositories is available, and will + simply fall back to `zlib` if not. + == New Experimental Features == * `hg copy` now supports a `--at-rev` argument to mark files as