136
136
def public_branch_url(self):
137
137
return self.branch.get_config().get_user_option('public_branch')
140
140
# Check again if the branch is blocked from being served, this is
141
141
# mostly for tests. It's already checked in apps/transport.py
142
142
if self.branch.get_config().get_user_option('http_serve') == 'False':