Submitter | Matt Harbison |
---|---|
Date | Oct. 14, 2018, 4:41 p.m. |
Message ID | <660485f92014dbd8787d.1539535315@Envy> |
Download | mbox | patch |
Permalink | /patch/36013/ |
State | Accepted |
Headers | show |
Comments
On Sun, 14 Oct 2018 12:41:55 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@yahoo.com> > # Date 1539495562 14400 > # Sun Oct 14 01:39:22 2018 -0400 > # Node ID 660485f92014dbd8787d3e54b7ef3516f5652dca > # Parent 8b25e88b588d5be2b6a511d4f76e3c0230122e10 > help: fix a missing quote character in ui.tweakdefaults Queued this, thanks.
Patch
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -2367,7 +2367,7 @@ User interface controls. to release, but over time the recommended config settings shift. Enable this config to opt in to get automatic tweaks to Mercurial's behavior over time. This config setting will have no - effect if ``HGPLAIN` is set or ``HGPLAINEXCEPT`` is set and does + effect if ``HGPLAIN`` is set or ``HGPLAINEXCEPT`` is set and does not include ``tweakdefaults``. (default: False) ``username``