diff -r c67868cfe14f -r 5bd11162c0a4 mercurial/commands.py --- a/mercurial/commands.py Sat Jul 19 00:11:40 2014 -0500 +++ b/mercurial/commands.py Sun Jul 20 15:06:12 2014 -0300 @@ -3785,7 +3785,7 @@ by hand before :hg:`commit --amend` is run to update the created changeset. This flag exists to let people import patches that partially apply without losing the associated metadata (author, - date, description, ...), Note that when none of the hunk applies + date, description, ...). Note that when none of the hunk applies cleanly, :hg:`import --partial` will create an empty changeset, importing only the patch metadata.