author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 22 Nov 2015 14:08:03 +0200 | |
changeset 770 | 7bd2639fafaf |
parent 767 | 66a4b77eb46c |
child 771 | 7eab55df79e5 |
.bash_completion | file | annotate | diff | comparison | revisions |
--- 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