From 625fe0fce898742ab6f14c5cc3dbfb1a89265a83 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Fri, 29 Jul 2016 17:03:04 +0000 Subject: 38966: _svnadmin: Complete positional arguments for 'hotcopy', 'setlog', 'setrevprop', 'delrevprop'. --- Completion/Unix/Command/_subversion | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Completion/Unix/Command/_subversion') diff --git a/Completion/Unix/Command/_subversion b/Completion/Unix/Command/_subversion index 2c21aa740..7d15cf9e3 100644 --- a/Completion/Unix/Command/_subversion +++ b/Completion/Unix/Command/_subversion @@ -221,6 +221,18 @@ _svnadmin () { (freeze) args+=( "*:arguments:->normal" ) ;; + (hotcopy) + args+=( ":new repository:_files -/" ) + ;; + (setlog) + args+=( ": :_files" ) + ;; + (setrevprop) + args+=( ":property name" ":property value file:_files" ) + ;; + (delrevprop) + args+=( ":property name" ) + ;; esac elif [[ $cmd = help ]]; then args+=( "*:subcommand:_svnadmin_commands" ) -- cgit 1.4.1