List of files with content changes
Stephen Lee
sphen.lee at gmail.com
Wed Aug 28 01:19:55 UTC 2013
Hi All,
Does anybody know of a way to show a list of files that have content
changes between two revisions?
I do not want to see files that only have permission changes.
The background - somewhere in a release branch every file was marked
executable (thanks Windows). When I generate a listing of all the
changed files between the branch and default using 'hg status' it
lists the entire project.
A workaround I have found is using hg diff (without --git) and then
using lsdiff.
When the diffs are large this gets quite slow...
Thanks,
Steve
More information about the Mercurial
mailing list