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

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

Leave a Reply