132
132
raise NotImplementedError('The Branch class is abstract')
136
143
"""Open an existing branch, rooted at 'base' (url)"""
137
144
if base and (base.startswith('http://') or base.startswith('https://')):
138
145
from bzrlib.remotebranch import RemoteBranch
146
151
def open_containing(url):