Skip to content

Commit

Permalink
Merge branch 'rkuris/oldest-reap-bug' into rkuris/arbitrary-sized-all…
Browse files Browse the repository at this point in the history
…ocations
  • Loading branch information
rkuris committed Oct 9, 2024
2 parents ec73414 + 510a0f1 commit 4ad2afc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firewood/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ impl RevisionManager {
Err(original) => {
warn!("Oldest revision could not be reaped; still referenced");
self.historical.push_front(original);
break;
}
}
}
Expand Down

0 comments on commit 4ad2afc

Please sign in to comment.