about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_mergechanges5
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff506cc6a..bcb33d3d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-22  Clint Adams  <clint@zsh.org>
+
+	* 22012: Completion/Debian/Command/_mergechanges:
+	completion for mergechanges.
+
 2005-11-22  Peter Stephenson  <pws@csr.com>
 
 	* MÃ¥rten Svantesson <msv@kth.se>: 22011:
diff --git a/Completion/Debian/Command/_mergechanges b/Completion/Debian/Command/_mergechanges
new file mode 100644
index 000000000..51c9521f3
--- /dev/null
+++ b/Completion/Debian/Command/_mergechanges
@@ -0,0 +1,5 @@
+#compdef mergechanges
+
+_arguments \
+      '-f[output to file]' \
+      '*:changes file:_files -g "*.changes"'