I’m a new mac user and recently installed mercurial on it. Id like to enable a few extensions and am looking for the global hgrc file.
I could’nt find it, so i tried creating “hgrc” files in /etc/mercurial, and ~/.hg .
It still does not work, so I was wondering if someone here had the solved the problem.
Many thanks.
Your
.hgrcneeds to be at~/.hgrc, just like on other unix-like OSes (assuming you’re using the standard Mercurial installation and not something like MacHg). You can use/etc/mercurial, but in that case the file is namedhgrc, and not.hgrc.You can also ask
hgthis question directly, and it should give you the most up-to-date answer for your installation: