hgbook

view en/examples/mq.tutorial.qnew.out @ 318:f3bef43b8ca1

Trim more obsolete SVN advantages
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Aug 26 14:14:19 2008 -0700 (2008-08-26)
parents 006bbad1f190
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