comparison tests/test-extension.t @ 12316:4134686b83e1

tests: add exit codes to unified tests
author Matt Mackall <mpm@selenic.com>
date Thu, 16 Sep 2010 17:51:32 -0500
parents 56c74b2df53d
children 92e30e135581
comparison
equal deleted inserted replaced
12315:ca58f6475f1d 12316:4134686b83e1
273 'qdelete' is provided by the following extension: 273 'qdelete' is provided by the following extension:
274 274
275 mq manage a stack of patches 275 mq manage a stack of patches
276 276
277 use "hg help extensions" for information on enabling extensions 277 use "hg help extensions" for information on enabling extensions
278 [255]
278 $ hg churn 279 $ hg churn
279 hg: unknown command 'churn' 280 hg: unknown command 'churn'
280 'churn' is provided by the following extension: 281 'churn' is provided by the following extension:
281 282
282 churn command to display statistics about repository history 283 churn command to display statistics about repository history
283 284
284 use "hg help extensions" for information on enabling extensions 285 use "hg help extensions" for information on enabling extensions
286 [255]
285 287
286 Disabled extensions: 288 Disabled extensions:
287 289
288 $ hg help churn 290 $ hg help churn
289 churn extension - command to display statistics about repository history 291 churn extension - command to display statistics about repository history
313 315
314 use "hg help extensions" for information on enabling extensions 316 use "hg help extensions" for information on enabling extensions
315 317
316 $ hg --config extensions.path=./path.py help foo > /dev/null 318 $ hg --config extensions.path=./path.py help foo > /dev/null
317 hg: unknown command 'foo' 319 hg: unknown command 'foo'
320 [255]
318 321
319 $ exit 0 322 $ exit 0
320 323