~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/puller/worker.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-15 10:01:15 UTC
  • mfrom: (14521 devel)
  • mto: This revision was merged to the branch mainline in revision 14522.
  • Revision ID: jelmer@canonical.com-20111215100115-y6bg928fwdqd16ej
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        :return: The destination branch.
215
215
        """
216
216
        return self.opener.runWithTransformFallbackLocationHookInstalled(
217
 
            self.policy.createDestinationBranch, source_branch,
 
217
            BzrDir.open, self.policy.createDestinationBranch, source_branch,
218
218
            destination_url)
219
219
 
220
220
    def openDestinationBranch(self, source_branch, destination_url):