1#compdef mergechanges
2
3_arguments \
4  '-f[output to file]' \
5  '*:changes file:_files -g "*.changes(-.)"'
6