Mercurial > hg-stable
changeset 8768:8ab07f3e0bad
hgrc.5: mark filename patterns as monospaced text
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Tue, 09 Jun 2009 23:26:16 +0200 |
parents | b03859265cc4 |
children | a5d0e821ab77 |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hgrc.5.txt Tue Jun 09 23:24:43 2009 +0200 +++ b/doc/hgrc.5.txt Tue Jun 09 23:26:16 2009 +0200 @@ -168,9 +168,9 @@ 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". + 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`". The filter command can start with a specifier, either "pipe:" or "tempfile:". If no specifier is given, "pipe:" is used by default.