/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/tests/per_repository/test_fetch.py

  • Committer: Martin Pool
  • Date: 2009-03-11 07:55:14 UTC
  • mto: This revision was merged to the branch mainline in revision 4144.
  • Revision ID: mbp@sourcefrog.net-20090311075514-9vudl1frb30ng8sb
Deprecate passing pbs in to fetch()

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
            raise TestSkipped('Cannot fetch from model2 to model1')
45
45
        repo.fetch(tree_a.branch.repository,
46
46
                   revision_id=None)
47
 
                   ## pb=bzrlib.progress.DummyProgress())
48
47
 
49
48
    def test_fetch_to_knit3(self):
50
49
        # create a repository of the sort we are testing.