Author: julianfoad
Date: Tue Nov 14 15:59:38 2017
New Revision: 1815226

URL: http://svn.apache.org/viewvc?rev=1815226&view=rev
Log:
On the 'shelve' branch: Remove an unused shelving option in bash_completion.

Modified:
    subversion/branches/shelve/tools/client-side/bash_completion

Modified: subversion/branches/shelve/tools/client-side/bash_completion
URL: 
http://svn.apache.org/viewvc/subversion/branches/shelve/tools/client-side/bash_completion?rev=1815226&r1=1815225&r2=1815226&view=diff
==============================================================================
--- subversion/branches/shelve/tools/client-side/bash_completion (original)
+++ subversion/branches/shelve/tools/client-side/bash_completion Tue Nov 14 
15:59:38 2017
@@ -265,7 +265,6 @@ _svn()
        optsParam="$optsParam|--depth|--set-depth|--with-revprop"
        optsParam="$optsParam|--cl|--changelist|--accept|--show-revs"
        optsParam="$optsParam|--show-item"
-       optsParam="$optsParam|--name"
 
        # svn:* and other (env SVN_BASH_*_PROPS) properties
        local svnProps revProps allProps psCmds propCmds


Reply via email to