.hg_helpers/hooks/ctags-hook

Fri, 08 Apr 2016 17:19:59 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 08 Apr 2016 17:19:59 -0400
changeset 289
25049eee0d50
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

add sent/drafts and smtp

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