35
35
if __name__ == 'bzrlib.plugins.loggerhead':
39
require_api(bzrlib, (1, 11, 0))
39
require_any_api(bzrlib, [(1, 11, 0), (1, 13, 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