hgbook

view en/examples/mq.tutorial.qnew.out @ 178:1b55292716a4

correct single typo in chpt 5 text
author Steve Guidon <steve.guidon@gmail.com>
date Thu Mar 29 19:55:18 2007 +0100 (2007-03-29)
parents
children 00f69e8825c5
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: New patch: first.patch
19 $ \textbf{ls .hg/patches}
20 first.patch series status