equal
deleted
inserted
replaced
54 change Mercurial's default output. This includes encoding, |
54 change Mercurial's default output. This includes encoding, |
55 defaults, verbose mode, debug mode, quiet mode, tracebacks, and |
55 defaults, verbose mode, debug mode, quiet mode, tracebacks, and |
56 localization. This can be useful when scripting against Mercurial |
56 localization. This can be useful when scripting against Mercurial |
57 in the face of existing user configuration. |
57 in the face of existing user configuration. |
58 |
58 |
|
59 In addition to the features disabled by ``HGPLAIN=``, the following |
|
60 values can be specified to adjust behavior: |
|
61 |
|
62 ``+strictflags`` |
|
63 Restrict parsing of command line flags. |
|
64 |
59 Equivalent options set via command line flags or environment |
65 Equivalent options set via command line flags or environment |
60 variables are not overridden. |
66 variables are not overridden. |
|
67 |
|
68 See :hg:`help scripting` for details. |
61 |
69 |
62 HGPLAINEXCEPT |
70 HGPLAINEXCEPT |
63 This is a comma-separated list of features to preserve when |
71 This is a comma-separated list of features to preserve when |
64 HGPLAIN is enabled. Currently the following values are supported: |
72 HGPLAIN is enabled. Currently the following values are supported: |
65 |
73 |