/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/help.py

  • Committer: Ian Clatworthy
  • Date: 2007-08-06 08:25:46 UTC
  • mto: (2674.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2675.
  • Revision ID: ian.clatworthy@internode.on.net-20070806082546-oup6ujeleehqoqfj
Bazaar User Reference generated from online help

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
help_topics.topic_registry.register("commands",
98
98
                                    _help_commands_to_text,
99
 
                                    "Basic help for all commands")
 
99
                                    "Basic help for all commands",
 
100
                                    help_topics.SECT_HIDDEN)
100
101
help_topics.topic_registry.register("hidden-commands",
101
102
                                    _help_commands_to_text,
102
 
                                    "All hidden commands")
 
103
                                    "All hidden commands",
 
104
                                    help_topics.SECT_HIDDEN)
103
105
 
104
106
 
105
107
class HelpIndices(object):