How can set eclipse to display an arrow with a number of commits till last pull instead of a changset near a project name?
Asked
Active
Viewed 441 times
1 Answers
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 is the stable update site: http://mercurialeclipse.eclipselabs.org.codespot.com/hg.wiki/update_site/stable

johnpeb
- 406
- 2
- 7
-
I am sorry I coldn't reply earlier. I the previous version I was seeing number of outgoing changesets by default. Now, in 2.3.2 its the revision number. The solution you provided in: http://stackoverflow.com/questions/22905782/mercurialeclipse-how-to-set-label-decorations/23252955?iemail=1&noredirect=1#23252955 does not work. – Łukasz May 06 '14 at 07:19
-
The latest development version is 2.1.1. Where did you get 2.3.2 from? – johnpeb May 06 '14 at 13:32
-
From here: http://javaforge.com/project/HGE I checked the version thru Eclipse -> show installed software, which says 2.3.2. A friend of mine uses different version and he has an addiional checkbox in the preferences: "show number of heads and unpublished changesets" which does the trick. – Łukasz May 08 '14 at 06:38
-
1The update site on javaforge.com/project/HGE hasn't been updated for a few years as far as I know. Use the bitbucket home page (update site hosted on google code for now). – johnpeb May 09 '14 at 13:47
-
I've uninstalled previous version and installed a new one from the update site you proposed. Everything works as previous. Thanks! Voted. – Łukasz May 13 '14 at 07:52