2903
2903
return urlutils.join(self._stack_on_pwd, self._stack_on)
2906
2906
"""Add a fallback to the supplied repository, if stacking is set."""
2907
2907
stack_on = self._get_full_stack_on()
2912
2913
stacked_repo = stacked_dir.open_branch().repository
2913
2914
except errors.NotBranchError: