/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

[patch] better formatting for 'bzr help commands' (Matthew D Fuller)

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
        cmd_help = cmd_object.help()
163
163
        if cmd_help:
164
164
            firstline = cmd_help.split('\n', 1)[0]
165
 
            print >>outfile, '    ' + firstline
 
165
            print >>outfile, '        ' + firstline
166
166