hgbook
annotate en/examples/mq.tutorial.qnew.out @ 391:53b4a0d0052e
finished translation of section 2.2
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Sun Nov 02 21:34:16 2008 -0500 (2008-11-02) |
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 |