} else {
// this was a modification
ImportInfo ret = info.out.close();
if (ret != null) {
allInfos.merge(ret);
}
for (VaultFile file: info.original.values()) {
infos.put(file.getPath(), new Info(Type.MODIFIED, file.getPath()));
if (verbose) {
log.info("...comitting UPD {}", file.getPath());