~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/launchpad/cmds.py

  • Committer: Martin
  • Date: 2012-07-28 15:26:22 UTC
  • mto: This revision was merged to the branch mainline in revision 6546.
  • Revision ID: gzlist@googlemail.com-20120728152622-wkjruul7dtg6c0ts
Add release notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
                     Option('message', short_name='m', type=unicode,
294
294
                            help='Commit message.'),
295
295
                     Option('approve',
296
 
                            help=('Mark the proposal as approved immediately, '
297
 
                                  'setting the approved revision to tip.')),
 
296
                            help='Mark the proposal as approved immediately.'),
298
297
                     Option('fixes', 'The bug this proposal fixes.', str),
299
298
                     ListOption('review', short_name='R', type=unicode,
300
299
                            help='Requested reviewer and optional type.')]