Mercurial > public > mercurial-scm > hg
diff tests/test-extdiff.t @ 29723:91b2f2176395
extdiff: isolate path variable of saved command to independent paragraph
Otherwise, the whole paragraph wouldn't be translated.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 27 Jul 2016 21:44:49 +0900 |
parents | 67b180c0e263 |
children | 7109d5ddeb0c |
line wrap: on
line diff
--- a/tests/test-extdiff.t Wed Jul 27 21:42:24 2016 +0900 +++ b/tests/test-extdiff.t Wed Jul 27 21:44:49 2016 +0900 @@ -31,10 +31,12 @@ $ hg help falabala hg falabala [OPTION]... [FILE]... - use 'echo' to diff repository (or selected files) + use external program to diff repository (or selected files) Show differences between revisions for the specified files, using the - 'echo' program. + following program: + + 'echo' When two revision arguments are given, then changes are shown between those revisions. If only one revision is specified then that revision is @@ -407,5 +409,6 @@ (try "hg help" for a list of topics) [255] - $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td | grep "^use" - use '\xa5\xa5' to diff repository (or selected files) + $ LC_MESSAGES=ja_JP.UTF-8 hg --config hgext.extdiff= --config extdiff.cmd.td=$U help td \ + > | grep "^ '" + '\xa5\xa5'