/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 tools/doc_generate/autodoc_man.py

  • Committer: Alexander Belchenko
  • Date: 2007-03-06 00:10:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2318.
  • Revision ID: bialix@ukr.net-20070306001057-icg2bwq1pprq0wkx
removed implemented todo (r=john)

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
                    assert len(short_name) == 1
119
119
                    l += ', -' + short_name
120
120
                l += (30 - len(l)) * ' ' + (help or '')
121
 
                # TODO: Split help over multiple lines with
122
 
                # correct indenting and wrapping.
123
121
                wrapped = textwrap.fill(l, initial_indent='',
124
122
                                        subsequent_indent=30*' ')
125
123
                option_str = option_str + wrapped + '\n'