~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

Change topic to hidden-commands

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
                                 plugin_command_names,
132
132
                                 get_cmd_object)
133
133
    out = []
134
 
    if topic == 'hidden':
 
134
    if topic == 'hidden-commands':
135
135
        hidden = True
136
136
    else:
137
137
        hidden = False
166
166
help_topics.topic_registry.register("commands",
167
167
                                    _help_commands_to_text,
168
168
                                    "Basic help for all commands")
169
 
help_topics.topic_registry.register("hidden", 
 
169
help_topics.topic_registry.register("hidden-commands", 
170
170
                                    _help_commands_to_text,
171
171
                                    "All hidden commands")