If the shell extension must be in cpp, couldn't this just be a piece of code calling a python one that actually does the job?
On 31-08-2010 12:45, Steve Borho wrote: > 2010/8/31 André Felipe Dias<[email protected]>: > >> Hi, there >> >> I'm using TortoiseHg in Windows and Linux (Ubuntu) environments. I >> noticed that there are some differences related to overlay icons use. >> For example, in Linux, the ignored overlay icon is being used while in >> Windows it's not. >> >> Is there any reason to not use the ignored and unknown icons? >> > You cannot show unknown and ignored icons without being able to > differentiate between the two, and this is very difficult to do on > Windows since the shell extensions cannot run Mercurial code (they are > written in C++). The Nautilus extension is all Python, so it can > simply call repo.status() to get that info. > > > ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

