Mercurial > public > mercurial-scm > hg
diff tests/test-revset.t @ 16824:f3b8c82a559c
revset: add pattern matching to 'extra' revset expression
author | Simon King <simon@simonking.org.uk> |
---|---|
date | Wed, 30 May 2012 23:14:04 +0100 |
parents | b23bacb230c9 |
children | c739227b5eea |
line wrap: on
line diff
--- a/tests/test-revset.t Wed May 30 23:13:58 2012 +0100 +++ b/tests/test-revset.t Wed May 30 23:14:04 2012 +0100 @@ -38,6 +38,9 @@ 0 1 2 + $ hg log -r "extra('branch', 're:a')" --template '{rev} {branch}\n' + 0 a + 2 a-b-c- $ hg co 1 1 files updated, 0 files merged, 0 files removed, 0 files unresolved