/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/blackbox/test_bisect.py

  • Committer: Jelmer Vernooij
  • Date: 2019-03-05 09:17:49 UTC
  • mto: (7290.1.21 work)
  • mto: This revision was merged to the branch mainline in revision 7311.
  • Revision ID: jelmer@jelmer.uk-20190305091749-9nho7t0qnk19vzav
Fix some more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from .. import (
29
29
    KnownFailure,
30
30
    TestCaseWithTransport,
 
31
    TestSkipped,
31
32
    )
32
33
from ...bzr.bzrdir import BzrDir
33
34