changeset 21929:5bd11162c0a4 stable

commands: fix typo in import documentation
author Wagner Bruna <wbruna@yahoo.com>
date Sun, 20 Jul 2014 15:06:12 -0300
parents c67868cfe14f
children a5168eb9b2bc
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.