36
36
wt.commit('Commit two', rev_id='a@r-0-2')
37
37
wt.commit('Commit three', rev_id='a@r-0-3')
44
stream = r.revisions.get_record_stream([(revid,)], 'unordered',
45
50
self.check_output(revs[1], 'cat-revision a@r-0-1')
46
51
self.check_output(revs[2], 'cat-revision a@r-0-2')