changeset 35457:2c47986505ff

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
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 18 Dec 2017 11:23:51 -0800
parents fdbe4eafa9c2
children 5bec509dc1ff
files contrib/bash_completion
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)