.hg_helpers/hooks/ctags-hook

Thu, 28 Jan 2016 23:06:19 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 28 Jan 2016 23:06:19 -0500
changeset 249
5bba2e094584
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

Move helper scripts into bin with common names

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