Questions tagged [mercurialeclipse]

MercurialEclipse is a Mercurial source control plugin for Eclipse.

MercurialEclipse is a plugin providing support for the highly popular Mercurial distributed version control system within the Eclipse IDE.

The plugin supports most of the Mercurial features, including

  • cloning repositories and importing them as Eclipse projects
  • push, pull and convenient syncronization
  • working with branches (branch, merge and rebase)
  • tags
  • undo (backout, rollback and strip)
  • diffs
  • histories
  • patches
  • Mercurial extensions (mqueue, transplant and such)
68 questions
2
votes
1 answer

MercurialEclipse 2.1 (HgEclipse) icons

I've searched, but been unable to find a comprehensive (or even cursory) list of the icons and meanings used in MercurialEclipse (formerly HgEclipse). Here are some of the icons I'm seeing (although I'm guessing there are others), along with what I…
Jeff Levine
  • 2,083
  • 9
  • 30
  • 38
2
votes
1 answer

Is it possible to see full ('remote') history when using MercurialEclipse plugin?

I'm using MercurialEclipse 2.1.0 (looks like latest) with Eclipse Indigo. I can't seem to find a way to see the entire history of a file as available in remote 'central' repository (e.g. like it works with SVN) -- the history only seems to show up…
Sergey O.
  • 101
  • 4
2
votes
2 answers

MercurialEclipse - Show History not working

My Team --> Show History has never worked for Mercurial Eclipse, and I'm finally getting around to trying to fix it. I've tried searching for a solution, but all I can find are some old 2009 posts for what seemed like a temporary problem. I've…
mnemy
  • 669
  • 1
  • 9
  • 19
2
votes
1 answer

What does an Up Arrow Next to Project Name Mean in MercurialEclipse

I'm using mercurial and MercurialEclipse. I just merged one of my projects and now I have, to the right of the project name in package explorer, "default {up arrow symbol} 2" At first I thought this meant I had two tips, but looking at it with…
monknomo
  • 540
  • 8
  • 26
1
vote
2 answers

How to use Mercurial in side Eclipse Helios (3.6)

I am using Eclipse Helios (3.6). I want to use Mercurial for version management of the program. I have take the help of the below link to find out the plugin but not got any success: Mercurial Eclipse Plugin Can any one please help to install…
mayur rahatekar
  • 4,410
  • 12
  • 37
  • 51
1
vote
2 answers

Eclipse Multi-Project/Single Repository Source Control options

I use Eclipse for Java (mostly Android) development with my work is split into a variety of projects which interlink in a variety of ways (mostly Android libraries, some pure Java stuff). When it comes to Source Control, I want to keep groups of…
user834595
1
vote
1 answer

MercurialEclipse automatically adds tag named tip

I use the MercurialEclipse Plugin for Eclipse, with a - you guessed it - Mercurial repository (on bitbucket). But unfortunately somehow my Eclipse tags all my commits with the word 'tip' and I have no idea where and how and why. Where can i remove…
1
vote
1 answer

Eclipse Java Search of Mercurial Project

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…
Arthur
  • 525
  • 7
  • 18
1
vote
1 answer

How to set key binding for 'Team|Show history' in Eclipse with MercurialEclipse in PyDev perspective?

I'm trying to set a key binding for showing Mercurial history of active file (Team|Show History in context menu) in PyDev perspective. All I see in Mercurial category in Window|Preferences|General|Keys pertaining to history is Show Root History…
Piotr Dobrogost
  • 41,292
  • 40
  • 236
  • 366
1
vote
1 answer

Eclipse Mercurial Plugin link is invalid?

I am trying to install mercurial into Eclipse Oxygen, but I get the following error. The Mercurial plugin site states the http address as that shown below. https://bitbucket.org/mercurialeclipse/update-site/raw/default/ All other eclipse update…
juckky
  • 493
  • 3
  • 13
1
vote
1 answer

Trying to install MercurialEclipse, but only get offered CodeBeamer

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…
einpoklum
  • 118,144
  • 57
  • 340
  • 684
1
vote
1 answer

Eclipse is not compiling while programming and auto-complete doesn't work

I installed a new plugin for Eclipse (named AgentZero). I imported a project using MercurialEclipse, and the importing was ok. Now, while programming this project, there is no compilation. In addition, there is no auto-complete. When I am trying to…
Aviv N
  • 13
  • 4
1
vote
0 answers

Eclipse Luna: After pushing commits to Bitbucket (using MercurialEclipse plugin) the amount of commits is not updated

I am using Eclipse Luna together with the MercurialEclipse plugin and Bitbucket. I can pull and push my commits. However, say I have two commits on my local repository. When I push the commits I can see them on BitBucket, however Eclipse still tells…
Paul
  • 51
  • 5
1
vote
0 answers

How to display current bookmark in MercurialEclipse

My team uses Mercurial bookmarks to denote branches of our project and not "long-term branches". However, the MercurialEclipse plugin does not show current bookmark in Navigator or Project Explorer. When I used Git and EGit plugin, I could always…
pkalinow
  • 1,619
  • 1
  • 17
  • 43
1
vote
1 answer

mercurialeclipse - how to set label decorations?

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.
Łukasz
  • 1,980
  • 6
  • 32
  • 52