.bash_completion
changeset 1011 48975083716e
parent 1007 0077617b0deb
child 1017 0d77f5f13675
--- 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