diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-08-11 11:03:37 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-08-11 11:03:37 +0000 |
| commit | ec1e738f9e840940dc260dc8778ce6ffef9d0018 (patch) | |
| tree | c0362387d66da29ca372273ca57d38947599875d | |
| parent | 0a1d0288f6df1144cf8ebf2a288cc4cda51e3e5a (diff) | |
| download | qpid-python-ec1e738f9e840940dc260dc8778ce6ffef9d0018.tar.gz | |
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
| -rwxr-xr-x | qpid/review/agenda.py | 2 | ||||
| -rw-r--r-- | 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 @@ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="text"></xsl:output> <xsl:template match="/"> -|| revision || committer || date || comment || || +|| revision || committer || date || comment || review notes || <xsl:apply-templates select="log/logentry"></xsl:apply-templates> </xsl:template> <xsl:template match="logentry"> |
