--- a/mercurial/commands.py Tue Dec 22 05:46:23 2015 +0000
+++ b/mercurial/commands.py Tue Dec 22 06:03:10 2015 +0000
@@ -4607,9 +4607,12 @@
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
- cleanly, :hg:`import --partial` will create an empty changeset,
- importing only the patch metadata.
+ date, description, ...).
+
+ .. note::
+
+ When no hunks apply cleanly, :hg:`import --partial` will create
+ an empty changeset, importing only the patch metadata.
With -s/--similarity, hg will attempt to discover renames and
copies in the patch in the same way as :hg:`addremove`.