Submitter | Wagner Bruna |
---|---|
Date | July 20, 2014, 7:42 p.m. |
Message ID | <5bd11162c0a47e242ff3.1405885351@sirius.home> |
Download | mbox | patch |
Permalink | /patch/5186/ |
State | Accepted |
Commit | 5bd11162c0a47e242ff3860463336cfd59d19042 |
Headers | show |
Comments
On Sun, 2014-07-20 at 16:42 -0300, Wagner Bruna wrote: > # HG changeset patch > # User Wagner Bruna <wbruna@yahoo.com> > # Date 1405879572 10800 > # Sun Jul 20 15:06:12 2014 -0300 > # Branch stable > # Node ID 5bd11162c0a47e242ff3860463336cfd59d19042 > # Parent c67868cfe14f8b48584716f6431e0068c57ad03c > commands: fix typo in import documentation Queued for stable, thanks.
Patch
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.