diff -r 0ae3ddb4fbed -r 73ccba60aaa1 tests/test-trusted.py.out --- a/tests/test-trusted.py.out Fri Jan 25 18:55:23 2019 +0900 +++ b/tests/test-trusted.py.out Thu Jan 24 15:04:30 2019 -0500 @@ -174,9 +174,9 @@ # parse error # different user, different group not trusting file .hg/hgrc from untrusted user abc, group def -('foo', '.hg/hgrc:1') +ParseError('foo', '.hg/hgrc:1') # same user, same group -('foo', '.hg/hgrc:1') +ParseError('foo', '.hg/hgrc:1') # access typed information # different user, different group