1118
1118
def run(self, branch, other):
1119
1121
branch1 = find_branch(branch)
1120
1122
branch2 = find_branch(other)
1125
1139
raise bzrlib.errors.UnrelatedBranches()
1128
1141
print ' r%-6d in %s' % (base_revno, branch)
1130
1143
other_revno = branch2.revision_id_to_revno(base_revid)