##// END OF EJS Templates
commands: add note about import retrieving patches from URLs
Dirkjan Ochtman -
r8931:4c99eafb default
parent child Browse files
Show More
@@ -1729,7 +1729,8 b' def import_(ui, repo, patch1, *patches, '
1729 1729 With -s/--similarity, hg will attempt to discover renames and
1730 1730 copies in the patch in the same way as 'addremove'.
1731 1731
1732 To read a patch from standard input, use "-" as the patch name.
1732 To read a patch from standard input, use "-" as the patch name. If
1733 a URL is specified, the patch will be downloaded from it.
1733 1734 See 'hg help dates' for a list of formats valid for -d/--date.
1734 1735 """
1735 1736 patches = (patch1,) + patches
General Comments 0
You need to be logged in to leave comments. Login now