mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-12-15 20:51:27 +01:00
33728: Complete bzr shelve subcommand
This commit is contained in:
parent
a3cc409b9b
commit
0151ab0749
2 changed files with 16 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2014-11-21 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* Sebastien Alaiwan: 33728: Completion/Unix/Command/_bzr:
|
||||
complete bzr shelve.
|
||||
|
||||
2014-11-20 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted but see 33723: Etc/FAQ.yo: typo in sed command that's
|
||||
|
|
|
|||
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue