.hg_helpers/hooks/ctags-hook

Tue, 21 Jun 2016 15:14:34 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 21 Jun 2016 15:14:34 -0400
changeset 338
296f4b036ae3
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

move git-bre into a real command with better filename safety

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