[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-157-g10cfd72

Ville Skyttä ville.skytta at iki.fi
Fri Apr 29 09:44:04 UTC 2011


The following commit has been merged in the master branch:
commit 10cfd729564c9a148fa3f94d95f1d61e17075e9e
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list