3928
3928
# the public implementation of get_parent_map obeys stacking
3929
3929
_, branch = self.prepare_stacked_remote_branch()
3933
3933
def test_unstacked_get_parent_map(self):
3934
3934
# _unstacked_provider.get_parent_map ignores stacking
3935
3935
_, branch = self.prepare_stacked_remote_branch()
3936
3936
provider = branch.repository._unstacked_provider
3939
3939
def fetch_stream_to_rev_order(self, stream):