Richard Lowe wrote: > We have a bug open to do this, it's less fun than it looks. That > .hgignore is not even *nearly* complete enough. > > .hgignore will be versioned in the gate, if and when it exists, in > whatever form it exists.
OK, thanks. Another question: Is there any plan to make environment variables work in .hgrc? With teamware I have a setup that detects which side of the Atlantic I am logged in on and/or if I am on/off SWAN and switches the tools paths accordingly. In .hgrc I have: hgext.cdm=/ws/onnv-tools/onbld/lib/python/onbld/hgext/cdm.py What I really want is: hgext.cdm=${TOOL_ROOT}/onbld/lib/python/onbld/hgext/cdm.py -- Alan Burlison --