111
108
url = urlparse.urlunparse((scheme, host, path, '', '', ''))
116
114
def __init__(self, baseurl, find_root=True):
117
115
"""Create new proxy for a remote branch."""
118
116
# circular import protection
119
117
from bzrlib.store import RemoteStore
125
123
self.inventory_store = RemoteStore(baseurl + '/.bzr/inventory-store/')
126
124
self.text_store = RemoteStore(baseurl + '/.bzr/text-store/')