21
21
from bzrlib.tests import BzrTestBase, TestCaseWithTransport
29
28
from bzrlib.branch import Branch
30
29
from bzrlib.errors import InvalidRevisionNumber
33
37
class LogCatcher(LogFormatter):
34
38
"""Pull log messages into list rather than displaying them.