2063
2063
def _get_fallback_repository(self, url):
2064
2064
"""Get the repository we fallback to at url."""
2065
2065
url = urlutils.join(self.base, url)
2068
2070
def _activate_fallback_location(self, url):
2069
2071
"""Activate the branch/repository from url as a fallback repository."""