30
30
starts a web server to browse the contents of a branch.
35
35
if __name__ == 'bzrlib.plugins.loggerhead':
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