Mercurial > hg
changeset 4711:c71bf1d251ad
mq: document that qinit -c may be run later
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 25 Jun 2007 09:49:40 -0700 |
parents | a6b62584d0b2 |
children | f49fcbb325bc |
files | hgext/mq.py |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Sun Jun 24 10:08:38 2007 -0500 +++ b/hgext/mq.py Mon Jun 25 09:49:40 2007 -0700 @@ -1551,8 +1551,9 @@ The queue repository is unversioned by default. If -c is specified, qinit will create a separate nested repository - for patches. Use qcommit to commit changes to this queue - repository.""" + for patches (qinit -c may also be run later to convert + an unversioned patch repository into a versioned one). + You can use qcommit to commit changes to this queue repository.""" q = repo.mq r = q.init(repo, create=opts['create_repo']) q.save_dirty()