From d455c70fde2db67ad27c83fb7241f335a5058590 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 22 Jun 2010 02:20:44 +0000 Subject: 28052: remove duplicated completion of the cvs version subcommand --- ChangeLog | 5 ++++- Completion/Unix/Command/_cvs | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a7aba635..c7adff843 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-06-22 Doug Kearns + * 28052: Completion/Unix/Command/_cvs: remove duplicated completion of + the version subcommand. + * unposted: INSTALL, README: fix typos. * 28051: Completion/Unix/Command/_elinks: update for version 0.12pre5. @@ -13317,5 +13320,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5011 $ +* $Revision: 1.5012 $ ***************************************************** diff --git a/Completion/Unix/Command/_cvs b/Completion/Unix/Command/_cvs index 9b8eb0c4e..3c06e0481 100644 --- a/Completion/Unix/Command/_cvs +++ b/Completion/Unix/Command/_cvs @@ -48,7 +48,6 @@ _cvs_command() { (( $+_cvs_cmds )) || _cvs_cmds=( ${${(f)"$(_call_program commands cvs --help-commands 2>&1)"}[2,-2]/(#b) #([a-z]##) #([A-Z])/$match[1]:${match[2]:l}} - 'version:display cvs version being used on client and server' ) if (( CURRENT == 1 )); then -- cgit 1.4.1