comparison ja/examples/mq.id.out.out @ 290:b0db5adf11c1 ja_root

fork Japanese translation.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 06 Feb 2008 17:43:11 +0900
parents en/examples/mq.id.out.out@006bbad1f190
children
comparison
equal deleted inserted replaced
289:7be02466421b 290:b0db5adf11c1
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>
9
10 summary: patch queue: first.patch
11
12 changeset:
13 tag: second.patch
14 tag: qtip
15 tag: tip
16 user: Bryan O'Sullivan <bos@serpentine.com>
17
18 summary: patch queue: second.patch
19
20 $ \textbf{hg export second.patch}
21 # HG changeset patch
22 # User Bryan O'Sullivan <bos@serpentine.com>
23
24 # Node ID
25 # Parent
26 patch queue: second.patch
27
28 diff -r -r other.c
29
30
31 @@ -0,0 +1,1 @@
32 +double u;