comparison 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
comparison
equal deleted inserted replaced
17197:67b8cca2f12b 17198:ecde35a1af9e
110 0 public A 110 0 public A
111 1 public B 111 1 public B
112 2 draft C 112 2 draft C
113 3 draft D 113 3 draft D
114 6 draft B' 114 6 draft B'
115 $ hg outgoing -r default ../push-dest --template='{rev} {phase} {desc|firstline}\n' 115 $ hg outgoing -r 'branch(default)' ../push-dest --template='{rev} {phase} {desc|firstline}\n'
116 comparing with ../push-dest 116 comparing with ../push-dest
117 searching for changes 117 searching for changes
118 0 public A 118 0 public A
119 1 public B 119 1 public B
120 2 draft C 120 2 draft C