I am wondering how, using Crucible, I can include diff files that only contain the changes made in the branch from the point I branched off from my trunk. Currently, if I include something like change sets it counts every file in the branch as a new file and consequently doesn't show any diffs. Is there a way to do this?
I know I can go and select each file to do a diff from the branch version to the last trunk version but this would be very time consuming for the number of files I changed and I'd worry I might forget one. Is there a better way?
Fisheye has a SQL like query langage called EyeQL, you can construct a query to find all files modified on a branch
select revisions where modified on branch branch_name group by changeset
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With