revisionSequence.add(node);
prevRevContent.done();
prevRevContent = new ByteArrayDataAccess(content);
} catch (HgIOException ex) {
String m = String.format("Failed to write revision %s of file %s", ge.node().shortNotation(), filename);
throw new HgInvalidControlFileException(m, ex, currentFile);
} catch (IOException ex) {
String m = String.format("Failed to write revision %s of file %s", ge.node().shortNotation(), filename);
throw new HgInvalidControlFileException(m, ex, currentFile);
}
return cancelException == null;
}