hgbook

annotate 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
rev   line source
bos@144 1 $ \textbf{hg tip}
bos@144 2 changeset:
bos@144 3 tag: tip
bos@144 4 user: Bryan O'Sullivan <bos@serpentine.com>
bos@144 5
bos@144 6 summary: first change
bos@144 7
bos@144 8 $ \textbf{hg qnew first.patch}
bos@144 9 $ \textbf{hg tip}
bos@144 10 changeset:
bos@144 11 tag: qtip
bos@144 12 tag: first.patch
bos@144 13 tag: tip
bos@144 14 tag: qbase
bos@144 15 user: Bryan O'Sullivan <bos@serpentine.com>
bos@144 16
bos@273 17 summary: [mq]: first.patch
bos@144 18
bos@144 19 $ \textbf{ls .hg/patches}
bos@144 20 first.patch series status