foozy@708: $ \textbf{hg help qinit} foozy@708: hg qinit [-c] foozy@708: foozy@708: init a new queue repository foozy@708: foozy@708: The queue repository is unversioned by default. If -c is foozy@708: specified, qinit will create a separate nested repository foozy@708: for patches (qinit -c may also be run later to convert foozy@708: an unversioned patch repository into a versioned one). foozy@708: You can use qcommit to commit changes to this queue repository. foozy@708: foozy@708: options: foozy@708: foozy@708: -c --create-repo create queue repository foozy@708: foozy@708: use "hg -v help qinit" to show global options