# HG changeset patch # User Martin von Zweigbergk # Date 2017-12-18 19:23:51 # Node ID 2c47986505ff1f9c9c77117eca584347dbd1d89b # Parent fdbe4eafa9c2b2c65cb62d5be435bdfb09c3fe7e 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 diff --git a/contrib/bash_completion b/contrib/bash_completion --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -296,7 +296,7 @@ shopt -s extglob merge) _hg_labels ;; - commit|ci|record) + commit|ci|record|amend) _hg_status "mar" ;; remove|rm)