~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Ross Lagerwall
  • Date: 2012-02-26 15:43:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6479.
  • Revision ID: rosslagerwall@gmail.com-20120226154302-ix3md8zl778gv7x3
Allow the --fixes argument to start with 'lp:' for consistency with bzr commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
                            help='Commit message.'),
343
343
                     Option('approve',
344
344
                            help='Mark the proposal as approved immediately.'),
345
 
                     Option('fixes', 'The bug this proposal fixes.', int),
 
345
                     Option('fixes', 'The bug this proposal fixes.', str),
346
346
                     ListOption('review', short_name='R', type=unicode,
347
347
                            help='Requested reviewer and optional type.')]
348
348