Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 8931:4c99eafb101e
commands: add note about import retrieving patches from URLs
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 24 Jun 2009 12:04:19 +0200 |
parents | 288ba6d6c5c7 |
children | 1de6e7e1bb9f |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Jun 24 12:03:53 2009 +0200 +++ b/mercurial/commands.py Wed Jun 24 12:04:19 2009 +0200 @@ -1729,7 +1729,8 @@ With -s/--similarity, hg will attempt to discover renames and copies in the patch in the same way as 'addremove'. - To read a patch from standard input, use "-" as the patch name. + To read a patch from standard input, use "-" as the patch name. If + a URL is specified, the patch will be downloaded from it. See 'hg help dates' for a list of formats valid for -d/--date. """ patches = (patch1,) + patches