hgbook
view 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 |
line source
1 $ \textbf{hg help qinit}
2 hg qinit [-c]
4 init a new queue repository
6 The queue repository is unversioned by default. If -c is
7 specified, qinit will create a separate nested repository
8 for patches. Use qcommit to commit changes to this queue
9 repository.
11 options:
13 -c --create-repo create queue repository