.bash_completion
changeset 770 7bd2639fafaf
parent 736 73748dd9a563
child 885 bfbd7fdc89f8
--- 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