Update qimport help explaining how to read a patch from stdin (Issue371)
authorDavid Frey <dpfrey@shaw.ca>
Sat, 18 Apr 2009 00:21:11 -0700
changeset 8075 1f0a5a5fff43
parent 8073 e8a28556a0a8
child 8076 5ec526c1a32f
Update qimport help explaining how to read a patch from stdin (Issue371)
hgext/mq.py
--- a/hgext/mq.py	Thu Apr 16 15:34:03 2009 +0200
+++ b/hgext/mq.py	Sat Apr 18 00:21:11 2009 -0700
@@ -1683,6 +1683,10 @@
     format. See the diffs help topic for information on why this is
     important for preserving rename/copy information and permission
     changes.
+
+    To import a patch from standard input, pass - as the patch file.
+    When importing from standard input, a patch name must be specified
+    using the --name flag.
     """
     q = repo.mq
     q.qimport(repo, filename, patchname=opts['name'],