Mercurial says hgrc is untrusted in Emacs, but works fine from the command line
- by Ken
I've got some Mercurial checkouts in a directory that was mounted by root. Mercurial is usually suspicious of files that aren't mine, but I'm the only user here, so I put:
[trusted]
users = root
groups = root
in my ~/.hgrc, and now I can use hg from the command line with no warnings or errors about anything being untrusted. So far, great.
But…