Mercurial > hg
diff tests/test-phases.t @ 17198:ecde35a1af9e
outgoing: accept revset argument for --rev
There may be a more generic way that would add revset support to more commands
by adding revset support to addbranchrevs(), but given the proximity of the next
code freeze, a minimal change seems like the better choice.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 15 Jul 2012 12:43:10 -0400 |
parents | f2719b387380 |
children | b3ec0b5fd777 |
line wrap: on
line diff
--- a/tests/test-phases.t Mon Jul 16 16:19:53 2012 -0500 +++ b/tests/test-phases.t Sun Jul 15 12:43:10 2012 -0400 @@ -112,7 +112,7 @@ 2 draft C 3 draft D 6 draft B' - $ hg outgoing -r default ../push-dest --template='{rev} {phase} {desc|firstline}\n' + $ hg outgoing -r 'branch(default)' ../push-dest --template='{rev} {phase} {desc|firstline}\n' comparing with ../push-dest searching for changes 0 public A