问题
i have this in my .hgrc but the extensions are not working
any idea why? im on a mac.
perhaps i could point it to their path? but I can't see to find anywhere where that would be.
thank you
.hgrc
[extensions]
fetch=
hgext.extdiff =
回答1:
You haven't configured extdiff, so it won't know what to do. and you need to specify hgext.fetch = instead of just fetch =
来源:https://stackoverflow.com/questions/5482344/problem-with-extensions-on-mercurial