From 0151ab07491f6a0532d3c283752ad864252fc654 Mon Sep 17 00:00:00 2001 From: Sebastien Alaiwan Date: Fri, 21 Nov 2014 09:46:54 +0000 Subject: 33728: Complete bzr shelve subcommand --- ChangeLog | 5 +++++ Completion/Unix/Command/_bzr | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6af41b680..d88596e57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-21 Peter Stephenson + + * Sebastien Alaiwan: 33728: Completion/Unix/Command/_bzr: + complete bzr shelve. + 2014-11-20 Peter Stephenson * unposted but see 33723: Etc/FAQ.yo: typo in sed command that's diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr index 4a4e5ab83..28ebd145c 100644 --- a/Completion/Unix/Command/_bzr +++ b/Completion/Unix/Command/_bzr @@ -222,6 +222,17 @@ case $cmd in ) ;; +(shelve) + args+=( + '--destroy[Destroy removed changes instead of shelving them]' + '(-m --message)'{--message=,-m}'[shelve message]:message text:' + '--all[shelve all changes]' + '(-q --quiet)'{--quiet,-q}'[be quiet]' + '(-v --verbose)'{--verbose,-v}'[display more information]' + '*:modified files:_bzr_modifiedFiles' + ) + ;; + (bind|break-lock|reconcile) _bzr_completeParents && ret=0 ;; -- cgit 1.4.1