equal
deleted
inserted
replaced
65 (func |
65 (func |
66 (group |
66 (group |
67 None) |
67 None) |
68 None) |
68 None) |
69 hg: parse error: not a symbol |
69 hg: parse error: not a symbol |
|
70 [255] |
|
71 $ fileset -v -- '-x' |
|
72 (negate |
|
73 (symbol 'x')) |
|
74 hg: parse error: can't use negate operator in this context |
|
75 [255] |
|
76 $ fileset -v -- '-()' |
|
77 (negate |
|
78 (group |
|
79 None)) |
|
80 hg: parse error: can't use negate operator in this context |
70 [255] |
81 [255] |
71 |
82 |
72 Test files status |
83 Test files status |
73 |
84 |
74 $ rm a1 |
85 $ rm a1 |