Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: remove duplicate version subcommand



It looks like this was fixed in cvs about 10 years ago.

Regards,
Doug


Index: Completion/Unix/Command/_cvs
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_cvs,v
retrieving revision 1.30
diff -u -r1.30 _cvs
--- Completion/Unix/Command/_cvs	3 Jun 2008 09:30:58 -0000	1.30
+++ Completion/Unix/Command/_cvs	22 Jun 2010 01:11:05 -0000
@@ -48,7 +48,6 @@
 
   (( $+_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




Messages sorted by: Reverse Date, Date, Thread, Author