/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/tests/test_help.py

  • Committer: Robert Collins
  • Date: 2010-05-11 08:36:16 UTC
  • mto: This revision was merged to the branch mainline in revision 5223.
  • Revision ID: robertc@robertcollins.net-20100511083616-b8fjb19zomwupid0
Make all lock methods return Result objects, rather than lock_read returning self, as per John's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
            '\n'
123
123
            'Options:\n'
124
124
            '  --usage        Show usage message and options.\n'
125
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
126
125
            '  -v, --verbose  Display more information.\n'
127
126
            '  -q, --quiet    Only display errors and warnings.\n'
128
127
            '  -h, --help     Show help message.\n'
143
142
            '\n'
144
143
            ':Options:\n'
145
144
            '  --usage        Show usage message and options.\n'
146
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
147
145
            '  -v, --verbose  Display more information.\n'
148
146
            '  -q, --quiet    Only display errors and warnings.\n'
149
147
            '  -h, --help     Show help message.\n'
179
177
            '\n'
180
178
            'Options:\n'
181
179
            '  --usage        Show usage message and options.\n'
182
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
183
180
            '  -v, --verbose  Display more information.\n'
184
181
            '  -q, --quiet    Only display errors and warnings.\n'
185
182
            '  -h, --help     Show help message.\n'
199
196
            '\n'
200
197
            'Options:\n'
201
198
            '  --usage        Show usage message and options.\n'
202
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
203
199
            '  -v, --verbose  Display more information.\n'
204
200
            '  -q, --quiet    Only display errors and warnings.\n'
205
201
            '  -h, --help     Show help message.\n'
234
230
            '\n'
235
231
            'Options:\n'
236
232
            '  --usage        Show usage message and options.\n'
237
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
238
233
            '  -v, --verbose  Display more information.\n'
239
234
            '  -q, --quiet    Only display errors and warnings.\n'
240
235
            '  -h, --help     Show help message.\n'
278
273
            '\n'
279
274
            'Options:\n'
280
275
            '  --usage        Show usage message and options.\n'
281
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
282
276
            '  -v, --verbose  Display more information.\n'
283
277
            '  -q, --quiet    Only display errors and warnings.\n'
284
278
            '  -h, --help     Show help message.\n'