.hg_helpers/hooks/ctags-hook

Mon, 02 May 2016 04:59:38 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 02 May 2016 04:59:38 -0400
changeset 296
7a9c9052fe7f
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

don't mess with insert-mode arrows

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