# HG changeset patch # User Oleksandr Gavenko # Date 1448194083 -7200 # Node ID 7bd2639fafaf8f0d38ad11c387c6e650269165c5 # Parent 66a4b77eb46c871a3643ffece24aae743f8f830a Add option to _hgsyncew. 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