23
23
import bzrlib.bzrdir as bzrdir
24
24
import bzrlib.repository as repository
25
25
from bzrlib.tests import TestCaseWithTransport
26
27
from bzrlib.transport import get_transport
37
def note(self, fmt_string, *args, **kwargs):
44
def update(self, message, count=None, total=None):
48
31
class TestWithUpgradableBranches(TestCaseWithTransport):