/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: Martin Albisetti
  • Date: 2008-04-08 22:51:37 UTC
  • mfrom: (3346 +trunk)
  • mto: (3350.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 3351.
  • Revision ID: argentina@gmail.com-20080408225137-uynl9dxtsdpi8nl9
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
899
899
            medium._remote_is_at_least_1_2 = False
900
900
            return self._get_revision_graph(None)
901
901
        elif response[0][0] not in ['ok']:
902
 
            reponse[1].cancel_read_body()
 
902
            response[1].cancel_read_body()
903
903
            raise errors.UnexpectedSmartServerResponse(response[0])
904
904
        if response[0][0] == 'ok':
905
905
            coded = bz2.decompress(response[1].read_body_bytes())