/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: Robert Collins
  • Date: 2009-03-02 07:13:41 UTC
  • mto: This revision was merged to the branch mainline in revision 4068.
  • Revision ID: robertc@robertcollins.net-20090302071341-c7kzkzps5pxt3dgf
Verb change name requested by Andrew.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1482
1482
        try:
1483
1483
            recipe = repo._serialise_search_recipe(search._recipe)
1484
1484
            response = repo._call_with_body_bytes_expecting_body(
1485
 
                'Repository.StreamSource.get_stream',
 
1485
                'Repository.get_stream',
1486
1486
                (path, self.to_format.network_name()), recipe)
1487
1487
            response_tuple, response_handler = response
1488
1488
        except errors.UnknownSmartMethod: