diff -r 66a4b77eb46c -r 7bd2639fafaf .bash_completion --- a/.bash_completion Sat Nov 21 20:29:45 2015 +0200 +++ b/.bash_completion Sun Nov 22 14:08:03 2015 +0200 @@ -35,7 +35,7 @@ _hgsyncew() { local cur=${COMP_WORDS[COMP_CWORD]} - COMPREPLY=( $(compgen -W "--push" -- $cur) ) + COMPREPLY=( $(compgen -W "--push --modified" -- $cur) ) return 0 } complete -F _hgsyncew -o nospace hgsyncew