Installation and configuration of Mercurial

Installation Windows : The best version of Mercurial for Windows is TortoiseHg, which can be found at http://tortoisehg.bitbucket.org/ . This package has no external dependencies. It “just works.” It provides both command-line and graphical user interfaces. After installation, you will have a right-click menu in Windows Explorer that gives you access to the graphical tools. After logging out and in again, you will also have a hg and a thg program available in a Command Prompt. You can use the thg program to start the graphical TortoiseHg tools. Command-line : (figure 1) GUI : (figure2) Linux : You can install Mercurial on Linux using package manager - yum install *mercurial* but installing it from package manager not assure you the latest version of mercurial. So, You can install the latest version(2.6) from source http://mercurial.selenic.com/release , unpack it and run make install to install it. If you get any issue...