Add support for 'cvs stat'. Thanks to Ville Skyttä <ville.skytta@iki.fi>.
This commit is contained in:
parent
d504bcfa21
commit
1576f9af44
@ -1,6 +1,6 @@
|
||||
# bash_completion - programmable completion functions for bash 3.0
|
||||
#
|
||||
# $Id: bash_completion,v 1.833 2006/02/23 20:26:10 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.834 2006/02/23 20:27:59 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -1545,7 +1545,7 @@ _cvs()
|
||||
@(rtag|rfreeze))
|
||||
mode=rtag
|
||||
;;
|
||||
st?(atus))
|
||||
st?(at?(us)))
|
||||
mode=status
|
||||
;;
|
||||
@(tag|freeze))
|
||||
@ -1698,10 +1698,10 @@ _cvs()
|
||||
commit diff delete edit export \
|
||||
freeze get history import log new \
|
||||
patch rcs rdiff release remove \
|
||||
rfreeze rlog rm rtag status tag \
|
||||
unedit up update -H -Q -q -b -d -e \
|
||||
-f -l -n -t -r -v -w -x -z --help \
|
||||
--version' -- $cur ) )
|
||||
rfreeze rlog rm rtag stat status \
|
||||
tag unedit up update -H -Q -q -b \
|
||||
-d -e -f -l -n -t -r -v -w -x -z \
|
||||
--help --version' -- $cur ) )
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user