/**
  * Get a list of candidates from a coordinate
  *
  * @param c
  * @throws Exception
  */
 public Iterable<Revision> getCandidates(Coordinate c) throws Exception {
   return library.getRevisionsByCoordinate(c);
 }