hgbook
annotate en/examples/mq.tutorial.qnew.out @ 220:0ca9045035f7
Advantages for open source and commercial tools.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon May 14 15:22:32 2007 -0700 (2007-05-14) |
parents | |
children | 00f69e8825c5 |
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@144 | 17 summary: New patch: first.patch |
bos@144 | 18 |
bos@144 | 19 $ \textbf{ls .hg/patches} |
bos@144 | 20 first.patch series status |