tests/test-revset.t
changeset 16821 0946502fd3d5
parent 16820 20f55613fb2a
child 16823 b23bacb230c9
equal deleted inserted replaced
16820:20f55613fb2a 16821:0946502fd3d5
   231   $ log 'author(bob)'
   231   $ log 'author(bob)'
   232   2
   232   2
   233   $ log 'branch(é)'
   233   $ log 'branch(é)'
   234   8
   234   8
   235   9
   235   9
       
   236   $ log 'branch(a)'
       
   237   0
       
   238   $ hg log -r 'branch("re:a")' --template '{rev} {branch}\n'
       
   239   0 a
       
   240   2 a-b-c-
       
   241   3 +a+b+c+
       
   242   4 -a-b-c-
       
   243   5 /a/b/c/
       
   244   6 _a_b_c_
       
   245   7 .a.b.c.
   236   $ log 'children(ancestor(4,5))'
   246   $ log 'children(ancestor(4,5))'
   237   2
   247   2
   238   3
   248   3
   239   $ log 'closed()'
   249   $ log 'closed()'
   240   $ log 'contains(a)'
   250   $ log 'contains(a)'