aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_hg_completions.fish
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/make_hg_completions.fish')
-rwxr-xr-xbuild_tools/make_hg_completions.fish8
1 files changed, 8 insertions, 0 deletions
diff --git a/build_tools/make_hg_completions.fish b/build_tools/make_hg_completions.fish
new file mode 100755
index 00000000..9e759cda
--- /dev/null
+++ b/build_tools/make_hg_completions.fish
@@ -0,0 +1,8 @@
+#!/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