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