如何在提交和/或推送期间将 bzr 修订号作为注释插入到每个修订控制文件中

发布于 2024-11-19 22:36:28 字数 258 浏览 4 评论 0原文

我们在工作中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文