Merge lp:~lderan/ubuntu-bots/meeetingology-output into lp:~ubuntu-bots/ubuntu-bots/meetingology

Proposed by Thomas Molloy
Status: Merged
Merged at revision: 22
Proposed branch: lp:~lderan/ubuntu-bots/meeetingology-output
Merge into: lp:~ubuntu-bots/ubuntu-bots/meetingology
Diff against target: 12 lines (+1/-1)
1 file modified
items.py (+1/-1)
To merge this branch: bzr merge lp:~lderan/ubuntu-bots/meeetingology-output
Reviewer Review Type Date Requested Status
Alan Bell Approve
Review via email: mp+249417@code.launchpad.net

Description of the change

A small change for the MoinMoin output to change "done" items to show as "done" in the meeting item output.

To post a comment you must log in.
Revision history for this message
Alan Bell (alanbell) wrote :

simple enough!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'items.py' (properties changed: -x to +x)
2--- items.py 2014-02-07 16:06:41 +0000
3+++ items.py 2015-02-11 21:59:20 +0000
4@@ -237,7 +237,7 @@
5 itemtype = 'HELP'
6 class Done(GenericItem):
7 itemtype = 'DONE'
8- moin_template = """''ACTION:'' %(line)s"""
9+ moin_template = """''DONE:'' %(line)s"""
10 class Accepted(GenericItem):
11 itemtype = 'ACCEPTED'
12 starthtml = '<font color="green">'

Subscribers

People subscribed via source and target branches