diff hg2cvsci.sh @ 112:138703ee0700 dev

Comment more explanatory
author yuuji@gentei.org
date Thu, 15 Oct 2009 23:11:31 +0900
parents 1b1bed72bb3e
children 4f0cb7114235
line wrap: on
line diff
--- 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'`

yatex.org