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