mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-73943 (CVS: annotate doesn't work properly for CVSNT repositories)
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ public final class AnnotateCommand extends AbstractCommand {
|
||||
cvsArguments.append("-f ");
|
||||
}
|
||||
if (isAnnotateBinary()) {
|
||||
cvsArguments.append("-F");
|
||||
cvsArguments.append("-F ");
|
||||
}
|
||||
return cvsArguments.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user