##// END OF EJS Templates
Update qimport help explaining how to read a patch from stdin (Issue371)
David Frey -
r8075:1f0a5a5f default
parent child Browse files
Show More
@@ -1683,6 +1683,10 b' def qimport(ui, repo, *filename, **opts)'
1683 1683 format. See the diffs help topic for information on why this is
1684 1684 important for preserving rename/copy information and permission
1685 1685 changes.
1686
1687 To import a patch from standard input, pass - as the patch file.
1688 When importing from standard input, a patch name must be specified
1689 using the --name flag.
1686 1690 """
1687 1691 q = repo.mq
1688 1692 q.qimport(repo, filename, patchname=opts['name'],
General Comments 0
You need to be logged in to leave comments. Login now