[ANN] HgWin v1.0 - GUI tool for Mercurial

Sergey Antonov sergant_ at mail.ru
Mon Apr 12 11:42:17 CDT 2010


>> HgWin is a GUI tool for Mercurial, similar to hgtk.
>>      
> I'm thinking about generalising thg's context menu mechanism. Maybe we
> can externalise the context menu strings and command definitions into a
> file and then load that at runtime into the shell extension. So we might
> be able to switch the command set between hgtk and hgwin.
>    
Yes, I think it is possible to do that.
I can add more arguments for hgwin commands, if needed, to make a parity 
with hgtk.

> The shell extension overlays should already be independent of the GUI
> commands (modulo the shell extension settings dialog of course, but that
> should be easy to port to .Net).
Well, if you plan to use .Net in the shell extension (I mean in-proc), then
you should be aware of some caveats. Here is a link, that describe some 
of those:
http://blogs.msdn.com/oldnewthing/archive/2006/12/18/1317290.aspx

But, as far as I know the .Net 4.0 can live side by side with .Net 2.0 
in one process.

-- 
Sergey Antonov
sergant_ at mail.ru



More information about the Mercurial mailing list