In mercurial, is there a way to disable ALL configurations (system, user, repo)?
- by Geoffrey Zheng
On any non-trivial hg installation, the hgrc's tend to contain significant stuff.
Is there a way to completely ignore/bypass ALL configurations, from system, user, to repo-level?
The use case is to use some hg core functionalities in some automation scripts. Currently, if anything is misconfigured (and I mess with my ~/.hgrc a lot), the scripts will abort for something it doesn't use at all.
It'd be perfect is I can just hg <whatever> --config:none.