標籤:des style blog http color io os 使用 ar
Mercurial(HG) Windows用戶端安裝
Mercurial(HG): http://mercurial.selenic.com/
Windows用戶端下載:http://mercurial.selenic.com/downloads
Clone project form remote repository:
https://XXX/testRepo
Eclipse外掛程式安裝:MercurialEclipse
MerucialEclipse 管網: https://bitbucket.org/mercurialeclipse/main/wiki/Home
外掛程式安裝地址: http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable
配置Mercurial Executable
常用的hg命令
Built-in help
Mercurial provides a built-in help system. This is invaluable for those times when you find yourself stuck trying to remember how to run a command. If you are completely stuck, simply run hg help; it will 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 two tools. Here’s a comparison of some of the most common commands. Mercurial/Git commands that are the same as their Subversion equivalents are bold.
HG的命令非常類似與SVN,相對於GIT,從SVN轉到HG較容易。
http://stackoverflow.com/questions/35837/what-is-the-difference-between-mercurial-and-git
Mercurial(HG) Windows+Eclipse安裝、配置、使用