##// END OF EJS Templates
help: mention alias and revsetalias in description of HGPLAINEXCEPT
Yuya Nishihara -
r26827:a9ed5a8f stable
parent child Browse files
Show More
@@ -61,8 +61,14 b' HGPLAIN'
61 61
62 62 HGPLAINEXCEPT
63 63 This is a comma-separated list of features to preserve when
64 HGPLAIN is enabled. Currently the only value supported is "i18n",
65 which preserves internationalization in plain mode.
64 HGPLAIN is enabled. Currently the following values are supported:
65
66 ``alias``
67 Don't remove aliases.
68 ``i18n``
69 Preserve internationalization.
70 ``revsetalias``
71 Don't remove revset aliases.
66 72
67 73 Setting HGPLAINEXCEPT to anything (even an empty string) will
68 74 enable plain mode.
General Comments 0
You need to be logged in to leave comments. Login now