Skip to content
Snippets Groups Projects
Commit a9ed5a8fc5e0 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

help: mention alias and revsetalias in description of HGPLAINEXCEPT

parent 39dbf495880b
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,14 @@
HGPLAINEXCEPT
This is a comma-separated list of features to preserve when
HGPLAIN is enabled. Currently the only value supported is "i18n",
which preserves internationalization in plain mode.
HGPLAIN is enabled. Currently the following values are supported:
``alias``
Don't remove aliases.
``i18n``
Preserve internationalization.
``revsetalias``
Don't remove revset aliases.
Setting HGPLAINEXCEPT to anything (even an empty string) will
enable plain mode.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment