.hg_helpers/hooks/ctags-hook

Fri, 22 Jan 2016 16:12:49 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 22 Jan 2016 16:12:49 -0500
changeset 241
599f0e8cfb32
parent 199
ecaa41f32b07
permissions
-rwxr-xr-x

switch to zgen

199
ecaa41f32b07 Add ctags-hook helper
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
1 #!/bin/sh
ecaa41f32b07 Add ctags-hook helper
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
2 # in repo .hg/hgrc:
ecaa41f32b07 Add ctags-hook helper
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
3 # [hooks]
ecaa41f32b07 Add ctags-hook helper
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
4 # changegroup = ~/.hg_helpers/hooks/ctags-hook
ecaa41f32b07 Add ctags-hook helper
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
5 export CTAGS_HOOK=1
ecaa41f32b07 Add ctags-hook helper
Meredith Howard <mhoward@roomag.org>
parents:
diff changeset
6 ~/.hg_helpers/ctags </dev/null >/dev/null 2>&1 &

mercurial