}
ICVSRemoteResource remote = CVSWorkspaceRoot.getRemoteResourceFor(cvsResource);
if (remote == null) {
return;
}
ResourceSyncInfo syncInfo = remote.getSyncInfo();
syncInfo.getTag();
ILogEntry entries[] = lec.getLogEntries(remote);
if (entries != null) {
for (int cc = 0; cc < entries.length; cc++) {
if(syncInfo == null || isSameBranch(syncInfo.getRevision(),
entries[cc].getRevision()))
{
Map comments = (Map) authors.get(entries[cc].getAuthor());
if (comments == null) {
comments = new HashMap();