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".
--- 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")),