如何查看 bazaar 中每次提交更改了哪些文件?

发布于 2024-11-07 04:08:35 字数 578 浏览 1 评论 0原文

在 git 中,我可以使用 git log --stat 来查看提交中更改了哪些文件。我怎样才能在 bzr 中做到这一点?

$ git log --stat

commit dbdc98ccc1ce12a31a0bf29173b4990ccbff98
Author: Me <[email protected]>
Date:   Thu Jan 29 19:03:10 2011 -0800

    Add snipMate v0.83

 vim/after/plugin/snipMate.vim     |   35 ++
 vim/autoload/snipMate.vim         |  433 ++++++++++++++++++++++++++
 vim/doc/snipMate.txt              |  286 +++++++++++++++++

bzr viz 也不显示更改的文件。

In git, I can use git log --stat to see which files changed in a commit. How can I do that in bzr?

$ git log --stat

commit dbdc98ccc1ce12a31a0bf29173b4990ccbff98
Author: Me <[email protected]>
Date:   Thu Jan 29 19:03:10 2011 -0800

    Add snipMate v0.83

 vim/after/plugin/snipMate.vim     |   35 ++
 vim/autoload/snipMate.vim         |  433 ++++++++++++++++++++++++++
 vim/doc/snipMate.txt              |  286 +++++++++++++++++

bzr viz doesn't show changed files either.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

晨曦慕雪 2024-11-14 04:08:35

bzr log --verbose 将列出 modified: 标头下的文件。

此外,bzr helpbzr help 也很有帮助。

bzr log --verbose will list the files under a modified: header.

Also, bzr help and bzr help <command> are helpful.

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