From patchwork Sun Jul 20 19:42:31 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [stable] commands: fix typo in import documentation From: Wagner Bruna X-Patchwork-Id: 5186 Message-Id: <5bd11162c0a47e242ff3.1405885351@sirius.home> To: mercurial-devel@selenic.com Date: Sun, 20 Jul 2014 16:42:31 -0300 # HG changeset patch # User Wagner Bruna # Date 1405879572 10800 # Sun Jul 20 15:06:12 2014 -0300 # Branch stable # Node ID 5bd11162c0a47e242ff3860463336cfd59d19042 # Parent c67868cfe14f8b48584716f6431e0068c57ad03c commands: fix typo in import documentation diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -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.