cvs: Add CVS controlled file completions for admin and update.
This commit is contained in:
parent
af3f67f2e5
commit
44dd868077
@ -186,6 +186,9 @@ _cvs()
|
||||
|
||||
if [[ "$cur" = -* ]]; then
|
||||
_cvs_command_options "$1" $mode
|
||||
else
|
||||
get_entries
|
||||
COMPREPLY=( $( compgen -W '${entries[@]}' -- "$cur" ) )
|
||||
fi
|
||||
;;
|
||||
annotate)
|
||||
@ -342,6 +345,9 @@ _cvs()
|
||||
|
||||
if [[ "$cur" = -* ]]; then
|
||||
_cvs_command_options "$1" $mode
|
||||
else
|
||||
get_entries
|
||||
COMPREPLY=( $( compgen -W '${entries[@]}' -- "$cur" ) )
|
||||
fi
|
||||
;;
|
||||
"")
|
||||
|
Loading…
x
Reference in New Issue
Block a user