hgbook

view ja/examples/mq.tutorial.qnew.out @ 1089:0e202b76f958

2.5.0 2 para
author Zhaoping Sun <zhaopingsun@gmail.com>
date Sun Nov 22 21:35:38 2009 -0500 (2009-11-22)
parents
children
line source
1 $ \textbf{hg tip}
2 changeset:
3 tag: tip
4 user: Bryan O'Sullivan <bos@serpentine.com>
6 summary: first change
8 $ \textbf{hg qnew first.patch}
9 $ \textbf{hg tip}
10 changeset:
11 tag: qtip
12 tag: first.patch
13 tag: tip
14 tag: qbase
15 user: Bryan O'Sullivan <bos@serpentine.com>
17 summary: [mq]: first.patch
19 $ \textbf{ls .hg/patches}
20 first.patch series status