~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/test_fetch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-13 06:21:42 UTC
  • mfrom: (4110.2.26 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20090313062142-ndr3o27uwgysx9dv
(mbp) fetch progress bars, code cleanups, and debug-flags topic

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.