hgbook

view en/examples/mq.qinit-help.help.out @ 225:a631aca1083f

Add special PDF header goo.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue May 15 16:40:08 2007 -0700 (2007-05-15)
parents 006bbad1f190
children 00f69e8825c5
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
15 use "hg -v help qinit" to show global options