2679
2679
result.append(content.key[-1])
2682
def get_ordered_revs(self, format, order, branch_factory=None):
2683
2683
"""Get a list of the revisions in a stream to format format.
2685
2685
:param format: The format of the target.
2686
2686
:param order: the order that target should have requested.
2687
2689
:result: The revision ids in the stream, in the order seen,
2688
2690
the topological order of revisions in the source.