launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29085
[Merge] ~cjwatson/launchpad:fix-uct-upstream into launchpad:master
Colin Watson has proposed merging ~cjwatson/launchpad:fix-uct-upstream into launchpad:master.
Commit message:
Fix test failure due to adding DistributionSourcePackage.__repr__
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/429005
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/launchpad:fix-uct-upstream into launchpad:master.
diff --git a/lib/lp/bugs/doc/structural-subscriptions.rst b/lib/lp/bugs/doc/structural-subscriptions.rst
index a6be049..7421146 100644
--- a/lib/lp/bugs/doc/structural-subscriptions.rst
+++ b/lib/lp/bugs/doc/structural-subscriptions.rst
@@ -35,7 +35,7 @@ distribution.
... evolution_sub = evolution.addBugSubscription(
... subscriber=sampleperson, subscribed_by=foobar)
>>> evolution_sub.target
- <...DistributionSourcePackage object at ...>
+ <DistributionSourcePackage 'evolution in Ubuntu'>
>>> sampleperson.structural_subscriptions.count()
3