completion: add support for new "amend" command
The command is now shipped with Mercurial, but completion should be
helpful (and accurate) for users of the amend command shipped with the
evolve extension too.
Differential Revision: https://phab.mercurial-scm.org/D1716
--- a/contrib/bash_completion Mon Dec 18 09:58:04 2017 -0800
+++ b/contrib/bash_completion Mon Dec 18 11:23:51 2017 -0800
@@ -296,7 +296,7 @@
merge)
_hg_labels
;;
- commit|ci|record)
+ commit|ci|record|amend)
_hg_status "mar"
;;
remove|rm)