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