The source is located on Google project. It's a .net project.
How do i check out from code.google
37 views Asked by qazwsx At
2
There are 2 answers
0
On
Your formatting is wonky, but you answered your own question. To check out a project that's in Mercurial, you type
hg clone https://somewhere.googlecode.com/hg/ somewhere
at the command line. This expects that you have Mercurial installed and it is on the executable path.
You need to download and install Mercurial. Mercurial is a distributed revision control tool.