JamesBranam's Blog
Monday Aug 25, 2008
Mercurial [Hg] Problem Solved
Hi again,
In my last blog entry, I wrote about the problems I was having finding the global .hgrc file. Well, I gave up and created one in my Home directory. I then added my information (which looks like the following:
[paths]
default = http://hg.netbeans.org/repository-name/
default-push = https://usedid:passsord@hg.netbeans.org/respository-name/
Then I added a fetch command:
[extensions]
fetch =
And guess what, it works! I just made a change, did a fetch and a push.
See you tomorrow.
--James
Posted at 10:40AM Aug 25, 2008 by branajam in NetBeans |
Comments: