~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

  • Committer: John Arbash Meinel
  • Date: 2006-11-08 16:29:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: john@arbash-meinel.com-20061108162927-edda0731a0f1e0bc
Switch revisionspec to use the help defined as help_txt rather than the doc string

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
help_topics.topic_registry.register("commands",
164
164
                                    _help_commands_to_text,
165
165
                                    "Basic help for all commands")
166
 
 
167