##// END OF EJS Templates
revset: improve help on strings
Matt Mackall -
r11420:a99ef371 default
parent child Browse files
Show More
@@ -5,10 +5,10 b' The language supports a number of predic'
5 5 operators. Parenthesis can be used for grouping.
6 6
7 7 Identifiers such as branch names must be quoted with single or double
8 quotes if they contain characters outside of ``[a-zA-Z0-9]`` or if
9 they match one of the predefined predicates. Special characters can be
10 used in the identifiers by quoting them, e.g., ``\n`` is interpreted
11 as a newline.
8 quotes if they contain characters outside of
9 ``[._a-zA-Z0-9\x80-\xff]`` or if they match one of the predefined
10 predicates. Special characters can be used in quoted identifiers by
11 escaping them, e.g., ``\n`` is interpreted as a newline.
12 12
13 13 There is a single prefix operator:
14 14
General Comments 0
You need to be logged in to leave comments. Login now