amend: fix a typo in amend help text related to the extract option
s/extra/extract/
--- a/hgext3rd/evolve/cmdrewrite.py Thu Dec 14 13:19:56 2017 +0100
+++ b/hgext3rd/evolve/cmdrewrite.py Thu Dec 14 00:53:55 2017 +0100
@@ -108,7 +108,7 @@
If you don't specify -m, the parent's message will be reused.
- If --extra is specified, the behavior of `hg amend` is reversed: Changes
+ If --extract is specified, the behavior of `hg amend` is reversed: Changes
to selected files in the checked out revision appear again as uncommitted
changed in the working directory.
--- a/tests/test-amend.t Thu Dec 14 13:19:56 2017 +0100
+++ b/tests/test-amend.t Thu Dec 14 00:53:55 2017 +0100
@@ -136,7 +136,7 @@
If you don't specify -m, the parent's message will be reused.
- If --extra is specified, the behavior of 'hg amend' is reversed: Changes
+ If --extract is specified, the behavior of 'hg amend' is reversed: Changes
to selected files in the checked out revision appear again as uncommitted
changed in the working directory.