~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Patch Queue Manager
  • Date: 2012-10-25 11:13:27 UTC
  • mfrom: (6570.1.6 rubberstamp)
  • Revision ID: pqm@pqm.ubuntu.com-20121025111327-p0ylql0nh9fla0rs
(gz) Set approved revision and vote "Approve" when using lp-propose
 --approve (Jonathan Lange)

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.'),
 
296
                            help=('Mark the proposal as approved immediately, '
 
297
                                  'setting the approved revision to tip.')),
297
298
                     Option('fixes', 'The bug this proposal fixes.', str),
298
299
                     ListOption('review', short_name='R', type=unicode,
299
300
                            help='Requested reviewer and optional type.')]