如何在 hg log 命令中使用 hg diff 命令的 -U 参数

How to use the -U parameter from hg diff command with hg log command

我需要显示带有完整上下文的 hg loghg export 命令的输出,因为在使用 hg diff.[=14= 时 -U1000 参数允许]

要么在 hgrc 中指定,要么在命令行中使用 --configdiff.unified=1000

例如:

hg log -r 22 -T {diff()} --config diff.unified=1000