Kelly O'Hair wrote:
I'm not a TortoiseHg user and don't do much direct development on
Windows.
I think on Windows the equivalent to ~/.hgrc is Mercurial.ini.
You need to do some reading on Mercurial, TortoiseHg, etc., try:
http://www.selenic.com/mercurial/wiki/
http://www.selenic.com/mercurial/wiki/index.cgi/Tutorial
http://www.selenic.com/mercurial/hgrc.5.html
http://hgbook.red-bean.com/read/
-kto
I installed Mercurial (1.0.2) on Windows and added the forest extension
and it seems to work fine.
The .hgrc is in the $HOME directory (C:\Document and Settings\alanb in
my case):
[extensions]
forest=C:/hgforest/forest.py
It cloned our forest without any problem.
-Alan.