mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
5 lines
106 B
Text
5 lines
106 B
Text
#compdef mergechanges
|
|
|
|
_arguments \
|
|
'-f[output to file]' \
|
|
'*:changes file:_files -g "*.changes(-.)"'
|