~launchpad-pqm/launchpad/devel

9984.4.11 by Tim Penhey
Include the revisions in the conversation.
1
<tal:root
2
   xmlns:tal="http://xml.zope.org/namespaces/tal"
3
   xmlns:metal="http://xml.zope.org/namespaces/metal"
4
   omit-tag="">
5
6
  <tal:revisions define="branch context/branch;
13302.8.2 by Andrew Bennetts
Almost working: JS expander appears and tries to load contents from the right URL.
7
                         revisions context/revisions;
8
                         show_diff_expander python:True;">
9984.4.11 by Tim Penhey
Include the revisions in the conversation.
9
    <metal:landing-target use-macro="branch/@@+macros/branch-revisions"/>
10
  </tal:revisions>
11486.5.37 by Aaron Bentley
Show incremental diffs as part of revision list.
11
  <tal:diff condition="context/diff" replace="structure context/diff/text/fmt:diff" />
9984.4.11 by Tim Penhey
Include the revisions in the conversation.
12
13
</tal:root>