Mercurial > hg
changeset 8898:75cc02e7f672
hgrc.5: markup compromis compatible with 7.1.2 and 8.4.5
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 23 Jun 2009 15:16:19 +0200 |
parents | aa78a0583731 |
children | 992ff92a3552 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Tue Jun 23 14:41:16 2009 +0200 +++ b/doc/hgrc.5.txt Tue Jun 23 15:16:19 2009 +0200 @@ -150,9 +150,9 @@ Supported arguments: prefix;; - Either "++\*++" or a URI prefix with or without the scheme part. + Either "\*" or a URI prefix with or without the scheme part. The authentication entry with the longest matching prefix is used - (where "++*++" matches everything and counts as a match of length + (where "*" matches everything and counts as a match of length 1). If the prefix doesn't include a scheme, the match is performed against the URI with its scheme stripped as well, and the schemes argument, q.v., is then subsequently consulted. @@ -189,8 +189,8 @@ Filters consist of a filter pattern followed by a filter command. Filter patterns are globs by default, rooted at the repository root. For example, to match any file ending in "`.txt`" in the root -directory only, use the pattern "++\*.txt++". To match any file ending -in "`.c`" anywhere in the repository, use the pattern "++**.c++". +directory only, use the pattern "\*.txt". To match any file ending +in "`.c`" anywhere in the repository, use the pattern "**`.c`". The filter command can start with a specifier, either "pipe:" or "tempfile:". If no specifier is given, "pipe:" is used by default. @@ -760,10 +760,10 @@ Warn if a `.hg/hgrc` file is ignored due to not being owned by a trusted user or group. True or False. Default is True. slash;; - Display paths using a slash ("++/++") as the path separator. This + Display paths using a slash ("`/`") as the path separator. This only makes a difference on systems where the default path separator is not the slash character (e.g. Windows uses the - backslash character ("++\++")). + backslash character ("`\`")). Default is False. ssh;; command to use for SSH connections. Default is 'ssh'.