92
96
BzrError.__init__(self, msg)
100
def __init__(self, branch, object_type, object_id):
95
107
class DivergedBranches(BzrError):
96
108
def __init__(self, branch1, branch2):
97
109
BzrError.__init__(self, "These branches have diverged.")
101
114
class UnrelatedBranches(BzrCommandError):
103
116
msg = "Branches have no common ancestor, and no base revision"\