55
62
print "*** Current branch paths info ***"
57
64
branch_root = branch.bzrdir.root_transport.base
60
67
pull_loc = branch.get_parent() or 'None'
63
70
push_loc = branch.get_push_location() or 'None'
66
73
bound_loc = branch.get_bound_location() or 'None'
69
76
if hasattr(branch, 'get_submit_branch'):