From 5b7a9a57193f550a4fed126f485adc36540e527c Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Thu, 19 Oct 2006 21:35:09 +0000 Subject: - added another changelog template, it copies the changelog format from repsys 1.5 --- compatv15.chlog | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 compatv15.chlog (limited to 'compatv15.chlog') diff --git a/compatv15.chlog b/compatv15.chlog new file mode 100644 index 0000000..3373a19 --- /dev/null +++ b/compatv15.chlog @@ -0,0 +1,13 @@ +## Sample Changelog template +## +#import time +#for $author in $revisions_by_author +* $author.revisions[0].date $author.name <$author.email> ++ ${time.strftime("%Y-%m-%d %H:%M:%S", author.revisions[0].raw_date)} ($author.revisions[0].revision) + #for $rev in $author.revisions + #for $line in $rev.lines +$line + #end for + #end for + +#end for -- cgit v1.2.1