Mercurial-变更集中所有更改的文件? [英] Mercurial - all files that changed in a changeset?

查看:70
本文介绍了Mercurial-变更集中所有更改的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何确定给定变更集中所有已更改的文件?

How can you determine all the files that changed in a given changeset?

在这种情况下,我不是要查找差异,而只是添加/删除/修改列表.

I'm not looking for a diff in this case, just a list of add/remove/modifications.

hg log -vprX列出了差异列表,但我只想要文件.

hg log -vprX does a list of diffs but I just want the files.

推荐答案

如果仅列出已更改的文件,则应使用状态命令" 下面将列出对修订版REV中文件的更改

If you want to list only files that have changed then you should be using "status command" The following will list the changes to files in revision REV

hg status --change REV

这篇关于Mercurial-变更集中所有更改的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆