.hg_helpers/hooks/ctags-hook

Thu, 02 Jun 2016 19:29:00 -0700

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 02 Jun 2016 19:29:00 -0700
changeset 330
28ea012de72e
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

update password

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