[Lunar-commits] r21881 - moonbase/trunk/devel/cvs/profile.d
Auke Kok
sofar at lunar-linux.org
Thu Oct 19 16:25:05 UTC 2006
Author: sofar
Date: 2006-10-19 16:25:05 +0000 (Thu, 19 Oct 2006)
New Revision: 21881
Modified:
moonbase/trunk/devel/cvs/profile.d/cvs-completion.rc
Log:
Updated with latest commands in CVS.
Modified: moonbase/trunk/devel/cvs/profile.d/cvs-completion.rc
===================================================================
--- moonbase/trunk/devel/cvs/profile.d/cvs-completion.rc 2006-10-19 15:29:15 UTC (rev 21880)
+++ moonbase/trunk/devel/cvs/profile.d/cvs-completion.rc 2006-10-19 16:25:05 UTC (rev 21881)
@@ -1,13 +1,8 @@
-#####
-#From: ian at linuxcare.com (Ian Macdonald)
-#Newsgroups: comp.unix.shell
-#Subject: More bash 2.04 completions
-#Date: 12 Aug 2000 09:53:40 GMT
-#Organization: Linuxcare, Inc.
-#Lines: 274
-#Message-ID: <slrn8pa7l2.jgm.ian at lovelorn.linuxcare.com>
-#Reply-To: ian at linuxcare.com
-#####
+#
+# More bash 2.04 completions
+#
+# From: ian at linuxcare.com (Ian Macdonald)
+#
# Turn on extended globbing
shopt -s extglob
@@ -23,9 +18,10 @@
prev=${COMP_WORDS[COMP_CWORD-1]}
if [ $COMP_CWORD -eq 1 ] || [ "${prev:0:1}" = "-" ]; then
- COMPREPLY=( $( compgen -W 'add admin checkout commit diff \
- export history import log rdiff release remove rtag status \
- tag update' $cur ))
+ COMPREPLY=( $( compgen -W 'add admin annotate checkout commit \
+ diff edit editors export history import init log login logout \
+ ls pserver rannotate rdiff release remove rlog rls rtag \
+ server status tag unedit update version watch watchers' $cur ))
else
COMPREPLY=( $( compgen -f $cur ))
fi
More information about the Lunar-commits
mailing list