Mercurial > public > mercurial-scm > hg
diff tests/test-revset.t @ 16821:0946502fd3d5
revset: add pattern matching to 'branch' revset expression
author | Simon King <simon@simonking.org.uk> |
---|---|
date | Wed, 30 May 2012 23:13:33 +0100 |
parents | 20f55613fb2a |
children | b23bacb230c9 |
line wrap: on
line diff
--- a/tests/test-revset.t Wed May 30 23:13:33 2012 +0100 +++ b/tests/test-revset.t Wed May 30 23:13:33 2012 +0100 @@ -233,6 +233,16 @@ $ log 'branch(é)' 8 9 + $ log 'branch(a)' + 0 + $ hg log -r 'branch("re:a")' --template '{rev} {branch}\n' + 0 a + 2 a-b-c- + 3 +a+b+c+ + 4 -a-b-c- + 5 /a/b/c/ + 6 _a_b_c_ + 7 .a.b.c. $ log 'children(ancestor(4,5))' 2 3