view en/examples/mq.qinit-help.help.out @ 575:cf6b9bf14af7

corrected some typos, added a note about the meaning of a sentence
author Javier Rojas <jerojasro@devnull.li>
date Wed, 31 Dec 2008 11:44:58 -0500
parents 00f69e8825c5
children
line wrap: on
line source

$ \textbf{hg help qinit}
hg qinit [-c]

init a new queue repository

    The queue repository is unversioned by default. If -c is
    specified, qinit will create a separate nested repository
    for patches (qinit -c may also be run later to convert
    an unversioned patch repository into a versioned one).
    You can use qcommit to commit changes to this queue repository.

options:

 -c --create-repo  create queue repository

use "hg -v help qinit" to show global options