.hg_helpers/hooks/ctags-hook

Wed, 25 Nov 2015 02:08:33 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 25 Nov 2015 02:08:33 -0500
changeset 229
0aefc3566070
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

terminate format with a newline

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