yatex

diff hg2cvsci.sh @ 119:34096706b634

Bind local variable source-window for YaTeX-read-section-with-overview in YaTeX-change-section.
author yuuji@gentei.org
date Wed, 23 Dec 2009 20:09:22 +0900
parents 138703ee0700
children
line diff
     1.1 --- a/hg2cvsci.sh	Thu Oct 15 23:11:31 2009 +0900
     1.2 +++ b/hg2cvsci.sh	Wed Dec 23 20:09:22 2009 +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"