I am looking for library written for Node.js
which I will be able to use to manage from the web application
my local repositories created in Mercurial HG.
Anyone implemented something like that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve never heard of such a library — it has not been announced on our mailinglist. The stable API for Mercurial is the command line, so I suggest just launching
hgdirectly and parsing the output. It’s designed to be easy to screen-scrape and you can further customize it by using templates.