tests/test-revset2.t
changeset 37263 f74fdab86f16
parent 36685 2a258985ffeb
child 37264 d2c912836465
equal deleted inserted replaced
37262:54435fd09f1d 37263:f74fdab86f16
   572   [255]
   572   [255]
   573 
   573 
   574   $ log 'ancestors(6) and not "ancestors"(4)'
   574   $ log 'ancestors(6) and not "ancestors"(4)'
   575   hg: parse error: not a symbol
   575   hg: parse error: not a symbol
   576   [255]
   576   [255]
       
   577 
       
   578 test empty string
       
   579 
       
   580   $ log ''
       
   581   hg: parse error: empty query
       
   582   [255]
       
   583   $ log 'parents("")'
       
   584   8
   577 
   585 
   578 we can use patterns when searching for tags
   586 we can use patterns when searching for tags
   579 
   587 
   580   $ log 'tag("1..*")'
   588   $ log 'tag("1..*")'
   581   abort: tag '1..*' does not exist!
   589   abort: tag '1..*' does not exist!