tests/test-revset
changeset 12103 437579a0068a
parent 11886 73112cb2a6d7
equal deleted inserted replaced
12102:9aba4ceb654d 12103:437579a0068a
    80 log '1 or 2'
    80 log '1 or 2'
    81 log '1|2'
    81 log '1|2'
    82 log '1 and 2'
    82 log '1 and 2'
    83 log '1&2'
    83 log '1&2'
    84 try '1&2|3' # precedence - and is higher
    84 try '1&2|3' # precedence - and is higher
    85 try '1|2&3' 
    85 try '1|2&3'
    86 try '1&2&3' # associativity
    86 try '1&2&3' # associativity
    87 try '1|(2|3)'
    87 try '1|(2|3)'
    88 log '1.0' # tag
    88 log '1.0' # tag
    89 log 'a' # branch
    89 log 'a' # branch
    90 log '2785f51ee' 
    90 log '2785f51ee'
    91 log 'date(2005)'
    91 log 'date(2005)'
    92 log 'date(this is a test)'
    92 log 'date(this is a test)'
    93 log 'date()'
    93 log 'date()'
    94 log 'date'
    94 log 'date'
    95 log 'date(' 
    95 log 'date('
    96 log 'date(tip)'
    96 log 'date(tip)'
    97 log '"date"'
    97 log '"date"'
    98 log 'date(2005) and 1::'
    98 log 'date(2005) and 1::'
    99 
    99 
   100 log 'ancestor(1)'
   100 log 'ancestor(1)'