LOG.info(MessageFormat.format("Applying patch: {0} / (empty) -> {2}",
storage.getPatchContents("*"),
storage.getHeadContents("*"),
getNextContents()));
try {
boolean succeed = job.waitForCompletion(true);
LOG.info(MessageFormat.format("Applied patch: succeed={0}, {1} / (empty) -> {3}",
succeed,
storage.getPatchContents("*"),
storage.getHeadContents("*"),
getNextContents()));