How do i check out from code.google

51 views Asked by At

The source is located on Google project. It's a .net project.

2

There are 2 answers

0
Saurav On

You need to download and install Mercurial. Mercurial is a distributed revision control tool.

0
Jacob Mattison 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.