1450
1450
branches = dir.get_branches()
1452
1452
for name, branch in branches.iteritems():
1455
1455
active = (active_branch is not None and
1456
1456
active_branch.base == branch.base)
1458
1458
# Only mention the current branch explicitly if it's not
1459
1459
# one of the colocated branches
1461
1461
self.outf.write("* %s\n" % gettext("(default)"))
1462
1462
for name in sorted(names.keys()):