Submitter | David Soria Parra |
---|---|
Date | March 12, 2017, 10:40 p.m. |
Message ID | <d402acdf7c439dc369b6.1489358428@davidsp-mbp.dhcp.thefacebook.com> |
Download | mbox | patch |
Permalink | /patch/19246/ |
State | Changes Requested |
Headers | show |
Comments
Excerpts from David Soria Parra's message of 2017-03-12 15:40:28 -0700: [...] > +``compat`` > + String: Compatibility mode for the ui. Possible values are compat Maybe also quote "compat" and "latest" in these 2 lines. > + or latest (default: compat). ``compat`` provides backwards compatible > + ui behavior. ``latest`` enables additional config settings aiming to > + improve user experience. (see ``HGPLAIN`` for compatibility modes in > + non-interactive environments) > + > ``debug`` > Print debugging information. (default: False) > It seems that we may want a "hg help compat" to document the exact differences.
Patch
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -1837,6 +1837,13 @@ changes, abort the commit. (default: False) +``compat`` + String: Compatibility mode for the ui. Possible values are compat + or latest (default: compat). ``compat`` provides backwards compatible + ui behavior. ``latest`` enables additional config settings aiming to + improve user experience. (see ``HGPLAIN`` for compatibility modes in + non-interactive environments) + ``debug`` Print debugging information. (default: False)