diff --git a/hg2cvsci.sh b/hg2cvsci.sh index 91e3ab5..7ae697f 100755 --- a/hg2cvsci.sh +++ b/hg2cvsci.sh @@ -3,7 +3,9 @@ # If new file is added by "hg add", don't forget to "cvs add" in # CVS working dir. # -# This script should be called via incomming.hook. +# This script should be called via incoming hook in .hg/hgrc as below. +# [hooks] +# incoming.cvsci = ./hg2cvsci.sh node=${HG_NODE:-tip} msg=`hg log -r $node --template '{desc}\n'`