1

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 it?

It's particularly annoying when I work with other people who dont tag their commits, because I always have to merge before each push.

Here are some pictures of the tag-screens, so yuo can see that there are no tags. So it shouldn't tag anything - but it still does.

enter image description here

enter image description here

enter image description here

and interestingly it always says 'tip' next to my Project-Name

enter image description here

but why?

i dont understand - how do I remove it??

Helgi
  • 5,428
  • 1
  • 31
  • 48
RazorHail
  • 431
  • 1
  • 5
  • 17

1 Answers1

2

That's just the tip of your repository, it's not an actual tag created by hg tag.

Here's the explanation on Mercurial's wiki.

Idan K
  • 20,443
  • 10
  • 63
  • 83