comparison tests/test-alias.t @ 29974:7109d5ddeb0c

help: use single quotes in use warning
author timeless <timeless@mozdev.org>
date Tue, 20 Sep 2016 23:47:46 +0000
parents ad1bdea43965
children a8a9c0d3232b
comparison
equal deleted inserted replaced
29973:4ddb05751b12 29974:7109d5ddeb0c
97 97
98 'email' is provided by the following extension: 98 'email' is provided by the following extension:
99 99
100 patchbomb command to send changesets as (a series of) patch emails 100 patchbomb command to send changesets as (a series of) patch emails
101 101
102 (use "hg help extensions" for information on enabling extensions) 102 (use 'hg help extensions' for information on enabling extensions)
103 103
104 104
105 no definition 105 no definition
106 106
107 $ hg nodef 107 $ hg nodef
439 hg rt: invalid arguments 439 hg rt: invalid arguments
440 hg rt 440 hg rt
441 441
442 alias for: hg root 442 alias for: hg root
443 443
444 (use "hg rt -h" to show more help) 444 (use 'hg rt -h' to show more help)
445 [255] 445 [255]
446 446
447 invalid global arguments for normal commands, aliases, and shell aliases 447 invalid global arguments for normal commands, aliases, and shell aliases
448 448
449 $ hg --invalid root 449 $ hg --invalid root
468 serve start stand-alone webserver 468 serve start stand-alone webserver
469 status show changed files in the working directory 469 status show changed files in the working directory
470 summary summarize working directory state 470 summary summarize working directory state
471 update update working directory (or switch revisions) 471 update update working directory (or switch revisions)
472 472
473 (use "hg help" for the full list of commands or "hg -v" for details) 473 (use 'hg help' for the full list of commands or 'hg -v' for details)
474 [255] 474 [255]
475 $ hg --invalid mylog 475 $ hg --invalid mylog
476 hg: option --invalid not recognized 476 hg: option --invalid not recognized
477 Mercurial Distributed SCM 477 Mercurial Distributed SCM
478 478
494 serve start stand-alone webserver 494 serve start stand-alone webserver
495 status show changed files in the working directory 495 status show changed files in the working directory
496 summary summarize working directory state 496 summary summarize working directory state
497 update update working directory (or switch revisions) 497 update update working directory (or switch revisions)
498 498
499 (use "hg help" for the full list of commands or "hg -v" for details) 499 (use 'hg help' for the full list of commands or 'hg -v' for details)
500 [255] 500 [255]
501 $ hg --invalid blank 501 $ hg --invalid blank
502 hg: option --invalid not recognized 502 hg: option --invalid not recognized
503 Mercurial Distributed SCM 503 Mercurial Distributed SCM
504 504
520 serve start stand-alone webserver 520 serve start stand-alone webserver
521 status show changed files in the working directory 521 status show changed files in the working directory
522 summary summarize working directory state 522 summary summarize working directory state
523 update update working directory (or switch revisions) 523 update update working directory (or switch revisions)
524 524
525 (use "hg help" for the full list of commands or "hg -v" for details) 525 (use 'hg help' for the full list of commands or 'hg -v' for details)
526 [255] 526 [255]
527 527
528 environment variable changes in alias commands 528 environment variable changes in alias commands
529 529
530 $ cat > $TESTTMP/setcount.py <<EOF 530 $ cat > $TESTTMP/setcount.py <<EOF