The following commit has been merged in the master branch:
commit 992226b1342e6c7c653ac83fe0fbb0fe9c6d1b06
Author: Ville Skyttä <[email protected]>
Date:   Tue Oct 20 21:31:54 2009 +0300

    Fix annotate mode detection.

diff --git a/contrib/cvs b/contrib/cvs
index b650050..4f9e5a6 100644
--- a/contrib/cvs
+++ b/contrib/cvs
@@ -69,7 +69,7 @@ _cvs()
             @(adm?(in)|rcs))
                 mode=admin
                 ;;
-            ann?(notate))
+            ann?(otate))
                 mode=annotate
                 ;;
             @(checkout|co|get))

-- 
bash-completion

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

Reply via email to