.hg_helpers/hooks/ctags-hook

Tue, 16 Feb 2016 20:37:06 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 16 Feb 2016 20:37:06 -0500
changeset 257
99af51c16d24
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

use bundler for my fave gems

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