about summary refs log tree commit diff
path: root/Completion/Debian/Command/_mergechanges
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Debian/Command/_mergechanges')
-rw-r--r--Completion/Debian/Command/_mergechanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Debian/Command/_mergechanges b/Completion/Debian/Command/_mergechanges
new file mode 100644
index 000000000..607fdacb0
--- /dev/null
+++ b/Completion/Debian/Command/_mergechanges
@@ -0,0 +1,5 @@
+#compdef mergechanges
+
+_arguments \
+  '-f[output to file]' \
+  '*:changes file:_files -g "*.changes(-.)"'