/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-12 17:56:24 UTC
  • mfrom: (2344.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070312175624-659e53c1fa4f5c0c
(Dmitry Vasiliev) Fix typo in 'bzr help selftest'

Show diffs side-by-side

added added

removed removed

Lines of Context:
2296
2296
    takes_args = ['testspecs*']
2297
2297
    takes_options = ['verbose',
2298
2298
                     Option('one', help='stop when one test fails'),
2299
 
                     Option('keep-output', 
 
2299
                     Option('keep-output',
2300
2300
                            help='keep output directories when tests fail'),
2301
 
                     Option('transport', 
 
2301
                     Option('transport',
2302
2302
                            help='Use a different transport by default '
2303
2303
                                 'throughout the test suite.',
2304
2304
                            type=get_transport_type),
2305
 
                     Option('benchmark', help='run the bzr bencharks.'),
 
2305
                     Option('benchmark', help='run the bzr benchmarks.'),
2306
2306
                     Option('lsprof-timed',
2307
2307
                            help='generate lsprof output for benchmarked'
2308
2308
                                 ' sections of code.'),
2313
2313
                            help='clean temporary tests directories'
2314
2314
                                 ' without running tests'),
2315
2315
                     Option('first',
2316
 
                            help='run all tests, but run specified tests first',
 
2316
                            help='run all tests, but run specified tests first'
2317
2317
                            ),
2318
2318
                     Option('numbered-dirs',
2319
2319
                            help='use numbered dirs for TestCaseInTempDir'),