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