I have installed mercurial plugin for Eclipse http://www.javaforge.com/project/HGE Question is how can i add my existing hg repository to开发者_如何学C IDE ? I mean , i already clone my bitbucket source code to disk (without eclipse by command line), so how to add it to Eclipse now?
Import it like a non version-controlled project, this varies from language to language, but begins with "File"->"Import...".
Once the project is imported, right-click on it in Eclipse, go to submenu "Team"->"Share Project...".
Select "Mercurial" then "Next >" and "Finish"
Done
精彩评论