702
702
# TODO: Probably this behavior of should be a common superclass
703
703
class NotBranchError(PathError):
707
def __init__(self, path, detail=None, bzrdir=None):
708
708
import bzrlib.urlutils as urlutils
712
733
class NoSubmitBranch(PathError):