comparison tests/test-alias.t @ 37144:004ecdbe96ec

tests: conditionalize printed environment variable output in test-alias
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 28 Mar 2018 22:38:01 -0400
parents aa55c5354b8f
children a9ff2b0c11dd
comparison
equal deleted inserted replaced
37143:8bac14ce5778 37144:004ecdbe96ec
603 $ hg help -c | grep rebate 603 $ hg help -c | grep rebate
604 rebate This is my alias which just prints something. 604 rebate This is my alias which just prints something.
605 $ hg help rebate 605 $ hg help rebate
606 hg rebate [MYARGS] 606 hg rebate [MYARGS]
607 607
608 shell alias for: echo this is $HG_ARGS 608 shell alias for: echo this is %HG_ARGS% (windows !)
609 shell alias for: echo this is $HG_ARGS (no-windows !)
609 610
610 This is my alias which just prints something. 611 This is my alias which just prints something.
611 612
612 defined by:* (glob) 613 defined by:* (glob)
613 */* (glob) (?) 614 */* (glob) (?)