Show More
@@ -159,6 +159,7 b' test-filebranch.t' | |||
|
159 | 159 | test-filecache.py |
|
160 | 160 | test-filelog.py |
|
161 | 161 | test-fileset-generated.t |
|
162 | test-fileset.t | |
|
162 | 163 | test-fix-topology.t |
|
163 | 164 | test-flags.t |
|
164 | 165 | test-generaldelta.t |
@@ -68,7 +68,7 b' Test operators and basic patterns' | |||
|
68 | 68 | a2 |
|
69 | 69 | $ fileset 'a_b' |
|
70 | 70 | $ fileset '"\xy"' |
|
71 | hg: parse error: invalid \x escape | |
|
71 | hg: parse error: invalid \x escape* (glob) | |
|
72 | 72 | [255] |
|
73 | 73 | |
|
74 | 74 | Test invalid syntax |
@@ -196,7 +196,7 b' Test files properties' | |||
|
196 | 196 | c1 |
|
197 | 197 | b1 |
|
198 | 198 | $ fileset 'grep("missingparens(")' |
|
199 | hg: parse error: invalid match pattern: unbalanced parenthesis | |
|
199 | hg: parse error: invalid match pattern: (unbalanced parenthesis|missing \)).* (re) | |
|
200 | 200 | [255] |
|
201 | 201 | |
|
202 | 202 | #if execbit |
General Comments 0
You need to be logged in to leave comments.
Login now