~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_help.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-24 05:50:53 UTC
  • mfrom: (5250.1.2 non-standard-null-option)
  • Revision ID: pqm@pqm.ubuntu.com-20100524055053-98svu921jteiweaw
Fix the type of the recently introduced null option - it should have been
 global, not standard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
            '\n'
129
129
            'Options:\n'
130
130
            '  --usage        Show usage message and options.\n'
131
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
132
131
            '  -v, --verbose  Display more information.\n'
133
132
            '  -q, --quiet    Only display errors and warnings.\n'
134
133
            '  -h, --help     Show help message.\n'
153
152
            '\n'
154
153
            ':Options:\n'
155
154
            '  --usage        Show usage message and options.\n'
156
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
157
155
            '  -v, --verbose  Display more information.\n'
158
156
            '  -q, --quiet    Only display errors and warnings.\n'
159
157
            '  -h, --help     Show help message.\n'
195
193
            '\n'
196
194
            'Options:\n'
197
195
            '  --usage        Show usage message and options.\n'
198
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
199
196
            '  -v, --verbose  Display more information.\n'
200
197
            '  -q, --quiet    Only display errors and warnings.\n'
201
198
            '  -h, --help     Show help message.\n'
215
212
            '\n'
216
213
            'Options:\n'
217
214
            '  --usage        Show usage message and options.\n'
218
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
219
215
            '  -v, --verbose  Display more information.\n'
220
216
            '  -q, --quiet    Only display errors and warnings.\n'
221
217
            '  -h, --help     Show help message.\n'
250
246
            '\n'
251
247
            'Options:\n'
252
248
            '  --usage        Show usage message and options.\n'
253
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
254
249
            '  -v, --verbose  Display more information.\n'
255
250
            '  -q, --quiet    Only display errors and warnings.\n'
256
251
            '  -h, --help     Show help message.\n'
294
289
            '\n'
295
290
            'Options:\n'
296
291
            '  --usage        Show usage message and options.\n'
297
 
            '  -0, --null     Use an ASCII NUL (\\0) separator rather than a newline.\n'
298
292
            '  -v, --verbose  Display more information.\n'
299
293
            '  -q, --quiet    Only display errors and warnings.\n'
300
294
            '  -h, --help     Show help message.\n'