/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

Add appveyor configuration and fix build of extensions on Windows.

Merged from https://code.launchpad.net/~jelmer/brz/appveyor/+merge/364019

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