在eclipse中用mercurial填充@version标签/关键字替换
我想在 Eclipse 中用 Mercurial 填充注释标签@version。为了用 subversion 做到这一点,我这样做了:
将“@version $Id$”放入 java 源文件中。
我右键单击项目,选择“团队 -> 设置属性”
属性名称:输入“svn:keywords ”
输入文本属性:输入“Id”
选中“递归设置属性”选项
单击“确定”
有谁知道与上面的 subversion 过程等效的 Mercurial 吗?
非常感谢。
I would like to fill the comment tag @version with mercurial in Eclipse. To do it with subversion I did this:
Placed "@version $$Id$$" in the java source file.
I right click on the project, select "Team -> set Property"
Property name: Enter "svn:keywords"
Enter a text property: Enter "Id"
Check the option "Set property recursively"
Click "OK"
Does anyone know the mercurial equivalent to the subversion process above?
Many thanks.
Related to: Fill @version tag with subversion in Eclipse
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Mercurial 与 KeywordExtension 捆绑在一起,可以满足您的需求。
Mercurial comes bundled with the KeywordExtension that will do what you want.