71
67
raise BzrError("remote fetch failed: %r: %s" % (url, e))
103
70
class RemoteBranch(Branch):
104
def __init__(self, baseurl, find_root=True, lock_mode='r'):
105
72
"""Create new proxy for a remote branch."""
121
76
def controlfile(self, filename, mode):
122
77
if mode not in ('rb', 'rt', 'r'):