From 35e80f207ee24aa00e5e47b894eb46d7f62541bf Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 2 Jun 2009 18:13:05 +0000 Subject: Colin Watson: 27027: completion for bzr switch. --- Completion/Unix/Command/_bzr | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Completion/Unix/Command/_bzr') diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr index 70c9bcdf9..a757a1059 100644 --- a/Completion/Unix/Command/_bzr +++ b/Completion/Unix/Command/_bzr @@ -331,6 +331,16 @@ case $cmd in ) ;; +(switch) + args+=( + '--force[Switch even if local commits will be lost]' + '(-q --quiet -v --verbose)'{--quiet,-q}'[be quiet]' + '(-v --verbose -q --quiet)'{--verbose,-v}'[display more information]' + '*:local repository:_files -/' + ) + _bzr_completeParents + ;; + (help) args=( '(-l --long)'{--long,-l}'[use long format]' -- cgit 1.4.1