如何在提交和/或推送期间将 bzr 修订号作为注释插入到每个修订控制文件中
我们在工作中使用 bzr 作为版本控制系统,并且我们已经意识到,在某个项目中,如果每个修订控制文件都将修订号作为每个文件第一行的注释,那将非常方便。
简而言之,我想在提交期间将 # BZR REV: xxx 添加到每个 python 文件中。
一个快速的 bash 脚本可以实现这一点,但据我了解,这应该是其他版本控制系统(如 SVN)的标准做法,所以我希望有一种内置的方法来实现我所需要的。它还可以省去我编写 bash 脚本的麻烦:)
We use bzr as the version control system at work and we've come to realize that in a certain project, it would be quite handy if each of the revision controlled files had the revision number as a comment on the first line of each file.
In a nutshell I want to add # BZR REV: xxx to each python file during commit.
A quick bash script would achieve this but as I understand this should be standard practice in other version control systems like SVN, so I'm hoping for a builtin way to achieve what I need. Also it would save me the trouble of writing that bash script :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅集市关键字插件。
See the bazaar keywords plugin.