~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/safe_open.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:
290
290
    def followReference(self, url):
291
291
        """Get the branch-reference value at the specified url.
292
292
 
293
 
        This exists as a separate method only to be overriden in unit tests.
 
293
        This exists as a separate method only to be overridden in unit tests.
294
294
        """
295
295
        bzrdir = self._open_dir(url)
296
296
        return bzrdir.get_branch_reference()