hgbook

view en/examples/results/mq.id.output.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/mq.id.output.out@00f69e8825c5
children 0d5935744f87
line source
1 $ \textbf{hg qapplied}
2 first.patch
3 second.patch
4 $ \textbf{hg log -r qbase:qtip}
5 changeset:
6 tag: first.patch
7 tag: qbase
8 user: Bryan O'Sullivan <bos@serpentine.com>
10 summary: [mq]: first.patch
12 changeset:
13 tag: qtip
14 tag: second.patch
15 tag: tip
16 user: Bryan O'Sullivan <bos@serpentine.com>
18 summary: [mq]: second.patch
20 $ \textbf{hg export second.patch}
21 # HG changeset patch
22 # User Bryan O'Sullivan <bos@serpentine.com>
24 # Node ID
25 # Parent
26 [mq]: second.patch
28 diff -r -r other.c
31 @@ -0,0 +1,1 @@
32 +double u;