hgbook
diff en/examples/mq.qinit-help.help.out @ 190:cd066590e2e3
Another hopeless attempt at bisect stability.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Apr 16 14:38:45 2007 -0700 (2007-04-16) |
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 Mon Apr 16 14:38:45 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