Background: I want to check-out the source code from Cliche, which is stored in a Mercurial repository. I use NetBeans 7 with JDK 1.7 on Windows, but have no experience with Mercurial. I only want to get the source code, further usage of Mercurial is not required.

Question: What software / plug-in, etc. do I need to install, if any, to perform the above task?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You will find the installation process and first checkout in: "Mercurial User Guide". (You need to install Mercurial itself first)

hg checkout

And more on Mercurial used from Netbeans on "NetBeans + Mercurial Training".

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.