Rev 440: bogus with extra authors in http://bazaar.launchpad.net/~jameinel/loggerhead/authors-733015

John Arbash Meinel john at arbash-meinel.com
Wed Mar 16 12:34:23 UTC 2011


At http://bazaar.launchpad.net/~jameinel/loggerhead/authors-733015

------------------------------------------------------------
revno: 440
revision-id: john at arbash-meinel.com-20110316123415-wf08n0366jjwf86s
parent: john at arbash-meinel.com-20110316123016-9pqeki5fj047c0xe
author: John Arbash Meinel <john at arbash-meinel.com>, joe foo <joe at cexample.cmo>
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: authors-733015
timestamp: Wed 2011-03-16 13:34:15 +0100
message:
  bogus with extra authors
-------------- next part --------------
=== modified file 'loggerhead/templates/revisioninfo.pt'
--- a/loggerhead/templates/revisioninfo.pt	2011-03-11 10:56:34 +0000
+++ b/loggerhead/templates/revisioninfo.pt	2011-03-16 12:34:15 +0000
@@ -5,7 +5,7 @@
                 <strong>Committer:</strong>
                 <span tal:content="python:util.hide_email(change.committer)"></span>
             </li>
-            <li class="authors">
+            <li class="authors" tal:condition="python:len(change.authors) > 1 or change.authors[0] != change.committer">
                 <strong>Author(s):</strong>
                 <span tal:content="python:', '.join(util.hide_emails(change.authors))"></span>
             </li>



More information about the bazaar-commits mailing list