~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: John Arbash Meinel
  • Date: 2008-04-18 20:30:59 UTC
  • mto: This revision was merged to the branch mainline in revision 3434.
  • Revision ID: john@arbash-meinel.com-20080418203059-iguj66uacil58ytv
bzr log bzr:// was failing at the first revision because it was trying to

Show diffs side-by-side

added added

removed removed

Lines of Context:
859
859
        body = self._serialise_search_recipe(recipe)
860
860
        path = self.bzrdir._path_for_remote_call(self._client)
861
861
        for key in keys:
862
 
            assert type(key) is str
 
862
            assert type(key) is str, \
 
863
                "Key type is %s not a plain string" % (type(key),)
863
864
        verb = 'Repository.get_parent_map'
864
865
        args = (path,) + tuple(keys)
865
866
        try: