Mercurial > hgbook
view en/examples/results/mq.guards.qselect.quux.out @ 709:4432ad34b8e5
Check in example outputs with begin/end markers.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Tue, 31 Mar 2009 12:19:01 -0700 |
parents | 0d5935744f87 |
children |
line wrap: on
line source
<!-- BEGIN mq.guards.qselect.quux --> <screen><prompt>$</prompt> <userinput>hg qselect quux</userinput> number of guarded, applied patches has changed from 0 to 1 <prompt>$</prompt> <userinput>hg qpop -a</userinput> patch queue now empty <prompt>$</prompt> <userinput>hg qpush -a</userinput> applying hello.patch skipping goodbye.patch - guarded by ['+foo'] now at: hello.patch </screen> <!-- END mq.guards.qselect.quux -->