tests/test-extdiff.t
changeset 46261 c9b2a4d69e66
parent 46134 0a4d47f4337b
child 48052 7d908ee19b5b
equal deleted inserted replaced
46260:abba2d365373 46261:c9b2a4d69e66
   511   $ U=`cat u`
   511   $ U=`cat u`
   512 
   512 
   513   $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help -k xyzzy
   513   $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help -k xyzzy
   514   abort: no matches
   514   abort: no matches
   515   (try 'hg help' for a list of topics)
   515   (try 'hg help' for a list of topics)
   516   [255]
   516   [10]
   517 
   517 
   518   $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help td > /dev/null
   518   $ HGPLAIN=1 hg --config hgext.extdiff= --config extdiff.cmd.td=hi help td > /dev/null
   519 
   519 
   520   $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help -k xyzzy
   520   $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help -k xyzzy
   521   abort: no matches
   521   abort: no matches
   522   (try 'hg help' for a list of topics)
   522   (try 'hg help' for a list of topics)
   523   [255]
   523   [10]
   524 
   524 
   525   $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td \
   525   $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td \
   526   > | grep "^      '"
   526   > | grep "^      '"
   527         '\xa5\xa5'
   527         '\xa5\xa5'
   528 
   528