From 87079b89cd471cb0c8f8415a0e3444c65596fbe3 Mon Sep 17 00:00:00 2001 From: Bogdano Arendartchuk Date: Wed, 2 May 2007 17:25:10 +0000 Subject: Make the default template to ignore authors with empty changesets. --- default.chlog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/default.chlog b/default.chlog index ab5f97b..c127d4b 100644 --- a/default.chlog +++ b/default.chlog @@ -16,6 +16,13 @@ $line #end for #for $author in $rel.authors + #if $author.revisions and not $author.revisions[0].lines + #continue + #end if + ##alternatively, one could use: + ###if $author.email == "root" + ## #continue + ###end if + $author.name <$author.email> #for $rev in $author.revisions #for $line in $rev.lines -- cgit v1.2.1