# HG changeset patch # User Kyle Lippincott # Date 2019-06-25 21:23:02 # Node ID 0c0e54bcea9bf3473898c21fefeea906e79f7ccf # Parent 9913fffd744ba3005ae5878e4b643cae57cc7605 zsh: enable completion support for chg as well When verifying this change, you may need to clear/rebuild the completion cache; I did this by deleting the ~/.zcompdump file and then starting a new shell. Differential Revision: https://phab.mercurial-scm.org/D6574 diff --git a/contrib/zsh_completion b/contrib/zsh_completion --- a/contrib/zsh_completion +++ b/contrib/zsh_completion @@ -1,4 +1,4 @@ -#compdef hg +#compdef hg chg # Zsh completion script for mercurial. Rename this file to _hg and copy # it into your zsh function path (/usr/share/zsh/site-functions for