Mercurial Problems
I'm using Mercurial with the 1.0.5 EAP, and I just get constantly nagged by AppCode that the mercurial path couldn't be detected in my PATH. I'm not entirely sure where Mercurial is installed, but it seems that if it can't be found, there should be only one warning message or at least a way to disable checking.
How would I find out where Mercurial has installed to?
请先登录再写评论。
Try calling `which hg` in the Terminal, it should tell you, where hg is installed.
Thanks. That's a useful command.