hgext/mq.py
changeset 6634 d6caebe9c293
parent 6627 d9266e48cd27
child 6635 d90d83ebea9e
--- a/hgext/mq.py	Mon Jun 02 21:38:52 2008 +0200
+++ b/hgext/mq.py	Tue Jun 03 09:31:36 2008 +0200
@@ -1534,6 +1534,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.