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,
58
51
# All of this must be in the try/except
59
52
# Some transports cannot detect that we are trying to read a
60
53
# directory until we actually issue read() on the handle.
62
57
def get_bundle(transport):
65
60
def redirected_transport(transport, exception, redirection_notice):