[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 992226b1342e6c7c653ac83fe0fbb0fe9c6d1b06

Ville Skyttä ville.skytta at iki.fi
Tue Oct 20 18:32:43 UTC 2009


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



More information about the Bash-completion-commits mailing list