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

Ville Skyttä scop at osuosl.org
Tue Jan 25 19:31:21 UTC 2011


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

New commits:
commit 8980f4f65268900be1731ddd9e2a318fa9008f48
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Jan 25 21:19:21 2011 +0200

    Add history repeat completion.

diff --git a/etc/yum.bash b/etc/yum.bash
index 28deee0..1ccb83d 100644
--- a/etc/yum.bash
+++ b/etc/yum.bash
@@ -255,7 +255,7 @@ _yum()
                     COMPREPLY=( $( compgen -W 'info list summary undo redo
                         new addon-info package-list' -- "$cur" ) )
                     ;;
-                undo|redo|addon|addon-info)
+                undo|redo|repeat|addon|addon-info)
                     COMPREPLY=( $( compgen -W "last $( $yum -d 0 -C history \
                         2>/dev/null | \
                         sed -ne 's/^[[:space:]]*\([0-9]\{1,\}\).*/\1/p' )" \


More information about the Yum-commits mailing list