21
77
If version == bzrtools version + 1, assume compatible, with deprecations
22
78
Otherwise, assume incompatible.
30
88
from bzrlib.trace import warning
32
90
# get the message out any way we can
33
91
from warnings import warn as warning
39
96
# Not using BzrNewError, because it may not exist.