diff --git a/tests/test-dispatch.t b/tests/test-dispatch.t --- a/tests/test-dispatch.t +++ b/tests/test-dispatch.t @@ -83,11 +83,12 @@ However, we can't prevent it from loadin $ mkdir -p badrepo/.hg $ echo 'invalid-syntax' > badrepo/.hg/hgrc $ hg log -b -Rbadrepo default - hg: parse error at badrepo/.hg/hgrc:1: invalid-syntax + hg: parse error at badrepo/.hg/hgrc:1: invalid-syntax (glob) [255] $ hg log -b --cwd=inexistent default - abort: No such file or directory: 'inexistent' + abort: No such file or directory: 'inexistent' (no-windows !) + abort: The system cannot find the file specified: 'inexistent' (windows !) [255] $ hg log -b '--config=ui.traceback=yes' 2>&1 | grep '^Traceback' diff --git a/tests/test-status-color.t b/tests/test-status-color.t --- a/tests/test-status-color.t +++ b/tests/test-status-color.t @@ -31,19 +31,19 @@ hg status in repo root: [status.unknown|? ][status.unknown|in_root] HGPLAIN disables color $ HGPLAIN=1 hg status --color=debug - ? a/1/in_a_1 - ? a/in_a - ? b/1/in_b_1 - ? b/2/in_b_2 - ? b/in_b + ? a/1/in_a_1 (glob) + ? a/in_a (glob) + ? b/1/in_b_1 (glob) + ? b/2/in_b_2 (glob) + ? b/in_b (glob) ? in_root HGPLAINEXCEPT=color does not disable color $ HGPLAINEXCEPT=color hg status --color=debug - [status.unknown|? ][status.unknown|a/1/in_a_1] - [status.unknown|? ][status.unknown|a/in_a] - [status.unknown|? ][status.unknown|b/1/in_b_1] - [status.unknown|? ][status.unknown|b/2/in_b_2] - [status.unknown|? ][status.unknown|b/in_b] + [status.unknown|? ][status.unknown|a/1/in_a_1] (glob) + [status.unknown|? ][status.unknown|a/in_a] (glob) + [status.unknown|? ][status.unknown|b/1/in_b_1] (glob) + [status.unknown|? ][status.unknown|b/2/in_b_2] (glob) + [status.unknown|? ][status.unknown|b/in_b] (glob) [status.unknown|? ][status.unknown|in_root] hg status with template