Removed Bash completion for the outdated utility "hgsyncew".
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Dec 2022 16:46:29 +0200
changeset 1011 48975083716e
parent 1010 1616bc25541c
child 1012 5db0edb5ff00
Removed Bash completion for the outdated utility "hgsyncew".
.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