##// END OF EJS Templates
import: mention "stdin" (abbreviated) and add example...
Martin von Zweigbergk -
r30899:a8786013 default
parent child Browse files
Show More
@@ -4129,8 +4129,9 b' def import_(ui, repo, patch1=None, *patc'
4129 Import a list of patches and commit them individually (unless
4129 Import a list of patches and commit them individually (unless
4130 --no-commit is specified).
4130 --no-commit is specified).
4131
4131
4132 To read a patch from standard input, use "-" as the patch name. If
4132 To read a patch from standard input (stdin), use "-" as the patch
4133 a URL is specified, the patch will be downloaded from there.
4133 name. If a URL is specified, the patch will be downloaded from
4134 there.
4134
4135
4135 Import first applies changes to the working directory (unless
4136 Import first applies changes to the working directory (unless
4136 --bypass is specified), import will abort if there are outstanding
4137 --bypass is specified), import will abort if there are outstanding
@@ -4200,6 +4201,10 b' def import_(ui, repo, patch1=None, *patc'
4200
4201
4201 hg import incoming-patches.mbox
4202 hg import incoming-patches.mbox
4202
4203
4204 - import patches from stdin::
4205
4206 hg import -
4207
4203 - attempt to exactly restore an exported changeset (not always
4208 - attempt to exactly restore an exported changeset (not always
4204 possible)::
4209 possible)::
4205
4210
General Comments 0
You need to be logged in to leave comments. Login now