~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

Don't make heads_to_fetch() take a stop_revision.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1203
1203
            'Branch.get_stacked_on_url', ('quack/',),
1204
1204
            'error', ('NotStacked',))
1205
1205
        client.add_expected_call(
1206
 
            'Branch.heads_to_fetch', ('quack/', None),
 
1206
            'Branch.heads_to_fetch', ('quack/',),
1207
1207
            'success', (['tip'], ['tagged-1', 'tagged-2']))
1208
1208
        transport.mkdir('quack')
1209
1209
        transport = transport.clone('quack')