view en/examples/mq.qinit-help.help.out @ 453:11d7896cd2ac

Merging changes from jerojasro
author Igor TAmara <igor@tamarapatino.org>
date Wed, 22 Oct 2008 01:51:33 -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