hgbook

annotate en/examples/results/mq.qinit-help.help.out @ 648:e0ac2341a861

Fix building error introduced by bos at rev 8366882f67f2
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Mar 18 21:50:57 2009 +0800 (2009-03-18)
parents 44d1363234d2
children 4432ad34b8e5
rev   line source
bos@564 1 <screen><prompt>$</prompt> <userinput>hg help qinit</userinput>
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@273 8 for patches (qinit -c may also be run later to convert
bos@273 9 an unversioned patch repository into a versioned one).
bos@273 10 You can use qcommit to commit changes to this queue repository.
bos@144 11
bos@144 12 options:
bos@144 13
bos@144 14 -c --create-repo create queue repository
bos@191 15
bos@191 16 use "hg -v help qinit" to show global options
bos@564 17 </screen>