diff --git a/makeWeb.sh b/makeWeb.sh index e15dc70..45955b5 100755 --- a/makeWeb.sh +++ b/makeWeb.sh @@ -95,8 +95,8 @@ do # Generate MusicXML into the web. python3 $abc2xml $filename > ${tunewebdir}/${name}.xml - # Get date and time of last change to tune. - lastchanged=`hg log --limit 1 --template "{date|shortdate}" $masterbookedir/${name}.abc` + # Get date of last change to tune. + lastchanged=`git log -n 1 --format="%as" $masterbookedir/${name}.abc` # Get previous and next tunes, if available. prevarg=""