changeset 775 | 9719c267a562 |
parent 770 | 7bd2639fafaf |
child 885 | bfbd7fdc89f8 |
--- 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