/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 breezy/tests/per_branch/test_pull.py

merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
        except errors.TagsNotSupported:
179
179
            raise TestNotApplicable('format does not support tags.')
180
180
        source.get_config_stack().set('branch.fetch_tags', True)
181
 
        target.pull(source, rev_2_again)
 
181
        target.pull(source, stop_revision=rev_2_again)
182
182
        # The tag is present, and so is its revision.
183
183
        self.assertEqual(rev2, target.tags.lookup_tag('tag-a'))
184
184
        target.repository.get_revision(rev2)