Mercurial is an excellent lightweight distributed revision control system that makes software development (and web development!) easier. Even though it is used by organisations with large projects such as the Mozilla Foundation, OpenSolaris and OpenJDK, it is not obvious how to set it up on Microsoft Windows. This article attempts to lead a new user through the necessary steps to get Mercurial working.
Mercurial.ini and put it in your sort-of
home directory. I say sort-of because it's not necessarily the directory that would
be set as $HOME. The directory you want to save the file in is normally called
C:\Documents and Settings\John Smith\ (obviously replacing
John Smith with your name)! Remember that Mercurial.ini on Windows replaces
.hgrc on Unix/Linux systems so you do not need a .hgrc file.[ui]
username = Tom Oakley <myemail@mycompany.com>
hgmerge.cmd in your Mercurial install directory, which is
probably C:\Program Files\Mercurial.I hope this helps!