19
19
from bzrlib.errors import BzrCommandError, NoSuchRevision
21
21
from bzrlib.workingtree import WorkingTree
29
29
The output is supplied first, so that you can supply a variable
30
30
number of arguments to bzr.
34
34
def test_revision_info(self):
35
35
"""Test that 'bzr revision-info' reports the correct thing."""