comparison contrib/zsh_completion @ 42526:0c0e54bcea9b

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
author Kyle Lippincott <spectral@google.com>
date Tue, 25 Jun 2019 14:23:02 -0700
parents 61415361e906
children
comparison
equal deleted inserted replaced
42525:9913fffd744b 42526:0c0e54bcea9b
1 #compdef hg 1 #compdef hg chg
2 2
3 # Zsh completion script for mercurial. Rename this file to _hg and copy 3 # Zsh completion script for mercurial. Rename this file to _hg and copy
4 # it into your zsh function path (/usr/share/zsh/site-functions for 4 # it into your zsh function path (/usr/share/zsh/site-functions for
5 # instance) 5 # instance)
6 # 6 #