From ec1e738f9e840940dc260dc8778ce6ffef9d0018 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Mon, 11 Aug 2008 11:03:37 +0000 Subject: Update to review generator to have title on all columns and h2. for Jira section git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@684711 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/review/agenda.py | 2 +- qpid/review/svnlog2wiki.xsl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qpid/review/agenda.py b/qpid/review/agenda.py index f6eddf79d1..22948e3ced 100755 --- a/qpid/review/agenda.py +++ b/qpid/review/agenda.py @@ -58,7 +58,7 @@ def main(): parser.error("svn revision must be specified") print(get_commits(options.revision)) - print "=== Jiras===" + print "h2. Jiras" print(get_jiras()) if __name__ == "__main__": diff --git a/qpid/review/svnlog2wiki.xsl b/qpid/review/svnlog2wiki.xsl index 2905abc33b..45fade4cda 100644 --- a/qpid/review/svnlog2wiki.xsl +++ b/qpid/review/svnlog2wiki.xsl @@ -2,7 +2,7 @@ -|| revision || committer || date || comment || || +|| revision || committer || date || comment || review notes || -- cgit v1.2.1