/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: Andrew Bennetts
  • Date: 2008-09-08 12:59:00 UTC
  • mfrom: (3695 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080908125900-8ywtsr7jqyyatjz0
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    outfile.write(_help_commands_to_text('commands'))
66
66
 
67
67
 
68
 
@symbol_versioning.deprecated_function(symbol_versioning.zero_sixteen)
69
 
def command_usage(cmd):
70
 
    return cmd._usage()
71
 
 
72
 
 
73
68
def _help_commands_to_text(topic):
74
69
    """Generate the help text for the list of commands"""
75
70
    out = []