yatex

changeset 112:138703ee0700 dev

Comment more explanatory
author yuuji@gentei.org
date Thu, 15 Oct 2009 23:11:31 +0900
parents 1b1bed72bb3e
children 4f0cb7114235
files hg2cvsci.sh
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/hg2cvsci.sh	Thu Oct 15 23:05:57 2009 +0900
     1.2 +++ b/hg2cvsci.sh	Thu Oct 15 23:11:31 2009 +0900
     1.3 @@ -3,7 +3,9 @@
     1.4  # If new file is added by "hg add", don't forget to "cvs add" in
     1.5  # CVS working dir.
     1.6  #
     1.7 -# This script should be called via incomming.hook.
     1.8 +# This script should be called via incoming hook in .hg/hgrc as below.
     1.9 +# [hooks]
    1.10 +# incoming.cvsci = ./hg2cvsci.sh
    1.11  
    1.12  node=${HG_NODE:-tip}
    1.13  msg=`hg log -r $node --template '{desc}\n'`