mercurial/commands.py
changeset 8931 4c99eafb101e
parent 8927 288ba6d6c5c7
child 8936 1de6e7e1bb9f
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')