Mercurial > hg
comparison tests/test-trusted.py.out @ 45889:e5a0efd26f7a
config: clean up message about ignored untrusted config
The error message relied on Python's default formatting of arguments
to an Exception's constructor. Let's try to make it a little more
readable for users.
Differential Revision: https://phab.mercurial-scm.org/D9352
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 20 Nov 2020 10:31:56 -0800 |
parents | c9b14c56fc2b |
children | 9dc1351d0b5f |
comparison
equal
deleted
inserted
replaced
45888:c9b14c56fc2b | 45889:e5a0efd26f7a |
---|---|
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 ignored: ('foo', '.hg/hgrc:1') | 177 ignored .hg/hgrc:1: foo |
178 # same user, same group | 178 # same user, same group |
179 hg: parse error at .hg/hgrc:1: foo | 179 hg: parse error at .hg/hgrc:1: foo |
180 | 180 |
181 | 181 |
182 # access typed information | 182 # access typed information |