comparison tests/test-extdiff.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 91b2f2176395
children f3c4edfd35e1
comparison
equal deleted inserted replaced
29973:4ddb05751b12 29974:7109d5ddeb0c
397 >>> open("u", "w").write("\xa5\xa5") 397 >>> open("u", "w").write("\xa5\xa5")
398 $ U=`cat u` 398 $ U=`cat u`
399 399
400 $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help -k xyzzy 400 $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help -k xyzzy
401 abort: no matches 401 abort: no matches
402 (try "hg help" for a list of topics) 402 (try 'hg help' for a list of topics)
403 [255] 403 [255]
404 404
405 $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help td > /dev/null 405 $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help td > /dev/null
406 406
407 $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help -k xyzzy 407 $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help -k xyzzy
408 abort: no matches 408 abort: no matches
409 (try "hg help" for a list of topics) 409 (try 'hg help' for a list of topics)
410 [255] 410 [255]
411 411
412 $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td \ 412 $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td \
413 > | grep "^ '" 413 > | grep "^ '"
414 '\xa5\xa5' 414 '\xa5\xa5'