/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_transport.py

Support user.signingkey configuration variable in .git/config.

Merged from https://code.launchpad.net/~jelmer/brz/local-git-key/+merge/381000

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
TransportTestProviderAdapter.
21
21
"""
22
22
 
23
 
from io import BytesIO
24
23
import os
25
24
import stat
26
25
import sys
40
39
                      TransportNotPossible,
41
40
                      )
42
41
from ..osutils import getcwd
 
42
from ..sixish import (
 
43
    BytesIO,
 
44
    zip,
 
45
    )
43
46
from ..bzr.smart import medium
44
47
from . import (
45
48
    TestSkipped,