Mercurial > hgbook
comparison ja/examples/mq.qinit-help.help.out @ 290:b0db5adf11c1 ja_root
fork Japanese translation.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Wed, 06 Feb 2008 17:43:11 +0900 |
parents | en/examples/mq.qinit-help.help.out@00f69e8825c5 |
children |
comparison
equal
deleted
inserted
replaced
289:7be02466421b | 290:b0db5adf11c1 |
---|---|
1 $ \textbf{hg help qinit} | |
2 hg qinit [-c] | |
3 | |
4 init a new queue repository | |
5 | |
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. | |
11 | |
12 options: | |
13 | |
14 -c --create-repo create queue repository | |
15 | |
16 use "hg -v help qinit" to show global options |