Rev 2345: (Dmitry Vasiliev) Fix typo in 'bzr help selftest' in http://bzr.arbash-meinel.com/branches/bzr/jam-integration
John Arbash Meinel
john at arbash-meinel.com
Mon Mar 12 17:32:14 GMT 2007
At http://bzr.arbash-meinel.com/branches/bzr/jam-integration
------------------------------------------------------------
revno: 2345
revision-id: john at arbash-meinel.com-20070312173106-d0pbq1cct4sv55vp
parent: pqm at pqm.ubuntu.com-20070312171624-360d208955511d66
parent: dima at hlabs.spb.ru-20070311111332-8dc0ujrbgfhm1h9d
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Mon 2007-03-12 11:31:06 -0600
message:
(Dmitry Vasiliev) Fix typo in 'bzr help selftest'
modified:
bzrlib/builtins.py builtins.py-20050830033751-fc01482b9ca23183
------------------------------------------------------------
revno: 2333.1.1
merged: dima at hlabs.spb.ru-20070311111332-8dc0ujrbgfhm1h9d
parent: pqm at pqm.ubuntu.com-20070310212110-7853e75061cf66d6
committer: Dmitry Vasiliev <dima at hlabs.spb.ru>
branch nick: small.fixes
timestamp: Sun 2007-03-11 14:13:32 +0300
message:
Fixed typo and removed some trailing whitespaces
-------------- next part --------------
=== modified file 'bzrlib/builtins.py'
--- a/bzrlib/builtins.py 2007-03-09 21:46:40 +0000
+++ b/bzrlib/builtins.py 2007-03-11 11:13:32 +0000
@@ -2296,13 +2296,13 @@
takes_args = ['testspecs*']
takes_options = ['verbose',
Option('one', help='stop when one test fails'),
- Option('keep-output',
+ Option('keep-output',
help='keep output directories when tests fail'),
- Option('transport',
+ Option('transport',
help='Use a different transport by default '
'throughout the test suite.',
type=get_transport_type),
- Option('benchmark', help='run the bzr bencharks.'),
+ Option('benchmark', help='run the bzr benchmarks.'),
Option('lsprof-timed',
help='generate lsprof output for benchmarked'
' sections of code.'),
@@ -2313,7 +2313,7 @@
help='clean temporary tests directories'
' without running tests'),
Option('first',
- help='run all tests, but run specified tests first',
+ help='run all tests, but run specified tests first'
),
Option('numbered-dirs',
help='use numbered dirs for TestCaseInTempDir'),
More information about the bazaar-commits
mailing list