How to Query the Firebird Fisheye
Now in Firebird Fisheye you can create queries on the source code repository
For example here is how to get the changes with “Misc” comments
select revisions from dir /firebird2/src where (is head and comment matches “Misc”) group by changeset return path, revision, author, date, csid