aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/make_svn_completions.fish
diff options
context:
space:
mode:
authorGravatar Tin Tvrtkovic <tinchester@gmail.com>2013-04-28 14:54:59 +0200
committerGravatar Tin Tvrtkovic <tinchester@gmail.com>2013-04-28 14:54:59 +0200
commit32c1d50887d915bbdbd08cb5e3d8e654743a63b6 (patch)
tree830d62a3b75f6ec21846d104314e449571076bdc /build_tools/make_svn_completions.fish
parent956c94f30a9207801f04583688c5c0b94aa38a84 (diff)
Refactored out individual VCS completions.
Autogenerated completions for Mercurial using a recent version (no extensions installed).
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