hgbook
view ja/examples/mq.qinit-help.help.out @ 1036:d338b1e87965
part of chap 1 and 2 translated
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Sat Nov 07 23:06:51 2009 -0500 (2009-11-07) |
parents | |
children |
line source
1 $ \textbf{hg help qinit}
2 hg qinit [-c]
4 init a new queue repository
6 The queue repository is unversioned by default. If -c is
7 specified, qinit will create a separate nested repository
8 for patches (qinit -c may also be run later to convert
9 an unversioned patch repository into a versioned one).
10 You can use qcommit to commit changes to this queue repository.
12 options:
14 -c --create-repo create queue repository
16 use "hg -v help qinit" to show global options