How can I modify the mercurial.ini file to include an environment variable such as % userprofile% .
Specific situation:
I am learning to use Mercurial. I changed the [ui] section of Mercurial.ini (on my home path) to include:
ignore = c:\users\user\.hgignore
Where user is my username. The .hgignore file includes file name filters that are used to ignore files during commit. How can I change it from the fact that it is a literal user for the $ user environment variable?
variables mercurial environment configuration
MW_dev
source share