hgbook
annotate en/examples/mq.qinit-help.help.out @ 163:a342a44e5e66
Deal with new hg command output.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Mar 26 22:27:03 2007 -0700 (2007-03-26) |
parents | |
children | f078515438d2 |
rev | line source |
---|---|
bos@144 | 1 $ \textbf{hg help qinit} |
bos@144 | 2 hg qinit [-c] |
bos@144 | 3 |
bos@144 | 4 init a new queue repository |
bos@144 | 5 |
bos@144 | 6 The queue repository is unversioned by default. If -c is |
bos@144 | 7 specified, qinit will create a separate nested repository |
bos@144 | 8 for patches. Use qcommit to commit changes to this queue |
bos@144 | 9 repository. |
bos@144 | 10 |
bos@144 | 11 options: |
bos@144 | 12 |
bos@144 | 13 -c --create-repo create queue repository |