// @TODO handle case where projet has several VCS roots
// Here, I use the first VCS connection
AbstractVcs vcs = vcss[0];
if (ckVcsAfterRev.isSelected())
{
updateError(tfVcsAfterRev, vcs.parseRevisionNumber(tfVcsAfterRev.getText()) == null,
RevuBundle.message("projectSettings.review.scope.invalidRev.text"));
}
if (ckVcsBeforeRev.isSelected())
{