[yum-commits] Branch 'yum-3_2_X' - etc/yum.bash

Ville Skyttä scop at osuosl.org
Fri Oct 23 19:05:40 UTC 2009


 etc/yum.bash |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 5e986d05e4497e4477ec146416325c901058361d
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Fri Oct 23 22:05:16 2009 +0300

    Remove stale TODO.

diff --git a/etc/yum.bash b/etc/yum.bash
index fc52aa7..4e013cb 100644
--- a/etc/yum.bash
+++ b/etc/yum.bash
@@ -122,7 +122,6 @@ _yum()
         group*)
             local IFS=$'\n'
             # TODO: add -d 0 when http://yum.baseurl.org/ticket/29 is fixed
-            # TODO: add -C when http://yum.baseurl.org/ticket/310 is fixed
             COMPREPLY=( $( compgen -W "$( $yum -C grouplist 2>/dev/null | \
                 sed -ne 's/^[[:space:]]\+\(.\+\)/\1/p' )" -- "$cur" ) )
             return 0


More information about the Yum-commits mailing list