changeset 3296:b834cb64f779 stable

amend: fix a typo in amend help text related to the extract option s/extra/extract/
author Boris Feld <boris.feld@octobus.net>
date Thu, 14 Dec 2017 00:53:55 +0100
parents 64aedeb30625
children 4d7e002a2bb5 1439021d22f9
files hgext3rd/evolve/cmdrewrite.py tests/test-amend.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.