As we can now mail a subset of the series file, this is probably useful.

Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]>
---
 bash_completion |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: quilt/bash_completion
===================================================================
--- quilt.orig/bash_completion
+++ quilt/bash_completion
@@ -226,7 +226,7 @@ _quilt_completion()
           esac
           ;;
        mail)
-          COMPREPLY=( $( compgen -W "-m --prefix --mbox --send --sender --from 
--subject --to --cc --bcc" -- $cur ) )
+          COMPREPLY=( $( compgen -W "-m --prefix --mbox --send --sender --from 
--subject --to --cc --bcc $(quilt series)" -- $cur ) )
           ;;
        next|previous)
           COMPREPLY=( $( compgen -W "$(quilt series)" -- $cur ) )
-- 
  Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to