mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
9 lines
274 B
Fish
9 lines
274 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
# This file produces command specific completions for hg. Meant to be executed
|
||
|
# from the root directory (so the completions get put in the right place).
|
||
|
|
||
|
. build_tools/make_vcs_completions_generic.fish
|
||
|
|
||
|
write_completions hg >share/completions/hg.fish
|