hgbook

annotate en/examples/results/mq.tutorial.qnew.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN mq.tutorial.qnew -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg tip</userinput>
bos@144 3 changeset:
bos@144 4 tag: tip
bos@564 5 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 6
bos@144 7 summary: first change
bos@144 8
bos@564 9 <prompt>$</prompt> <userinput>hg qnew first.patch</userinput>
bos@564 10 <prompt>$</prompt> <userinput>hg tip</userinput>
bos@144 11 changeset:
bos@144 12 tag: qtip
bos@144 13 tag: first.patch
bos@144 14 tag: tip
bos@144 15 tag: qbase
bos@564 16 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@144 17
bos@273 18 summary: [mq]: first.patch
bos@144 19
bos@564 20 <prompt>$</prompt> <userinput>ls .hg/patches</userinput>
bos@144 21 first.patch series status
bos@564 22 </screen>
bos@611 23 <!-- END mq.tutorial.qnew -->