On 23.04.2009 02:29, TK Soh wrote: > BTW, I have problem displaying overlay icons in some of the > repositories (Dbgview showed "IsMemberOf: HgFindRoot returns false"). > And interestingly, almost all of them are mercurial crew/stable > clones. I have to use the attached patch to overcome the problem. > Perhaps Adrian can help check it out.
pushed to http://bitbucket.org/abuehl/thg-shellext as ba6fc94498bd, thanks! It looks like my addition of common.cpp is entirely unneeded. I've overlooked that there is already a GetHgRepoRoot function in TortoiseUtils.cpp. I'll remove common.cpp and common.h. HgFindRoot from common.cpp was looking for ".\\.hg\\store", whereas GetHgRepoRoot just looks for "\\.hg". Maybe the repos you mentioned are using an older non-store repo format (these might be old enough on your disk ;-). ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
