amend: fix a typo in amend help text related to the extract option stable
authorBoris Feld <boris.feld@octobus.net>
Thu, 14 Dec 2017 00:53:55 +0100
branchstable
changeset 3296 b834cb64f779
parent 3295 64aedeb30625
child 3297 4d7e002a2bb5
child 3361 1439021d22f9
amend: fix a typo in amend help text related to the extract option s/extra/extract/
hgext3rd/evolve/cmdrewrite.py
tests/test-amend.t
--- 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.