view en/examples/mq.qinit-help.help.out @ 192:06ab90119fa6

Be more conservative in timeouts. Needed on my new, slower (!?) laptop.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 16 Apr 2007 14:39:51 -0700
parents f078515438d2
children 00f69e8825c5
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. 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