如何在集市中查看每个提交更改的文件?

idb*_*rii 0 command-line bazaar

在git中,我可以git log --stat用来查看提交中更改的文件.我怎么能在bzr中做到这一点?

$ git log --stat

commit dbdc98ccc1ce12a31a0bf29173b4990ccbff98
Author: Me <Me@Me.com>
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 +++++++++++++++++
Run Code Online (Sandbox Code Playgroud)

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

dry*_*dam 5

bzr log --verbose将列出modified:标题下的文件.

此外,bzr help并且bzr help <command>很有帮助.