comparison en/examples/mq.qinit-help.help.out @ 144:006bbad1f190

Add expected output files. This makes it possible to spot changes in Mercurial's output and behaviour over time.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 06 Mar 2007 21:44:56 -0800
parents
children f078515438d2
comparison
equal deleted inserted replaced
143:f2aabd15dd50 144:006bbad1f190
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. Use qcommit to commit changes to this queue
9 repository.
10
11 options:
12
13 -c --create-repo create queue repository