Using Mercurial (HG) programmatically from C#/.NET

Posted by Maxim Z. on Stack Overflow See other posts from Stack Overflow or by Maxim Z.
Published on 2010-05-21T22:15:09Z Indexed on 2010/05/21 22:20 UTC
Read the original article Hit count: 190

Filed under:
|
|
|
|

What's the best way to approach using Mercurial (HG) programmatically from C#?

I will be creating HG repositories, committing, and using other default HG functions. Are there are open-source .NET libraries that would allow me to do this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET