# HG changeset patch # User yuuji@gentei.org # Date 1255615891 -32400 # Node ID 138703ee0700ffb7a346d481e5a07b564667dfc9 # Parent 1b1bed72bb3e1f62b64cfb0218c6afb6cebb544b Comment more explanatory diff -r 1b1bed72bb3e -r 138703ee0700 hg2cvsci.sh --- a/hg2cvsci.sh Thu Oct 15 23:05:57 2009 +0900 +++ b/hg2cvsci.sh Thu Oct 15 23:11:31 2009 +0900 @@ -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'`