}
private List<VcsFileRevision> getRevisions(FilePath filePath) {
final ViewMemberHistoryAPICommand command =
new ViewMemberHistoryAPICommand(new ArrayList<VcsException>(), vcs, filePath.getPath());
command.execute();
if (command.foundError()) {
for (VcsException error : command.errors) {
if (GetRevisionInfo.NOT_A_MEMBER.equals(error.getMessage())) {
Runnable runnable = new Runnable() {
public void run() {