Author: fabien
Date: Sat May 19 10:55:20 2012
New Revision: 1340413

URL: http://svn.apache.org/viewvc?rev=1340413&view=rev
Log:
Minor bash completion update

* tools/client-side/bash_completion: add and complete options

Modified:
    subversion/trunk/tools/client-side/bash_completion

Modified: subversion/trunk/tools/client-side/bash_completion
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/bash_completion?rev=1340413&r1=1340412&r2=1340413&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/bash_completion (original)
+++ subversion/trunk/tools/client-side/bash_completion Sat May 19 10:55:20 2012
@@ -479,7 +479,7 @@ _svn()
 
            [[ $previous = '--extensions' || $previous = '-x' ]] && \
                values="--unified --ignore-space-change \
-                       --ignore-all-space --ignore-eol-style"
+                  --ignore-all-space --ignore-eol-style --show-c-functions"
 
            [[ $previous = '--depth' ]] && \
                values='empty files immediates infinity'
@@ -494,8 +494,8 @@ _svn()
                    # from svn help resolve
                    values='base working mine-full theirs-full'
                else # checkout merge switch update
-                   # not implemented yet: mine-conflict theirs-conflict
-                   values='postpone base mine-full theirs-full edit launch'
+                   values="postpone base mine-full theirs-full edit launch \
+                       mine-conflict theirs-conflict"
                fi
            }
 
@@ -889,7 +889,8 @@ _svn()
                          --parents"
                ;;
        patch)
-               cmdOpts="$qOpts $pOpts --dry-run --ignore-whitespace 
--reverse-diff --strip"
+               cmdOpts="$qOpts $pOpts --dry-run --ignore-whitespace \
+                       --reverse-diff --strip"
                ;;
        propdel|pdel|pd)
                cmdOpts="$qOpts -R --recursive $rOpts $pOpts $cOpts \


Reply via email to