hgbook

annotate en/examples/mq.qinit-help.help.out @ 303:b3501156a572

Fix sample output for 'rename.divergent' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 22:01:27 2008 +0200 (2008-08-20)
parents f078515438d2
children
rev   line source
bos@144 1 $ \textbf{hg help qinit}
bos@144 2 hg qinit [-c]
bos@144 3
bos@144 4 init a new queue repository
bos@144 5
bos@144 6 The queue repository is unversioned by default. If -c is
bos@144 7 specified, qinit will create a separate nested repository
bos@273 8 for patches (qinit -c may also be run later to convert
bos@273 9 an unversioned patch repository into a versioned one).
bos@273 10 You can use qcommit to commit changes to this queue repository.
bos@144 11
bos@144 12 options:
bos@144 13
bos@144 14 -c --create-repo create queue repository
bos@191 15
bos@191 16 use "hg -v help qinit" to show global options