changeset 6634:d6caebe9c293

mq: qimport: explain insertion point in doc string
author Adrian Buehlmann <adrian@cadifra.com>
date Tue, 03 Jun 2008 09:31:36 +0200
parents 67a2d2d9bf21
children d90d83ebea9e
files hgext/mq.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.