about summary refs log tree commit diff
path: root/Completion/Cvs/_cvs_import
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Cvs/_cvs_import')
-rw-r--r--Completion/Cvs/_cvs_import13
1 files changed, 13 insertions, 0 deletions
diff --git a/Completion/Cvs/_cvs_import b/Completion/Cvs/_cvs_import
new file mode 100644
index 000000000..365e8fbca
--- /dev/null
+++ b/Completion/Cvs/_cvs_import
@@ -0,0 +1,13 @@
+#autoload
+
+# "+Qqdb:m:I:k:W:"
+_arguments -s \
+  -{Q,q,d} \
+  '-b+:branch:' \
+  '-m+:message:_cvs_m' \
+  '*-I+:name:_files' \
+  '-k+:keyword substitution:_cvs_k' \
+  '*-W+:spec:' \
+  ':repository:_cvs_modules' \
+  ':vendor tag:' \
+  ':release tag:'