tests/test-fileset.t
changeset 38803 4dc498d61d86
parent 38802 f0a574dbfae9
child 38804 d82c4d42b615
equal deleted inserted replaced
38802:f0a574dbfae9 38803:4dc498d61d86
   108   $ fileset -v -- '-()'
   108   $ fileset -v -- '-()'
   109   (negate
   109   (negate
   110     (group
   110     (group
   111       None))
   111       None))
   112   hg: parse error: can't use negate operator in this context
   112   hg: parse error: can't use negate operator in this context
       
   113   [255]
       
   114   $ fileset -p parsed 'a, b, c'
       
   115   * parsed:
       
   116   (list
       
   117     (symbol 'a')
       
   118     (symbol 'b')
       
   119     (symbol 'c'))
       
   120   hg: parse error: can't use a list in this context
       
   121   (see hg help "filesets.x or y")
   113   [255]
   122   [255]
   114 
   123 
   115   $ fileset '"path":.'
   124   $ fileset '"path":.'
   116   hg: parse error: not a symbol
   125   hg: parse error: not a symbol
   117   [255]
   126   [255]