From 6e2b17c4e637f6cebe5a698c86258edfe86e8971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 8 Dec 2009 19:46:19 +0200 Subject: [PATCH] Add deprecation status/reason comments. --- contrib/_subversion | 3 +++ contrib/_yum | 3 +++ contrib/_yum-utils | 3 +++ 3 files changed, 9 insertions(+) diff --git a/contrib/_subversion b/contrib/_subversion index 5ed0a6ca..643ba0d6 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 d566d1fd..2c3f3eeb 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 4e2cf00b..1914ba0a 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 &&