mercurialeclipse

What's the relationship between the two MercurialEclipse plugin sites?

℡╲_俬逩灬. 提交于 2020-01-12 14:52:50
问题 What are the similarities and differences in functionality and project leadership between the two MercurialEclipse plugins that are currently (November 2012) available in the Eclipse Marketplace? Just to expand on the question a bit: I just want to use the working copy of a Mercurial project within Eclipse, but when I look for a Mercurial plugin I face this confusing choice. I suspect that for the moment it doesn't matter very much which I use. But of course I don't know that for certain. At

Eclipse Object adornments don't display for Mercurial Repository

天涯浪子 提交于 2019-12-25 05:02:31
问题 In a standard Android project, if there are any warnings there will be a corresponding Warning Icon as well as underlined text to clearly demonstate a potential issue. However, if you choose to clone an existing Mercurial repository, these warning icons are no longer displayed. Is there any way to show warnings and errors in a project that was created by cloning a Mercurial repository? The file on the left is from a local Android project. The file on the right is a Project that was cloned

Getting an SSL error with Mercurial on Bitbucket due to TLS

江枫思渺然 提交于 2019-12-22 19:33:22
问题 It seems that Bitbucket has now blocked TLS 1.0 and 1.1. I am working in Eclipse on Mac OSx 10.12.6 using the MercurialEclipse (hg) 2.2 plugin. I was receiving SSL handshake errors whenever I tried to pull from the remote Bitbucket repository. I tried updating the plugin and doing a fresh install, but it still gave the same error. Then I tried downloading and installing the latest Mercurial package (4.8) from the mercurial web site. After doing this the error changed to this: warning:

Trying to install MercurialEclipse, but only get offered CodeBeamer

我们两清 提交于 2019-12-13 01:02:39
问题 I tried to follow the instructions here: How can I install the MercurialEclipse Plugin? But instead of being suggested the Mercurial plugin, I'm only offered something called 'CodeBeamer' in the avaialble software dialog. What gives? (I'm using Eclipse Luna.) 回答1: Since a few years back, Eclipse has a feature called Eclipse Marketplace , which means that you don't have to bother with update sites. I usually use this feature when downloading plugins. Select Help -> Eclipse Marketplace in the

Eclipse Java Search of Mercurial Project

馋奶兔 提交于 2019-12-12 22:35:12
问题 I'm using MercurialEclipse to develop a Java project stored in Mercurial (at Google Code). I also have Java projects stored in cvs open in the same Eclipse. Eclipse search with File Search for text works for all projects. But search with Java Search for references to a Java type fails with the Mercurial project, but works for all other projects. I suspect this problem arises because the src/ directory in the Mercurial project is one layer deeper than Eclipse expects. That is, it looks like

eclipse mercurial plugin display arrow instead of changeset

China☆狼群 提交于 2019-12-11 19:18:23
问题 How can set eclipse to display an arrow with a number of commits till last pull instead of a changset near a project name? 回答1: If you're running a recent version of MercurialEclipse, by default, you should not see the revision number nor hash. Instead you will see current tag (if any) and the number of "unpublished" changesets with arrow. This usually corresponds to the number of "outgoing" changesets. Here is the project home: https://bitbucket.org/mercurialeclipse/main/wiki/Home, and here

mercurialeclipse - how to set label decorations?

一曲冷凌霜 提交于 2019-12-11 09:22:26
问题 How can I set label decorations for Mercurial managed projects? It's somehow set to changeset@project name. Previous version of the plugin used to show arrows and a number of changeset in local repository, which I liked a lot more. 回答1: I answered your other question here: eclipse mercurial plugin display arrow instead of changeset There is 1 configuration options under: Window->Preferences->Team->Mercurial->Performance. The 3rd checkbox 来源: https://stackoverflow.com/questions/22905782

error in installing mercurial plugin for eclipse

天涯浪子 提交于 2019-12-08 19:16:38
问题 I just installed a mercurial plugin for eclipse. The installation process went well. But after installing when I restarted eclipse an error was shown. The error says: Multiple Mercurial errors have occurred. Please check the Error Log view for detailed information. . Command line: hg -y debuginstall I can't find any possible solution for this. 回答1: Try running hg -y debuginstall from the command line. It should show something like that: Checking encoding (cp1252)... Checking installed modules

Getting an SSL error with Mercurial on Bitbucket due to TLS

纵饮孤独 提交于 2019-12-06 10:48:14
It seems that Bitbucket has now blocked TLS 1.0 and 1.1. I am working in Eclipse on Mac OSx 10.12.6 using the MercurialEclipse (hg) 2.2 plugin. I was receiving SSL handshake errors whenever I tried to pull from the remote Bitbucket repository. I tried updating the plugin and doing a fresh install, but it still gave the same error. Then I tried downloading and installing the latest Mercurial package (4.8) from the mercurial web site. After doing this the error changed to this: warning: connecting to bitbucket.org using legacy security technology (TLS 1.0); see https://mercurial-scm.org/wiki

what is the official/active home of the MercurialEclipse plugin?

杀马特。学长 韩版系。学妹 提交于 2019-12-01 18:04:24
I'm having trouble finding the official home of the MercurialEclipse plugin (is there one?), and I have a weird feeling there are actually multiple projects by this name. Here are some of the projects I've found: http://code.google.com/a/eclipselabs.org/p/mercurialeclipse/ http://www.javaforge.com/project/HGE http://www.intland.com/products/mercurialeclipse/overview/ https://bitbucket.org/mercurialeclipse/main/wiki/Home See also this ticket I filed: http://www.javaforge.com/issue/23290 Since Intland Software (owners of JavaForge) are developing and maintaining the plugin, the official web site