hgbook

view en/examples/mq.tutorial.qnew.out @ 420:0774efad9003

translated up to section 4.4.1 (included). updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Sat Nov 15 20:04:33 2008 -0500 (2008-11-15)
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