summaryrefslogtreecommitdiff
path: root/review
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2008-08-11 11:03:37 +0000
committerMartin Ritchie <ritchiem@apache.org>2008-08-11 11:03:37 +0000
commit3e8faeb0b9c2af4a613587f2d7cf6617dcf26aaf (patch)
tree2a406d72e74f5b9154f4e7e445b1074bc56e9adb /review
parent6325743f5c012dde5280564a450a1adf4105296b (diff)
downloadqpid-python-3e8faeb0b9c2af4a613587f2d7cf6617dcf26aaf.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/qpid@684711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'review')
-rwxr-xr-xreview/agenda.py2
-rw-r--r--review/svnlog2wiki.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/review/agenda.py b/review/agenda.py
index f6eddf79d1..22948e3ced 100755
--- a/review/agenda.py
+++ b/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/review/svnlog2wiki.xsl b/review/svnlog2wiki.xsl
index 2905abc33b..45fade4cda 100644
--- a/review/svnlog2wiki.xsl
+++ b/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">