# HG changeset patch # User Boris Feld # Date 1513209235 -3600 # Node ID b834cb64f77987ba20ae7ccfb5d1d68da1113534 # Parent 64aedeb306257d6a27cd12e1ea0c3ba8970ff3d4 amend: fix a typo in amend help text related to the extract option s/extra/extract/ diff -r 64aedeb30625 -r b834cb64f779 hgext3rd/evolve/cmdrewrite.py --- 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. diff -r 64aedeb30625 -r b834cb64f779 tests/test-amend.t --- 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.