Searched refs:HG_DIR (Results 1 – 1 of 1) sorted by relevance
39 HG_DIR=${.CURDIR}/../.hg macro42 @if [ -d ${HG_DIR} ]; then \43 if [ "`grep hooks ${HG_DIR}/hgrc`" = "" ]; then \44 echo "[hooks]" >> ${HG_DIR}/hgrc; \45 echo "update = ${HG_HOOK}" >> ${HG_DIR}/hgrc; \46 echo "Hook installed in ${HG_DIR}/hgrc"; \