Using the Advanced Search and EyeQL you can find commits that do not have comments using the following query:
select revisions from dir / where comment = "" group by changeset
Using the Advanced Search and EyeQL you can find commits that do not have comments using the following query:
select revisions from dir / where comment = "" group by changeset