##// END OF EJS Templates
mq: correct qimport documentation
Nicolas Dumazet -
r11706:5fdf08b6 default
parent child Browse files
Show More
@@ -1818,8 +1818,7 b' def qimport(ui, repo, *filename, **opts)'
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
1820
1821 You can import a patch existing inside the patch repository and
1821 To import an existing patch while renaming it::
1822 rename it on the go::
1823
1822
1824 hg qimport -e existing-patch -n new-name
1823 hg qimport -e existing-patch -n new-name
1825 """
1824 """
General Comments 0
You need to be logged in to leave comments. Login now