# HG changeset patch # User Oleksandr Gavenko # Date 1671979589 -7200 # Node ID 48975083716e7780939383502af77b8d661f88dd # Parent 1616bc25541ca80ad3c595cbedb702b1ddd0476f Removed Bash completion for the outdated utility "hgsyncew". diff -r 1616bc25541c -r 48975083716e .bash_completion --- a/.bash_completion Sun Dec 25 16:44:57 2022 +0200 +++ b/.bash_completion Sun Dec 25 16:46:29 2022 +0200 @@ -35,13 +35,6 @@ # builtin completes on builtins complete -b builtin -_hgsyncew() { - local cur=${COMP_WORDS[COMP_CWORD]} - COMPREPLY=( $(compgen -W "--push --modified" -- $cur) ) - return 0 -} -complete -F _hgsyncew -o nospace hgsyncew - _hgsync() { local cur=${COMP_WORDS[COMP_CWORD]} case $COMP_CWORD in