|
Project Guest VM: Checking out Guest VM Source Code with Mercurial
The Guest VM source code is hosted at the
Kenai site. This page
provides instructions on how to check out the Guest VM source code using
Mercurial 1.0 or
greater. To use these instructions, first install Mercurial so that
the
Once you can successfully execute the % hg clone https://kenai.com/hg/guestvm~guk guk % hg clone https://kenai.com/hg/guestvm~guestvm guestvm %
These commands will create directories called Later, when updates are available, you can use the standard Mercurial commands to request the changes, e.g.:
% cd guestvm
hg pull
pulling from https://kenai.com/hg/guestvm~guestvm
searching for changes
no changes found
% For more information on how to use Mercurial, see the Mercurial site. | ||||||||||||||||||||||