112
112
(b'extra/master/', [b'E']),
113
113
# And then one get_parent_map call to the target, to see if it
114
114
# already has any of these revisions.
115
(b'extra/target_repo/branch/', [b'A', b'B', b'C', b'D', b'E', b'F']),
116
[b'A', b'B', b'C', b'D', b'E', b'F']),
117
118
# Before bug #388269 was fixed, there would be a bunch of extra calls
118
119
# to 'extra/stacked', ['D'] then ['C'], then ['B'], then ['A'].