[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 6e2b17c4e637f6cebe5a698c86258edfe86e8971

Ville Skyttä ville.skytta at iki.fi
Tue Dec 8 17:46:46 UTC 2009


The following commit has been merged in the master branch:
commit 6e2b17c4e637f6cebe5a698c86258edfe86e8971
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Dec 8 19:46:19 2009 +0200

    Add deprecation status/reason comments.

diff --git a/contrib/_subversion b/contrib/_subversion
index 5ed0a6c..643ba0d 100644
--- a/contrib/_subversion
+++ b/contrib/_subversion
@@ -1,3 +1,6 @@
+# Use of this file is deprecated.  Upstream completion is available in
+# subversion >= 0.12.0, use that instead.
+
 # svn completion
 
 have svn &&
diff --git a/contrib/_yum b/contrib/_yum
index d566d1f..2c3f3ee 100644
--- a/contrib/_yum
+++ b/contrib/_yum
@@ -1,3 +1,6 @@
+# Use of this file is deprecated.  Upstream completion is available in
+# yum >= 3.2.25, use that instead.
+
 # yum(8) completion
 
 have yum && {
diff --git a/contrib/_yum-utils b/contrib/_yum-utils
index 4e2cf00..1914ba0 100644
--- a/contrib/_yum-utils
+++ b/contrib/_yum-utils
@@ -1,3 +1,6 @@
+# Use of this file is deprecated.  Upstream completion is available in
+# yum-utils >= 1.1.24, use that instead.
+
 # bash completion for repomanage
 
 have repomanage &&

-- 
bash-completion



More information about the Bash-completion-commits mailing list