hgbook

view en/examples/mq.id.output.out @ 225:a631aca1083f

Add special PDF header goo.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue May 15 16:40:08 2007 -0700 (2007-05-15)
parents
children 00f69e8825c5
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: patch queue: first.patch
12 changeset:
13 tag: qtip
14 tag: second.patch
15 tag: tip
16 user: Bryan O'Sullivan <bos@serpentine.com>
18 summary: patch queue: 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 patch queue: second.patch
28 diff -r -r other.c
31 @@ -0,0 +1,1 @@
32 +double u;