~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
881
881
        branches registered by a particular user for the counts that
882
882
        appear at the top of a branch listing page.
883
883
 
884
 
        This should be overriden in subclasses to restrict to, for
 
884
        This should be overridden in subclasses to restrict to, for
885
885
        example, the set of branches of a particular product.
886
886
        """
887
887
        return getUtility(IAllBranches).visibleByUser(self.user)