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