~jeanfrancois.roy/bzr/url-safe-escape

« back to all changes in this revision

Viewing changes to bzrlib/help.py

[merge] robertc's integration, updated tests to check for retcode=3

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    outfile.write(doc)
114
114
    if doc[-1] != '\n':
115
115
        outfile.write('\n')
116
 
    help_on_command_options(cmd_object, outfile=None)
 
116
    help_on_command_options(cmd_object, outfile)
117
117
 
118
118
 
119
119
def help_on_command_options(cmd, outfile=None):