diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-19 12:53:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-19 12:53:48 +0000 |
commit | c74171da364f5cf88c9a606e977c603e141d2158 (patch) | |
tree | 40739a1b82feccb98a036ed71ceb47f0860a8478 /Completion/Unix/Command | |
parent | 4e38ba5e4c57b0cf3f1a508d0800ab133a566da5 (diff) | |
download | zsh-c74171da364f5cf88c9a606e977c603e141d2158.tar.gz zsh-c74171da364f5cf88c9a606e977c603e141d2158.tar.xz zsh-c74171da364f5cf88c9a606e977c603e141d2158.zip |
Roman Kaminski: 30738: bzr send command
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_bzr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_bzr b/Completion/Unix/Command/_bzr index 83f6fd19b..23feb6f83 100644 --- a/Completion/Unix/Command/_bzr +++ b/Completion/Unix/Command/_bzr @@ -396,6 +396,10 @@ case $cmd in args+=( '--dry-run[do not actually sign anything]' ) ;; +(send) + args+=( '*:DIR:_files -/' ) + ;; + (*) _message "unknown bzr command completion: $cmd" return 1 |