comparison tests/test-trusted.py.out @ 41352:73ccba60aaa1

py3: almost fix test-trusted.py The test now only fails due to output format changes on the repr of mercurial.error.ParseError. I'm not really sure how to approach that for now. Differential Revision: https://phab.mercurial-scm.org/D5685
author Augie Fackler <augie@google.com>
date Thu, 24 Jan 2019 15:04:30 -0500
parents 75e4bae56068
children dbaf9aabfb69
comparison
equal deleted inserted replaced
41351:0ae3ddb4fbed 41352:73ccba60aaa1
172 # different user, different group 172 # different user, different group
173 173
174 # parse error 174 # parse error
175 # different user, different group 175 # different user, different group
176 not trusting file .hg/hgrc from untrusted user abc, group def 176 not trusting file .hg/hgrc from untrusted user abc, group def
177 ('foo', '.hg/hgrc:1') 177 ParseError('foo', '.hg/hgrc:1')
178 # same user, same group 178 # same user, same group
179 ('foo', '.hg/hgrc:1') 179 ParseError('foo', '.hg/hgrc:1')
180 180
181 # access typed information 181 # access typed information
182 # different user, different group 182 # different user, different group
183 not trusting file .hg/hgrc from untrusted user abc, group def 183 not trusting file .hg/hgrc from untrusted user abc, group def
184 # suboptions, trusted and untrusted 184 # suboptions, trusted and untrusted