Skip to content

Commit

Permalink
Remove that comment as it is no longer accurate (plus the logic is now
Browse files Browse the repository at this point in the history
easy enough to be understood immediately without further explanations).
  • Loading branch information
jpetso committed Jan 15, 2009
1 parent ecf65dd commit c2d48c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioncontrol_cvs.module
Expand Up @@ -530,7 +530,7 @@ function versioncontrol_cvs_update_repository_callback($repository) {
drupal_set_message(t('Fetched new log entries.'));
}
}
else { // $repo_id is not a number or doesn't correlate to any repository.
else {
drupal_set_message(t('Repository update method does not allow manual updates, did not fetch anything.'));
}
drupal_goto('admin/project/versioncontrol-repositories');
Expand Down

0 comments on commit c2d48c4

Please sign in to comment.