equal
deleted
inserted
replaced
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 |