mq: document that qinit -c may be run later
authorBrendan Cully <brendan@kublai.com>
Mon, 25 Jun 2007 09:49:40 -0700
changeset 4711 c71bf1d251ad
parent 4699 a6b62584d0b2
child 4712 f49fcbb325bc
mq: document that qinit -c may be run later
hgext/mq.py
--- 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()