38
47
@deprecated_function(zero_eight)
40
49
"""Please see show_bzrdir_info."""
41
50
return show_bzrdir_info(b.bzrdir)
43
53
def show_bzrdir_info(a_bzrdir):
44
54
"""Output to stdout the 'info' for a_bzrdir."""
54
56
working = a_bzrdir.open_workingtree()
57
69
if working.bzrdir != b.bzrdir:
58
70
print 'working tree format:', working._format