comparison en/examples/mq.qinit-help.help.out @ 273:00f69e8825c5

Bring book up to date with recent changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 26 Nov 2007 12:24:53 -0800
parents f078515438d2
children
comparison
equal deleted inserted replaced
272:74c079e0051f 273:00f69e8825c5
3 3
4 init a new queue repository 4 init a new queue repository
5 5
6 The queue repository is unversioned by default. If -c is 6 The queue repository is unversioned by default. If -c is
7 specified, qinit will create a separate nested repository 7 specified, qinit will create a separate nested repository
8 for patches. Use qcommit to commit changes to this queue 8 for patches (qinit -c may also be run later to convert
9 repository. 9 an unversioned patch repository into a versioned one).
10 You can use qcommit to commit changes to this queue repository.
10 11
11 options: 12 options:
12 13
13 -c --create-repo create queue repository 14 -c --create-repo create queue repository
14 15