This diffview is just one add to filterdiff from patchutils-0.2.24-1.src.rpm on http://cyberelk.net/tim/patchutils/
so I just call fiterdiff diffview.
First lsdiff gives a numeration of the files in the patch,
and with the --file or -w RANGE you can select what patches to you want so see using one range of number.
But the best for me are that we can combine with the others options of filterdiff.
I had this idea, because I need a tool like this to work big patches.
I study the case and saw the best thing to do is working on filterdiff.
I will tell the author of patchutils if likes my idea.
patchutils cames in redhat dists
and binary rpm was compile with Fedora Core 1
Please give me some feed-back
thanks a lot and hope can help in your open source development
At last the most important in this doc the Example:
diffview -w 14,15-18 -# 1 teste.40all.diff
only show files 14,15,16,17,18 and Hunk #1 from the patch teste.40all.diff
SrgioMB