changeset 3231:996dabc4224b stable

help: promote "amend" to important command Recent change to what command we advertise as "basic". It turn out "amend" was not part of one of them. Since "amend" is one of the core command of a rewriting workflow, we promote it to "basic command".
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 06 Dec 2017 02:08:37 +0100
parents fed946edc293
children c1d20598bc2b bd01eb0108f4
files hgext3rd/evolve/cmdrewrite.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/cmdrewrite.py	Tue Dec 05 16:11:08 2017 -0800
+++ b/hgext3rd/evolve/cmdrewrite.py	Wed Dec 06 02:08:37 2017 +0100
@@ -71,7 +71,7 @@
 interactiveopt = [['i', 'interactive', None, _('use interactive mode')]]
 
 @eh.command(
-    'amend|refresh',
+    '^amend|refresh',
     [('A', 'addremove', None,
       _('mark new/missing files as added/removed before committing')),
      ('a', 'all', False, _("match all files")),