Mercurial native support in other tools
Sean Farley
sean at farley.io
Tue Jun 13 18:57:31 UTC 2017
Luka Lovre <luka.lovre at apexsql.com> writes:
> Mercurial team,
>
> Our tool, ApexSQL Source Control, uses Mercurial as one of the source control systems.
> However, it isn’t natively supported, such as Git and other source control systems.
> Our current implementation needs installed Mercurial client on users' machine.
> Is there an .NET API of some sort that would allow us to implement Mercurial natively in our tool, without it having to be installed on the users local machine?
The usual advice is to use the command server (which has a stable api):
https://www.mercurial-scm.org/wiki/CommandServer
> Or, in another scenario, could we use your client, in some form, as part of our installation.
As-is, the license on the command server is more flexible and allows for
this type of usage (if I understand correctly). But the system will need
some form of Mercurial installed still.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 800 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20170613/2562842a/attachment.asc>
More information about the Mercurial
mailing list