103
104
raise BzrError('no branch root found for URL %s' % orig_url)
108
110
class RemoteBranch(Branch):
109
111
def __init__(self, baseurl, find_root=True):
110
112
"""Create new proxy for a remote branch."""
117
119
self.inventory_store = RemoteStore(baseurl + '/.bzr/inventory-store/')