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