~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/help.py

  • Committer: Aaron Bentley
  • Date: 2006-09-25 21:54:28 UTC
  • mto: This revision was merged to the branch mainline in revision 2042.
  • Revision ID: aaron.bentley@utoronto.ca-20060925215428-b2fe01fddf80004b
Change angle brackets to square brackets

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        if plugin_name is None:
157
157
            plugin_name = ''
158
158
        else:
159
 
            plugin_name = ' <%s>' % plugin_name
 
159
            plugin_name = ' [%s]' % plugin_name
160
160
 
161
161
        cmd_help = cmd_object.help()
162
162
        if cmd_help: