diff -r 60ee2593a270 -r d7af9b4ae7dd tests/test-largefiles-misc.t --- a/tests/test-largefiles-misc.t Thu Mar 24 16:35:24 2016 -0700 +++ b/tests/test-largefiles-misc.t Wed Mar 23 13:34:47 2016 -0700 @@ -473,10 +473,10 @@ $ hg log -G anotherlarge @ changeset: 1:9627a577c5e9 | tag: tip - | user: test - | date: Thu Jan 01 00:00:00 1970 +0000 - | summary: anotherlarge - | + ~ user: test + date: Thu Jan 01 00:00:00 1970 +0000 + summary: anotherlarge + $ hg log glob:another* changeset: 1:9627a577c5e9 @@ -489,6 +489,7 @@ updated patterns: ['glob:../.hglf/sub/another*', 'glob:another*'] @ 1: anotherlarge | + ~ #if no-msys $ hg --debug log -T '{rev}: {desc}\n' 'glob:../.hglf/sub/another*' # no-msys @@ -499,6 +500,7 @@ updated patterns: ['glob:../.hglf/sub/another*'] @ 1: anotherlarge | + ~ #endif $ echo more >> anotherlarge @@ -534,10 +536,10 @@ $ hg log -G glob:**another* @ changeset: 1:9627a577c5e9 | tag: tip - | user: test - | date: Thu Jan 01 00:00:00 1970 +0000 - | summary: anotherlarge - | + ~ user: test + date: Thu Jan 01 00:00:00 1970 +0000 + summary: anotherlarge + $ cd ..