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
|
# 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>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -1545,7 +1545,7 @@ _cvs()
|
|||||||
@(rtag|rfreeze))
|
@(rtag|rfreeze))
|
||||||
mode=rtag
|
mode=rtag
|
||||||
;;
|
;;
|
||||||
st?(atus))
|
st?(at?(us)))
|
||||||
mode=status
|
mode=status
|
||||||
;;
|
;;
|
||||||
@(tag|freeze))
|
@(tag|freeze))
|
||||||
@ -1698,10 +1698,10 @@ _cvs()
|
|||||||
commit diff delete edit export \
|
commit diff delete edit export \
|
||||||
freeze get history import log new \
|
freeze get history import log new \
|
||||||
patch rcs rdiff release remove \
|
patch rcs rdiff release remove \
|
||||||
rfreeze rlog rm rtag status tag \
|
rfreeze rlog rm rtag stat status \
|
||||||
unedit up update -H -Q -q -b -d -e \
|
tag unedit up update -H -Q -q -b \
|
||||||
-f -l -n -t -r -v -w -x -z --help \
|
-d -e -f -l -n -t -r -v -w -x -z \
|
||||||
--version' -- $cur ) )
|
--help --version' -- $cur ) )
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user