[PATCH] mq: qimport: explain insertion point in doc string

Adrian Buehlmann adrian at cadifra.com
Mon Jun 2 16:47:17 CDT 2008


python run-tests.py test-mq*
was ok on FreeBSD 6.2

# HG changeset patch
# User Adrian Buehlmann <adrian at cadifra.com>
# Date 1212409278 -7200
# Node ID 7a59f772bfda0fbc6879a29f37e55eee923bdd34
# Parent  635541b970e5f9d9c472f255d47a75883c4f1c58
mq: qimport: explain insertion point in doc string

diff -r 635541b970e5 -r 7a59f772bfda hgext/mq.py
--- a/hgext/mq.py	Mon Jun 02 21:42:16 2008 +0200
+++ b/hgext/mq.py	Mon Jun 02 14:21:18 2008 +0200
@@ -1532,6 +1532,10 @@
 def qimport(ui, repo, *filename, **opts):
     """import a patch

+    The patch is inserted into the series after the last applied patch.
+    If no patches have been applied, qimport prepends the patch
+    to the series.
+
     The patch will have the same name as its source file unless you
     give it a new one with --name.



More information about the Mercurial-devel mailing list