tests/test-phases.t
changeset 17198 ecde35a1af9e
parent 16913 f2719b387380
child 17979 b3ec0b5fd777
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