hgbook

annotate en/examples/results/mq.id.output.out @ 564:0d5935744f87

Switch from LaTeX to XML for examples.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:39:23 2009 -0700 (2009-03-09)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>hg qapplied</userinput>
bos@194 2 first.patch
bos@194 3 second.patch
bos@564 4 <prompt>$</prompt> <userinput>hg log -r qbase:qtip</userinput>
bos@194 5 changeset:
bos@194 6 tag: first.patch
bos@194 7 tag: qbase
bos@564 8 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@194 9
bos@273 10 summary: [mq]: first.patch
bos@194 11
bos@194 12 changeset:
bos@194 13 tag: qtip
bos@194 14 tag: second.patch
bos@194 15 tag: tip
bos@564 16 user: Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@194 17
bos@273 18 summary: [mq]: second.patch
bos@194 19
bos@564 20 <prompt>$</prompt> <userinput>hg export second.patch</userinput>
bos@194 21 # HG changeset patch
bos@564 22 # User Bryan O'Sullivan &lt;bos@serpentine.com&gt;
bos@194 23
bos@194 24 # Node ID
bos@194 25 # Parent
bos@273 26 [mq]: second.patch
bos@194 27
bos@194 28 diff -r -r other.c
bos@194 29
bos@194 30
bos@194 31 @@ -0,0 +1,1 @@
bos@194 32 +double u;
bos@564 33 </screen>