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
=== modified file 'items.py' (properties changed: -x to +x)
--- items.py 2014-02-07 16:06:41 +0000
+++ items.py 2015-02-11 21:59:20 +0000
@@ -237,7 +237,7 @@
237 itemtype = 'HELP'237 itemtype = 'HELP'
238class Done(GenericItem):238class Done(GenericItem):
239 itemtype = 'DONE'239 itemtype = 'DONE'
240 moin_template = """''ACTION:'' %(line)s"""240 moin_template = """''DONE:'' %(line)s"""
241class Accepted(GenericItem):241class Accepted(GenericItem):
242 itemtype = 'ACCEPTED'242 itemtype = 'ACCEPTED'
243 starthtml = '<font color="green">'243 starthtml = '<font color="green">'

Subscribers

People subscribed via source and target branches