##// END OF EJS Templates
hgrc.5: markup compromis compatible with 7.1.2 and 8.4.5
Martin Geisler -
r8898:75cc02e7 default
parent child Browse files
Show More
@@ -150,9 +150,9 b' Example:'
150 150 Supported arguments:
151 151
152 152 prefix;;
153 Either "++\*++" or a URI prefix with or without the scheme part.
153 Either "\*" or a URI prefix with or without the scheme part.
154 154 The authentication entry with the longest matching prefix is used
155 (where "++*++" matches everything and counts as a match of length
155 (where "*" matches everything and counts as a match of length
156 156 1). If the prefix doesn't include a scheme, the match is performed
157 157 against the URI with its scheme stripped as well, and the schemes
158 158 argument, q.v., is then subsequently consulted.
@@ -189,8 +189,8 b' decode/encode::'
189 189 Filters consist of a filter pattern followed by a filter command.
190 190 Filter patterns are globs by default, rooted at the repository root.
191 191 For example, to match any file ending in "`.txt`" in the root
192 directory only, use the pattern "++\*.txt++". To match any file ending
193 in "`.c`" anywhere in the repository, use the pattern "++**.c++".
192 directory only, use the pattern "\*.txt". To match any file ending
193 in "`.c`" anywhere in the repository, use the pattern "**`.c`".
194 194
195 195 The filter command can start with a specifier, either "pipe:" or
196 196 "tempfile:". If no specifier is given, "pipe:" is used by default.
@@ -760,10 +760,10 b' merge-tools section.'
760 760 Warn if a `.hg/hgrc` file is ignored due to not being owned by a
761 761 trusted user or group. True or False. Default is True.
762 762 slash;;
763 Display paths using a slash ("++/++") as the path separator. This
763 Display paths using a slash ("`/`") as the path separator. This
764 764 only makes a difference on systems where the default path
765 765 separator is not the slash character (e.g. Windows uses the
766 backslash character ("++\++")).
766 backslash character ("`\`")).
767 767 Default is False.
768 768 ssh;;
769 769 command to use for SSH connections. Default is 'ssh'.
General Comments 0
You need to be logged in to leave comments. Login now