changeset 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 ae275ad46bd0
children f87884329419
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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