/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Andrew Bennetts
  • Date: 2009-06-15 06:47:14 UTC
  • mfrom: (4438 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4446.
  • Revision ID: andrew.bennetts@canonical.com-20090615064714-j04tkbgfz6bis3la
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1605
1605
            providers.insert(0, other)
1606
1606
        providers.extend(r._make_parents_provider() for r in
1607
1607
                         self._fallback_repositories)
1608
 
        return graph._StackedParentsProvider(providers)
 
1608
        return graph.StackedParentsProvider(providers)
1609
1609
 
1610
1610
    def _serialise_search_recipe(self, recipe):
1611
1611
        """Serialise a graph search recipe.