MercurialEclipse自动添加名为tip的标签
我使用 Eclipse 的 MercurialEclipse 插件,以及 - 你猜对了 - Mercurial 存储库(在 bitbucket 上)。
但不幸的是,不知怎的,我的 Eclipse 用“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 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.
and interestingly it always says 'tip' next to my Project-Name
but why?
i dont understand - how do I remove it??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这只是存储库的提示,它不是由
hg tag
创建的实际标签。这是Mercurial wiki 上的说明。
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.