# HG changeset patch # User Matti Hamalainen # Date 1295059568 -7200 # Node ID 1c5e1f798c761d7ee1ed774274a9fc94d6c73247 # Parent 8f11993b361d3e4e887d1ab83c26c927e40c96f7 Fix the template for generating pseudo-XML output for ChangeLog generator via xslt. diff -r 8f11993b361d -r 1c5e1f798c76 hg2cl --- a/hg2cl Sat Jan 15 04:00:07 2011 +0200 +++ b/hg2cl Sat Jan 15 04:46:08 2011 +0200 @@ -136,7 +136,7 @@ ( echo '' && echo '' && \ hg log $EXTRAOPTS -M -v -f --template \ -'#author|escape##date|isodate##files##desc|escape#\n' && \ +'{author|escape}{date|isodate}{files}{desc|escape}\n' && \ echo '' ) | \ iconv -f "iso-8859-1" -t "utf-8" | \ xsltproc --stringparam strip-prefix "$STRIPPREFIX" \