hgbook

view 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
line source
1 <!-- BEGIN mq.qinit-help.help -->
2 <screen><prompt>$</prompt> <userinput>hg help qinit</userinput>
3 hg qinit [-c]
5 init a new queue repository
7 The queue repository is unversioned by default. If -c is
8 specified, qinit will create a separate nested repository
9 for patches (qinit -c may also be run later to convert
10 an unversioned patch repository into a versioned one).
11 You can use qcommit to commit changes to this queue repository.
13 options:
15 -c --create-repo create queue repository
17 use "hg -v help qinit" to show global options
18 </screen>
19 <!-- END mq.qinit-help.help -->