.hg_helpers/hooks/ctags-hook

Mon, 02 Nov 2015 00:58:34 +0000

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 02 Nov 2015 00:58:34 +0000
changeset 223
521938eac8fe
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

always build off the base OS path

#!/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