[Pkg-bazaar-commits] ./bzr-gtk/unstable r400: Merged with mainline.

Daniel Schierbeck daniel.schierbeck at gmail.com
Fri Apr 10 07:45:01 UTC 2009


------------------------------------------------------------
revno: 400
committer: Daniel Schierbeck <daniel.schierbeck at gmail.com>
branch nick: menubar
timestamp: Wed 2007-11-21 22:26:28 +0100
message:
  Merged with mainline.
modified:
  __init__.py
    ------------------------------------------------------------
    revno: 330.6.2
    committer: Aaron Bentley <aaron.bentley at utoronto.ca>
    branch nick: bzr-gtk-meld
    timestamp: Sun 2007-11-18 14:04:25 -0500
    message:
      Fix option grammar
    modified:
      __init__.py
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2007-11-12 17:11:33 +0000
+++ b/__init__.py	2007-11-21 21:26:28 +0000
@@ -624,16 +624,16 @@
 
     takes_options = ['verbose',
                      Option('one', short_name='1',
-                            help='stop when one test fails'),
-                     Option('benchmark', help='run the benchmarks.'),
+                            help='Stop when one test fails.'),
+                     Option('benchmark', help='Run the benchmarks.'),
                      Option('lsprof-timed',
-                     help='generate lsprof output for benchmarked'
+                     help='Generate lsprof output for benchmarked'
                           ' sections of code.'),
                      Option('list-only',
-                     help='list the tests instead of running them'),
+                     help='List the tests instead of running them.'),
                      Option('randomize', type=str, argname="SEED",
-                     help='randomize the order of tests using the given'
-                          ' seed or "now" for the current time'),
+                     help='Randomize the order of tests using the given'
+                          ' seed or "now" for the current time.'),
                     ]
     takes_args = ['testspecs*']
 



More information about the Pkg-bazaar-commits mailing list