hgbook

diff en/examples/results/mq.qinit-help.help.out @ 563:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 09 21:37:47 2009 -0700 (2009-03-09)
parents en/examples/mq.qinit-help.help.out@00f69e8825c5
children 0d5935744f87
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/en/examples/results/mq.qinit-help.help.out	Mon Mar 09 21:37:47 2009 -0700
     1.3 @@ -0,0 +1,16 @@
     1.4 +$ \textbf{hg help qinit}
     1.5 +hg qinit [-c]
     1.6 +
     1.7 +init a new queue repository
     1.8 +
     1.9 +    The queue repository is unversioned by default. If -c is
    1.10 +    specified, qinit will create a separate nested repository
    1.11 +    for patches (qinit -c may also be run later to convert
    1.12 +    an unversioned patch repository into a versioned one).
    1.13 +    You can use qcommit to commit changes to this queue repository.
    1.14 +
    1.15 +options:
    1.16 +
    1.17 + -c --create-repo  create queue repository
    1.18 +
    1.19 +use "hg -v help qinit" to show global options