IDEA-73943 (CVS: annotate doesn't work properly for CVSNT repositories)

This commit is contained in:
Bas Leijdekkers
2011-10-26 21:41:29 +02:00
parent eec9055448
commit 7a88b7d0bf
@@ -151,7 +151,7 @@ public final class AnnotateCommand extends AbstractCommand {
cvsArguments.append("-f ");
}
if (isAnnotateBinary()) {
cvsArguments.append("-F");
cvsArguments.append("-F ");
}
return cvsArguments.toString();
}