hgbook

annotate en/examples/results/mq.qinit-help.help.out @ 611:4432ad34b8e5

Check in example outputs with begin/end markers.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 31 12:19:01 2009 -0700 (2009-03-31)
parents 0d5935744f87
children
rev   line source
bos@611 1 <!-- BEGIN mq.qinit-help.help -->
bos@564 2 <screen><prompt>$</prompt> <userinput>hg help qinit</userinput>
bos@144 3 hg qinit [-c]
bos@144 4
bos@144 5 init a new queue repository
bos@144 6
bos@144 7 The queue repository is unversioned by default. If -c is
bos@144 8 specified, qinit will create a separate nested repository
bos@273 9 for patches (qinit -c may also be run later to convert
bos@273 10 an unversioned patch repository into a versioned one).
bos@273 11 You can use qcommit to commit changes to this queue repository.
bos@144 12
bos@144 13 options:
bos@144 14
bos@144 15 -c --create-repo create queue repository
bos@191 16
bos@191 17 use "hg -v help qinit" to show global options
bos@564 18 </screen>
bos@611 19 <!-- END mq.qinit-help.help -->