Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
* tools/client-side/bash_completion
Browse files Browse the repository at this point in the history
  (_svnadmin): Add the missing 'dump-revprops' and 'load-revprops' commands.

git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1812099 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Julian Foad committed Oct 13, 2017
1 parent add8e38 commit 9ad7fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/client-side/bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -1102,9 +1102,9 @@ _svnadmin ()
cur=${COMP_WORDS[COMP_CWORD]}

# Possible expansions, without pure-prefix abbreviations such as "h".
cmds='crashtest create delrevprop deltify dump freeze help hotcopy \
info list-dblogs \
list-unused-dblogs load lock lslocks lstxns pack recover rmlocks \
cmds='crashtest create delrevprop deltify dump dump-revprops freeze \
help hotcopy info list-dblogs list-unused-dblogs \
load load-revprops lock lslocks lstxns pack recover rmlocks \
rmtxns setlog setrevprop setuuid unlock upgrade verify --version'

if [[ $COMP_CWORD -eq 1 ]] ; then
Expand Down

0 comments on commit 9ad7fa9

Please sign in to comment.