tests/test-fileset.t
changeset 35692 a62b08f6626b
parent 35691 735f47b41521
child 35704 41ef02ba329b
equal deleted inserted replaced
35691:735f47b41521 35692:a62b08f6626b
    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