public void fileContentsFor(FileNode fileNode, OutputStream out) {
   hgClient.cat(fileNode.path(), fileNode.changesetIdentifier(), out);
 }