about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-10-19 12:53:48 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-10-19 12:53:48 +0000
commitc74171da364f5cf88c9a606e977c603e141d2158 (patch)
tree40739a1b82feccb98a036ed71ceb47f0860a8478 /Completion
parent4e38ba5e4c57b0cf3f1a508d0800ab133a566da5 (diff)
downloadzsh-c74171da364f5cf88c9a606e977c603e141d2158.tar.gz
zsh-c74171da364f5cf88c9a606e977c603e141d2158.tar.xz
zsh-c74171da364f5cf88c9a606e977c603e141d2158.zip
Roman Kaminski: 30738: bzr send command
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_bzr4
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