.hg_helpers/hooks/ctags-hook

Fri, 11 Nov 2016 01:21:07 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 11 Nov 2016 01:21:07 -0500
changeset 433
c141d49862c8
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

add Class::Refresh

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