48
48
# definitely not a bundle
49
49
raise errors.NotABundle('A directory cannot be a bundle')
52
mergeable, transport = read_mergeable_from_transport(transport, filename,
51
58
# All of this must be in the try/except
52
59
# Some transports cannot detect that we are trying to read a
53
60
# directory until we actually issue read() on the handle.
57
62
def get_bundle(transport):
60
65
def redirected_transport(transport, exception, redirection_notice):