/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/bzrdir.py

  • Committer: Ian Clatworthy
  • Date: 2007-08-07 01:58:45 UTC
  • mto: (2674.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 2675.
  • Revision ID: ian.clatworthy@internode.on.net-20070807015845-xmkugtrm85gg0h60
Incorporate feedback from Alex B. & James W.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2370
2370
            return ':%s:\n%s\n\n' % (key, 
2371
2371
                    textwrap.fill(help, initial_indent='    ', 
2372
2372
                    subsequent_indent='    '))
2373
 
        output += wrapped('%s/default' % default_realkey, default_help,
 
2373
        output += wrapped(default_realkey, '(default) %s' % default_help,
2374
2374
                          self.get_info('default'))
2375
2375
        deprecated_pairs = []
2376
2376
        for key, help in help_pairs: