The following commit has been merged in the master branch:
commit 10cfd729564c9a148fa3f94d95f1d61e17075e9e
Author: Ville Skyttä <[email protected]>
Date:   Fri Apr 29 12:42:39 2011 +0300

    cvs diff: Parse options from cvs diff instead of plain diff.

diff --git a/completions/cvs b/completions/cvs
index 9c3cabf..0a397a4 100644
--- a/completions/cvs
+++ b/completions/cvs
@@ -282,7 +282,7 @@ _cvs()
             ;;
         diff)
             if [[ "$cur" == -* ]]; then
-                _longopt diff
+                _cvs_command_options "$1" $mode
             else
                 get_entries
                 COMPREPLY=( $( compgen -W '${entries[@]:-}' -- "$cur" ) )

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to