Refactored apart the forward and the backwards iterator for diff hunks

This commit is contained in:
Mikayla Maki 2023-05-19 18:09:47 -07:00
parent 43e301eeef
commit bbb68c523c
No known key found for this signature in database
9 changed files with 213 additions and 101 deletions

View file

@ -4779,7 +4779,7 @@ mod tests {
Some(GitFileStatus::Added)
);
});
dbg!("RENAMING");
std::fs::rename(
root_path.join("projects/project1"),
root_path.join("projects/project2"),