##// END OF EJS Templates
tests: conditionalize printed environment variable output in test-alias
Matt Harbison -
r37162:004ecdbe default
parent child Browse files
Show More
@@ -605,7 +605,8 b' help for a shell alias'
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
General Comments 0
You need to be logged in to leave comments. Login now