Mercurial > public > mercurial-scm > hg-stable
comparison 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 |
comparison
equal
deleted
inserted
replaced
8930:ae275ad46bd0 | 8931:4c99eafb101e |
---|---|
1727 deficiencies in the text patch format. | 1727 deficiencies in the text patch format. |
1728 | 1728 |
1729 With -s/--similarity, hg will attempt to discover renames and | 1729 With -s/--similarity, hg will attempt to discover renames and |
1730 copies in the patch in the same way as 'addremove'. | 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 See 'hg help dates' for a list of formats valid for -d/--date. | 1734 See 'hg help dates' for a list of formats valid for -d/--date. |
1734 """ | 1735 """ |
1735 patches = (patch1,) + patches | 1736 patches = (patch1,) + patches |
1736 | 1737 |
1737 date = opts.get('date') | 1738 date = opts.get('date') |