87
85
def test_cat_revision(self):
88
86
"""Test bzr cat-revision.
93
91
wt.commit('Commit one', rev_id='a@r-0-1')
94
92
wt.commit('Commit two', rev_id='a@r-0-2')
95
93
wt.commit('Commit three', rev_id='a@r-0-3')
103
101
self.check_output(revs[1], 'cat-revision', 'a@r-0-1')