~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Jelmer Vernooij
  • Date: 2008-09-01 23:49:18 UTC
  • mfrom: (3672 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3673.
  • Revision ID: jelmer@samba.org-20080901234918-jvhvzl5yxuu03dmh
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2666
2666
                            help='Load a test id list from a text file.'),
2667
2667
                     ListOption('debugflag', type=str, short_name='E',
2668
2668
                                help='Turn on a selftest debug flag.'),
2669
 
                     Option('starting-with', type=str, argname='TESTID',
2670
 
                            short_name='s',
2671
 
                            help='Load only the tests starting with TESTID.'),
 
2669
                     ListOption('starting-with', type=str, argname='TESTID',
 
2670
                                param_name='starting_with', short_name='s',
 
2671
                                help=
 
2672
                                'Load only the tests starting with TESTID.'),
2672
2673
                     ]
2673
2674
    encoding_type = 'replace'
2674
2675