commands: fix typo in import documentation stable
authorWagner Bruna <wbruna@yahoo.com>
Sun, 20 Jul 2014 15:06:12 -0300
branchstable
changeset 21929 5bd11162c0a4
parent 21928 c67868cfe14f
child 21930 a5168eb9b2bc
commands: fix typo in import documentation
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.