744
744
topic_registry.register('basic', _basic_help, "Basic commands", SECT_HIDDEN)
745
745
topic_registry.register('topics', _help_on_topics, "Topics list", SECT_HIDDEN)
746
746
def get_current_formats_topic(topic):
748
748
return "Current Storage Formats\n\n" + \
749
749
controldir.format_registry.help_topic(topic)
750
750
def get_other_formats_topic(topic):
752
752
return "Other Storage Formats\n\n" + \
753
753
controldir.format_registry.help_topic(topic)
754
754
topic_registry.register('current-formats', get_current_formats_topic,