Submitter | Matt Harbison |
---|---|
Date | June 23, 2019, 3:07 a.m. |
Message ID | <ac12033badc5dc7c53c6.1561259278@Envy> |
Download | mbox | patch |
Permalink | /patch/40648/ |
State | Accepted |
Headers | show |
Comments
On Sat, 22 Jun 2019 23:07:58 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@yahoo.com> > # Date 1561259092 14400 > # Sat Jun 22 23:04:52 2019 -0400 > # Branch stable > # Node ID ac12033badc5dc7c53c67a792da30a816212e6d0 > # Parent 044045dce23aaeb3688bcff9bd79d67fa710228f > help: add a missing blank line to unhide `revlog-compression` Queued for stable, thanks.
Patch
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -866,6 +866,7 @@ https://www.mercurial-scm.org/wiki/Missi Repositories with this on-disk format require Mercurial version 4.7 Enabled by default. + ``revlog-compression`` Compression algorithm used by revlog. Supported value are `zlib` and `zstd`. The `zlib` engine is the historical default of Mercurial. `zstd` is a newer