problem with extensions on mercurial

让人想犯罪 __ 提交于 2019-12-24 21:02:29

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!