37
37
from bzrlib.api import require_any_api
39
require_any_api(bzrlib, [(1, 13, 0), (1, 15, 0), (1, 16, 0), (1, 17, 0)])
40
(1, 13, 0), (1, 15, 0), (1, 16, 0), (1, 17, 0), (1, 18, 0),
41
43
# NB: Normally plugins should lazily load almost everything, but this
42
44
# seems reasonable to have in-line here: bzrlib.commands and options are