Merge lp:~cjwatson/python-launchpad-bugs/ignore-activity-body into lp:python-launchpad-bugs

Proposed by Colin Watson
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cjwatson/python-launchpad-bugs/ignore-activity-body
Merge into: lp:python-launchpad-bugs
Diff against target: None lines
To merge this branch: bzr merge lp:~cjwatson/python-launchpad-bugs/ignore-activity-body
Reviewer Review Type Date Requested Status
Markus Korn Approve
Review via email: mp+5074@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Markus Korn (thekorn) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2009-03-12 23:18:16 +0000
+++ debian/changelog 2009-03-31 17:17:36 +0000
@@ -1,3 +1,9 @@
1python-launchpad-bugs (0.3.6) UNRELEASED; urgency=low
2
3 * Ignore quasi-comments containing activity log information (LP: #352543).
4
5 -- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Mar 2009 18:13:15 +0100
6
1python-launchpad-bugs (0.3.5) jaunty; urgency=low7python-launchpad-bugs (0.3.5) jaunty; urgency=low
28
3 [ Martin Pitt ]9 [ Martin Pitt ]
410
=== modified file 'launchpadbugs/html_bug.py'
--- launchpadbugs/html_bug.py 2009-03-12 12:56:25 +0000
+++ launchpadbugs/html_bug.py 2009-03-31 17:17:36 +0000
@@ -762,6 +762,9 @@
762 762
763 def parse(self):763 def parse(self):
764 for com in self.__xml:764 for com in self.__xml:
765 if com.xpathEval('div[@class="boardBugActivityBody"]'):
766 continue
767
765 m = com.xpathEval('div[@class="boardCommentDetails"]/a[1]')768 m = com.xpathEval('div[@class="boardCommentDetails"]/a[1]')
766 parse_error(m, "Comments.user", xml=self.__xml, url=self.__url)769 parse_error(m, "Comments.user", xml=self.__xml, url=self.__url)
767 com_user = user.parse_html_user(m[0])770 com_user = user.parse_html_user(m[0])

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: