512
524
from bzrlib import bzrdir
513
525
return "Storage Formats\n\n" + bzrdir.format_registry.help_topic(topic)
514
526
topic_registry.register('formats', get_format_topic, 'Directory formats')
515
529
topic_registry.register('global-options', _global_options,
517
531
topic_registry.register('checkouts', _checkouts,
518
532
'Information on what a checkout is', SECT_CONCEPT)
519
533
topic_registry.register('urlspec', _help_on_transport,