diff -r 5dfaf39afb2c -r 9719c267a562 .bash_completion --- a/.bash_completion Tue Dec 01 22:43:46 2015 +0200 +++ b/.bash_completion Tue Dec 08 20:56:33 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