mercurial/crew
changeset 8931:4c99eafb101e
commands: add note about import retrieving patches from URLs
| author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
|---|---|
| date | Wed Jun 24 12:04:19 2009 +0200 (14 months ago) |
| parents | ae275ad46bd0 |
| children | f87884329419 |
| files | mercurial/commands.py |
line diff
1.1 --- a/mercurial/commands.py 1.2 +++ b/mercurial/commands.py 1.3 @@ -1729,7 +1729,8 @@ 1.4 With -s/--similarity, hg will attempt to discover renames and 1.5 copies in the patch in the same way as 'addremove'. 1.6 1.7 - To read a patch from standard input, use "-" as the patch name. 1.8 + To read a patch from standard input, use "-" as the patch name. If 1.9 + a URL is specified, the patch will be downloaded from it. 1.10 See 'hg help dates' for a list of formats valid for -d/--date. 1.11 """ 1.12 patches = (patch1,) + patches
