hgbook
annotate en/examples/mq.tutorial.qnew.out @ 341:44dd3583c605
translated almost 2 sections
author | jerojasro@localhost |
---|---|
date | Sat Oct 18 23:29:33 2008 -0500 (2008-10-18) |
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 |