quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [patch 3/3] push: Remove leftovers of the former interactive


From: Wolfram Sang
Subject: [Quilt-dev] [patch 3/3] push: Remove leftovers of the former interactive-option
Date: Sat, 11 Oct 2008 15:47:23 +0200
User-agent: quilt/0.47-1

Signed-off-by: Wolfram Sang <address@hidden>
---
 quilt/push.in |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Index: quilt/quilt/push.in
===================================================================
--- quilt.orig/quilt/push.in
+++ quilt/quilt/push.in
@@ -268,7 +268,7 @@ list_patches()
        fi
 }
 
-options=`getopt -o fqvah --long leave-rejects,interactive,color:: -- "$@"`
+options=`getopt -o fqvah --long leave-rejects,color:: -- "$@"`
 
 if [ $? -ne 0 ]
 then
@@ -297,9 +297,6 @@ do
        --leave-rejects)
                opt_leave_rejects=1
                shift ;;
-       --interactive)
-               opt_interactive=1
-               shift ;;
        --color)
                case "$2" in
                "" | always)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]