hgbook
annotate ja/examples/mq.qinit-help.help.out @ 1099:a1b3a1de1038
2.7.2 zh translated
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Tue Nov 24 22:16:48 2009 -0500 (2009-11-24) |
parents | |
children |
rev | line source |
---|---|
foozy@708 | 1 $ \textbf{hg help qinit} |
foozy@708 | 2 hg qinit [-c] |
foozy@708 | 3 |
foozy@708 | 4 init a new queue repository |
foozy@708 | 5 |
foozy@708 | 6 The queue repository is unversioned by default. If -c is |
foozy@708 | 7 specified, qinit will create a separate nested repository |
foozy@708 | 8 for patches (qinit -c may also be run later to convert |
foozy@708 | 9 an unversioned patch repository into a versioned one). |
foozy@708 | 10 You can use qcommit to commit changes to this queue repository. |
foozy@708 | 11 |
foozy@708 | 12 options: |
foozy@708 | 13 |
foozy@708 | 14 -c --create-repo create queue repository |
foozy@708 | 15 |
foozy@708 | 16 use "hg -v help qinit" to show global options |