aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_svn_completions.fish
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/make_svn_completions.fish')
-rwxr-xr-xbuild_tools/make_svn_completions.fish8
1 files changed, 8 insertions, 0 deletions
diff --git a/build_tools/make_svn_completions.fish b/build_tools/make_svn_completions.fish
new file mode 100755
index 00000000..8b123b7d
--- /dev/null
+++ b/build_tools/make_svn_completions.fish
@@ -0,0 +1,8 @@
+#!/usr/bin/env fish
+#
+# This file produces command specific completions for svn. 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 svn >share/completions/svn.fish