~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

(jameinel) Bug #388269, when walking to find revisions to transmit,
 only send a local part of the search graph,
 not the whole graph walked for every step. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2147
2147
        parents = repo.get_parent_map([rev_id])
2148
2148
        self.assertEqual(
2149
2149
            [('call_with_body_bytes_expecting_body',
2150
 
              'Repository.get_parent_map', ('quack/', 'include-missing:',
2151
 
              rev_id), '\n\n0'),
 
2150
              'Repository.get_parent_map',
 
2151
              ('quack/', 'include-missing:', rev_id), '\n\n0'),
2152
2152
             ('disconnect medium',),
2153
2153
             ('call_expecting_body', 'Repository.get_revision_graph',
2154
2154
              ('quack/', ''))],