hgbook

diff en/examples/mq.qinit-help.help.out @ 167:e67251ac336f

Small portability change. "grep -P" doesn't work on Debian.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 27 01:15:34 2007 -0500 (2007-03-27)
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	Tue Mar 27 01:15:34 2007 -0500
     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