.hg_helpers/hooks/ctags-hook

Thu, 29 Oct 2015 02:49:04 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 29 Oct 2015 02:49:04 -0400
changeset 221
607a4c596cdb
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

add b::keywords for reply autocomplete

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