Mercurial > hg
changeset 11420:a99ef3711890
revset: improve help on strings
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 21 Jun 2010 13:38:40 -0500 |
parents | 3cc2e34d7a7d |
children | 45aabc523c86 8b452fe4bf50 |
files | mercurial/help/revsets.txt |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/revsets.txt Mon Jun 21 13:26:13 2010 -0500 +++ b/mercurial/help/revsets.txt Mon Jun 21 13:38:40 2010 -0500 @@ -5,10 +5,10 @@ operators. Parenthesis can be used for grouping. Identifiers such as branch names must be quoted with single or double -quotes if they contain characters outside of ``[a-zA-Z0-9]`` or if -they match one of the predefined predicates. Special characters can be -used in the identifiers by quoting them, e.g., ``\n`` is interpreted -as a newline. +quotes if they contain characters outside of +``[._a-zA-Z0-9\x80-\xff]`` or if they match one of the predefined +predicates. Special characters can be used in quoted identifiers by +escaping them, e.g., ``\n`` is interpreted as a newline. There is a single prefix operator: