mirror of
https://github.com/google/nomulus
synced 2026-05-29 11:10:30 +00:00
Deal with gaps and forks in commit history
If there are gaps or forks in the commit log history files, raise an exception and display the possible sets of files in the log files. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=155219410
This commit is contained in:
@@ -87,7 +87,7 @@ public class RestoreCommitLogsAction implements Runnable {
|
||||
if (dryRun) {
|
||||
logger.info("Running in dryRun mode");
|
||||
}
|
||||
List<GcsFileMetadata> diffFiles = diffLister.listDiffFiles(fromTime);
|
||||
List<GcsFileMetadata> diffFiles = diffLister.listDiffFiles(fromTime, null);
|
||||
if (diffFiles.isEmpty()) {
|
||||
logger.info("Nothing to restore");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user