~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

Merge up 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 = []