I'm sharing a Mercurial repo with a user dias
, whom I would trust with my life as well as my data. I therefore added
[trusted]
users = dias, nr
to my ~/.hgrc
file. However, when I pull from a remote repo with hg pull -v
, I always get this message:
remote: Not trusting file /r/c--/papers/gentileset-popl2010/.hg/hgrc from untrusted user dias, group c--
remote: Not trusting file /r/c--/papers/gentileset-popl2010/.hg/hgrc from untrusted user dias, group c--
(I don't know why the message appears twice.)
How to I explain to Mercurial that I really want to trust this file?