completion: add support for new "amend" command
authorMartin von Zweigbergk <martinvonz@google.com>
Mon, 18 Dec 2017 11:23:51 -0800
changeset 35457 2c47986505ff
parent 35456 fdbe4eafa9c2
child 35458 5bec509dc1ff
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
contrib/bash_completion
--- 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)