.hg_helpers/hooks/ctags-hook

Sun, 24 Jul 2016 03:12:18 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 24 Jul 2016 03:12:18 -0400
changeset 353
8032fccc42d7
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

add tigrc

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