Merge lp:~stefanor/ibid/rfc-381093 into lp:~ibid-core/ibid/old-trunk-pack-0.92

Proposed by Stefano Rivera
Status: Merged
Approved by: Jonathan Hitchcock
Approved revision: 644
Merged at revision: 657
Proposed branch: lp:~stefanor/ibid/rfc-381093
Merge into: lp:~ibid-core/ibid/old-trunk-pack-0.92
Diff against target: None lines
To merge this branch: bzr merge lp:~stefanor/ibid/rfc-381093
Reviewer Review Type Date Requested Status
Jonathan Hitchcock Approve
Michael Gorven Approve
Review via email: mp+6906@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Stefano Rivera (stefanor) wrote :

I can't see any possible objection here

Revision history for this message
Michael Gorven (mgorven) wrote :

 review approve

review: Approve
Revision history for this message
Jonathan Hitchcock (vhata) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'ibid/plugins/rfc.py'
2--- ibid/plugins/rfc.py 2009-03-08 13:16:28 +0000
3+++ ibid/plugins/rfc.py 2009-05-30 17:05:14 +0000
4@@ -195,7 +195,7 @@
5 for result in pool[:5]:
6 result.parse()
7 results.append("%04i: %s" % (result.number, result.summary))
8- event.addresponse(u'Found %(found)i matching RFCs. Listing %(listing)i: %(results)', {
9+ event.addresponse(u'Found %(found)i matching RFCs. Listing %(listing)i: %(results)s', {
10 'found': len(pool),
11 'listing': min(len(pool), 5),
12 'results': u', '.join(results),

Subscribers

People subscribed via source and target branches