42
42
"""Test that 'bzr revision-info' reports the correct thing.
47
47
b.working_tree().commit('Commit one', rev_id='a@r-0-1')
48
48
b.working_tree().commit('Commit two', rev_id='a@r-0-2')
49
49
b.working_tree().commit('Commit three', rev_id='a@r-0-3')
51
51
# Make sure revision-info without any arguments throws an exception
53
53
'You must supply a revision identifier\n',