~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/branchlisting.py

[rs=buildbot-poller] automatic merge from stable. Revisions: 14373,
        14374, 14375, 14376 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1274
1274
 
1275
1275
    def initialize(self):
1276
1276
        ProductBranchListingView.initialize(self)
1277
 
        self.product = self.context
1278
1277
        revision_cache = getUtility(IRevisionCache)
1279
 
        self.revision_cache = revision_cache.inProduct(self.product)
 
1278
        self.revision_cache = revision_cache.inProduct(self.context)
1280
1279
 
1281
1280
    @property
1282
1281
    def branch(self):