##// END OF EJS Templates
mq: document possible combination of -e and -n for qimport
Nicolas Dumazet -
r11700:52c86329 default
parent child Browse files
Show More
@@ -1817,6 +1817,11 b' def qimport(ui, repo, *filename, **opts)'
1817 To import a patch from standard input, pass - as the patch file.
1817 To import a patch from standard input, pass - as the patch file.
1818 When importing from standard input, a patch name must be specified
1818 When importing from standard input, a patch name must be specified
1819 using the --name flag.
1819 using the --name flag.
1820
1821 You can import a patch existing inside the patch repository and
1822 rename it on the go::
1823
1824 hg qimport -e existing-patch -n new-name
1820 """
1825 """
1821 q = repo.mq
1826 q = repo.mq
1822 try:
1827 try:
General Comments 0
You need to be logged in to leave comments. Login now