37
37
from bzrlib.api import require_any_api
39
require_any_api(bzrlib, [(1, 11, 0), (1, 13, 0)])
39
require_any_api(bzrlib, [(1, 11, 0), (1, 13, 0), (1, 15, 0)])
41
41
# TODO: This should provide a new type of server that can be used by bzr
42
42
# serve, maybe through a registry, rather than overriding the command. Though