@@ -34,7 +34,7 @@ fn uncommitted_file() -> anyhow::Result<()> {
3434 . assert ( )
3535 . success ( )
3636 . stdout_eq ( snapbox:: str![ [ r#"
37- Found 2 changed files to absorb:
37+ Found 1 changed file to absorb:
3838
3939Absorbed to commit: f4ea7f8 a.txt
4040 (files locked to commit due to hunk range overlap)
@@ -309,7 +309,7 @@ Hint: run `but diff` to see uncommitted changes and `but stage <file>` to stage
309309 . assert ( )
310310 . success ( )
311311 . stdout_eq ( snapbox:: str![ [ r#"
312- Found 2 changed files to absorb:
312+ Found 1 changed file to absorb:
313313
314314Absorbed to commit: 889385c partial change to a.txt 2
315315 (files locked to commit due to hunk range overlap)
@@ -403,7 +403,7 @@ fn uncommitted_file_new() -> anyhow::Result<()> {
403403 . assert ( )
404404 . success ( )
405405 . stdout_eq ( snapbox:: str![ [ r#"
406- Found 2 changed files to absorb:
406+ Found 1 changed file to absorb:
407407
408408Created on top of commit: f4ea7f8 a.txt
409409 (files locked to commit due to hunk range overlap)
@@ -624,7 +624,7 @@ fn dry_run_new_shows_plan_without_changes() -> anyhow::Result<()> {
624624 . assert ( )
625625 . success ( )
626626 . stdout_eq ( snapbox:: str![ [ r#"
627- Found 2 changed files to absorb:
627+ Found 1 changed file to absorb:
628628
629629Created on top of commit: f4ea7f8 a.txt
630630 (files locked to commit due to hunk range overlap)
@@ -695,7 +695,7 @@ fn dry_run_shows_plan_without_changes() -> anyhow::Result<()> {
695695 . assert ( )
696696 . success ( )
697697 . stdout_eq ( snapbox:: str![ [ r#"
698- Found 2 changed files to absorb:
698+ Found 1 changed file to absorb:
699699
700700Absorbed to commit: f4ea7f8 a.txt
701701 (files locked to commit due to hunk range overlap)
0 commit comments