Mercurial (HG) Windows Client Installation
Mercurial (HG): http://mercurial.selenic.com/
Windows Client Downloads: http://mercurial.selenic.com/downloads
Clone Project form Remote repository:
Https://XXX/testRepo
Eclipse Plugin Installation: Mercurialeclipse
Merucialeclipse Pipe Network: https://bitbucket.org/mercurialeclipse/main/wiki/Home
Plug-in installation address: http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable
Configuring Mercurial Executable
Common HG Command
Built-in Help
Mercurial provides a built-in help system. This is the invaluable for those times if you find yourself stuck trying to remember how to run a command. If you is completely stuck, simply run HG help; It would print a brief list of commands, along with a description of what each does.
If you ask for help on a specific command, it prints more detailed information.
Mercurial&git vs SVN
Mercurial ' s CLI is also quite similar to Subversion's, which can help ease the transition between the both tools. Here's a comparison of some of the most common commands. Mercurial/git commands that is the same as their Subversion equivalents is bold.
The HG command is very similar to SVN, which is easier to go from svn to Hg than Git.
Http://stackoverflow.com/questions/35837/what-is-the-difference-between-mercurial-and-git
Mercurial (HG) Windows+eclipse installation, configuration, use