yatex

diff hg2cvsci.sh @ 188:9828ebe7b545

Calculation of indentation depth revised. All itemizing elements including dt/dd are assumed as environment.
author HIROSE Yuuji <yuuji@e.koeki-u.ac.jp>
date Sat, 17 Dec 2011 12:46:27 +0900
parents 138703ee0700
children
line diff
     1.1 --- a/hg2cvsci.sh	Thu Oct 15 23:11:31 2009 +0900
     1.2 +++ b/hg2cvsci.sh	Sat Dec 17 12:46:27 2011 +0900
     1.3 @@ -8,7 +8,8 @@
     1.4  # incoming.cvsci = ./hg2cvsci.sh
     1.5  
     1.6  node=${HG_NODE:-tip}
     1.7 +hg=${HG:-hg}
     1.8  msg=`hg log -r $node --template '{desc}\n'`
     1.9  cd `dirname $0`
    1.10 -$HG up -r $node
    1.11 +$hg up -r $node
    1.12  cvs ci -m "$msg"