~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-08-02 10:38:21 UTC
  • mto: This revision was merged to the branch mainline in revision 6555.
  • Revision ID: jelmer@samba.org-20120802103821-pto2dgacjtmpzl1n
Move color feature into bzrlib.tests.features.

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.')]