Not all revisions are shown in the diff
Brought to you by:
eldy
If you have a revision 1.2 for Foo.txt with tag
"MyTag1" and a second revision 1.2.2.1 for Foo.txt in
the same branch tagged "MyTag2" it is not possible for
CvsChangelogBuilder v2.2 or v2.3 to show Foo.txt as
changed. (e.g. when you call listbydelta with
starttag/endtag, no matter if branch is used)
Logged In: YES
user_id=1097266
in case you provide "only" -branch=MyBranch you'll see cvs
revision numbers like 1.4.2.1, but only this type of numbers.
Hence branch+starttag+endtag still doesn't show all diffs
like 1.4.2.1.
Assuming I had Foo.txt 1.4 when branching MyBranch and
created a Foo.txt 1.4.x.y tagged later, I'd expect to be
able to see that 1.4.x.y also.