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