From fb8b49bcaef4ea6dba6df42b8f92fca3f81a24fd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 16 Oct 2001 13:07:17 +0000 Subject: Changes from 4.1 which need to be backported --- Completion/Unix/Command/_cvs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Unix/Command/_cvs') diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index e01673fe7..9159a196f 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -348,7 +348,7 @@ _cvs_history () { '*-n+[in module]:module:_cvs_modules' \ '*-p+[in repository]:repository:' \ '-r+[since revision]:rev:' \ - '-t+[since tag]:tag:' \ + '-t+[since tag]:tag:_cvs_revisions' \ '*-u+[specify user]:user name:' \ '-x+[specify type]:type:_cvs_history_x' \ '-X+[debugging]:arg:' \ @@ -497,7 +497,7 @@ _cvs_rtag () { '(-d)-b[create branch]' \ '-D+[specify date]:date:_cvs_D' \ '-r+[specify revision]:tag:_cvs_revisions' \ - ':tag:' \ + ':tag:_cvs_revisions' \ '*:module:_cvs_modules' } @@ -524,7 +524,7 @@ _cvs_tag () { '(-d)-f[force a head revision]' \ '-r+[specify revision]:tag:_cvs_revisions' \ '-D+[specify date]:date:_cvs_D' \ - ':tag:' \ + ':tag:_cvs_revisions' \ '*:file:_cvs_files' } -- cgit 1.4.1