hgbook
diff en/examples/mq.qinit-help.help.out @ 179:5fc4a45c069f
Continue documentation of collaboration models.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri Mar 30 23:05:28 2007 -0700 (2007-03-30) |
parents | |
children | f078515438d2 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/mq.qinit-help.help.out Fri Mar 30 23:05:28 2007 -0700 1.3 @@ -0,0 +1,13 @@ 1.4 +$ \textbf{hg help qinit} 1.5 +hg qinit [-c] 1.6 + 1.7 +init a new queue repository 1.8 + 1.9 + The queue repository is unversioned by default. If -c is 1.10 + specified, qinit will create a separate nested repository 1.11 + for patches. Use qcommit to commit changes to this queue 1.12 + repository. 1.13 + 1.14 +options: 1.15 + 1.16 + -c --create-repo create queue repository