~launchpad-pqm/bzr-lpreview/devel

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2008-08-27 15:15:53 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: aaron@canonical.com-20080827151553-j7epicexhp9esi6z
Fix stray [[BR]]s

Show diffs side-by-side

added added

removed removed

Lines of Context:
404
404
                break
405
405
    summary = ' '.join(summary)
406
406
    if summary:
407
 
        summary += ' [[BR]]\n  '
 
407
        summary += ' <<BR>>\n  '
408
408
    keys = [('Demo URL', '%s'),
409
409
            ('Test command', '`%s`'),
410
410
            ('Pre-implementation call with', "''%s''")
420
420
        if k in chop:
421
421
            lines.append('%s: %s'%(k, fmt%chop[k]))
422
422
    vals = {
423
 
        'lines': ' [[BR]]\n   '.join(lines),
 
423
        'lines': ' <<BR>>\n   '.join(lines),
424
424
        'milestone': active_lp_milestone(),
425
425
        'url': source_branch.get_public_branch(),
426
426
        'summary': summary,