Skip to content

Commit e650a0a

Browse files
bryangoclaytonrcarter
authored andcommitted
feat(test): clarify --merge option ignored when fixing commits
1 parent 1a5fbf0 commit e650a0a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

git-branchless-test/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,13 @@ BUG: Expected resolved_interactive ({resolved_interactive:?}) to match interacti
396396
reparent: _, // always implied
397397
} = move_options;
398398

399+
if *resolve_merge_conflicts {
400+
writeln!(
401+
effects.get_output_stream(),
402+
"Ignoring --merge since --reparent is always implied when fixing commits."
403+
)?;
404+
}
405+
399406
let force_in_memory = true;
400407
if *force_on_disk {
401408
writeln!(

0 commit comments

Comments
 (0)