~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-19 11:01:17 UTC
  • mfrom: (4070.11.16 249908-doc-generate)
  • Revision ID: pqm@pqm.ubuntu.com-20090619110117-rhph89w2k9gavp24
(mbp) various tweaks to doc generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
3455
3455
            if info.native:
3456
3456
                help = '(native) ' + help
3457
3457
            return ':%s:\n%s\n\n' % (key,
3458
 
                    textwrap.fill(help, initial_indent='    ',
3459
 
                    subsequent_indent='    '))
 
3458
                textwrap.fill(help, initial_indent='    ',
 
3459
                    subsequent_indent='    ',
 
3460
                    break_long_words=False))
3460
3461
        if default_realkey is not None:
3461
3462
            output += wrapped(default_realkey, '(default) %s' % default_help,
3462
3463
                              self.get_info('default'))