diff options
| -rwxr-xr-x | review/agenda.py | 2 | ||||
| -rw-r--r-- | review/svnlog2wiki.xsl | 2 |
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"> |
