mercurial/commands.py
branchstable
changeset 15779 01831f55e972
parent 15765 1ef46bcd76f8
child 15780 713ee57f817b
equal deleted inserted replaced
15770:1f9f9b4c2923 15779:01831f55e972
  3410     repository, not touching the working directory. Without --exact,
  3410     repository, not touching the working directory. Without --exact,
  3411     patches will be applied on top of the working directory parent
  3411     patches will be applied on top of the working directory parent
  3412     revision.
  3412     revision.
  3413 
  3413 
  3414     With -s/--similarity, hg will attempt to discover renames and
  3414     With -s/--similarity, hg will attempt to discover renames and
  3415     copies in the patch in the same way as 'addremove'.
  3415     copies in the patch in the same way as :hg:`addremove`.
  3416 
  3416 
  3417     To read a patch from standard input, use "-" as the patch name. If
  3417     To read a patch from standard input, use "-" as the patch name. If
  3418     a URL is specified, the patch will be downloaded from it.
  3418     a URL is specified, the patch will be downloaded from it.
  3419     See :hg:`help dates` for a list of formats valid for -d/--date.
  3419     See :hg:`help dates` for a list of formats valid for -d/--date.
  3420 
  3420