Łukasz
Łukasz

Reputation: 2162

eclipse mercurial plugin display arrow instead of changeset

How can set eclipse to display an arrow with a number of commits till last pull instead of a changset near a project name?

Project explorer

Upvotes: 0

Views: 448

Answers (1)

johnpeb
johnpeb

Reputation: 406

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

Upvotes: 1

Related Questions