nilo de roock
nilo de roock

Reputation: 4157

What are the requirements for using Mercurial with Netbeans?

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?

Upvotes: 1

Views: 71

Answers (1)

VonC
VonC

Reputation: 1329162

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".

Upvotes: 1

Related Questions