~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: John Arbash Meinel
  • Date: 2008-10-30 15:20:00 UTC
  • mto: This revision was merged to the branch mainline in revision 3812.
  • Revision ID: john@arbash-meinel.com-20081030152000-pzfowc2mapr41kut
make _walk_to_common responsible for stopping ancestors
and assume that callers that call 'stop' late will handle ancestors,
so don't bother testing what happens if they don't.

Show diffs side-by-side

added added

removed removed

Lines of Context:
973
973
        args = (path,) + tuple(keys)
974
974
        try:
975
975
            response = self._call_with_body_bytes_expecting_body(
976
 
                verb, args, self._serialise_search_recipe(recipe))
 
976
                verb, args, body)
977
977
        except errors.UnknownSmartMethod:
978
978
            # Server does not support this method, so get the whole graph.
979
979
            # Worse, we have to force a disconnection, because the server now