You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2014/03/13 21:56:31 UTC

svn commit: r1577314 - /subversion/trunk/tools/client-side/bash_completion

Author: philip
Date: Thu Mar 13 20:56:31 2014
New Revision: 1577314

URL: http://svn.apache.org/r1577314
Log:
* tools/client-side/bash_completion (_svnadmin): Add info command.

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=1577314&r1=1577313&r2=1577314&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/bash_completion (original)
+++ subversion/trunk/tools/client-side/bash_completion Thu Mar 13 20:56:31 2014
@@ -1035,7 +1035,7 @@ _svnadmin ()
 	cur=${COMP_WORDS[COMP_CWORD]}
 
 	# Possible expansions, without pure-prefix abbreviations such as "h".
-	cmds='crashtest create deltify dump freeze help hotcopy list-dblogs \
+	cmds='crashtest create deltify dump freeze help hotcopy info list-dblogs \
 	      list-unused-dblogs load lock lslocks lstxns pack recover rmlocks \
 	      rmtxns setlog setrevprop setuuid unlock upgrade verify --version'