.hg_helpers/hooks/ctags-hook

Wed, 04 May 2016 07:50:08 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 04 May 2016 07:50:08 -0700
changeset 299
0258fafac928
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

Add guard, guard-shell

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