.hg_helpers/hooks/ctags-hook

Sun, 23 Oct 2016 00:28:50 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 23 Oct 2016 00:28:50 -0400
changeset 422
7b3ba9962a9d
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

match gvim here too

#!/bin/sh
# in repo .hg/hgrc:
# [hooks]
# changegroup = ~/.hg_helpers/hooks/ctags-hook
export CTAGS_HOOK=1
~/.hg_helpers/ctags </dev/null >/dev/null 2>&1 &

mercurial