Skip to content

Commit

Permalink
test: fix for latest versions of git
Browse files Browse the repository at this point in the history
Since git 2.34 the big push with force test is broken thanks to:

726a228dfb (fast-export: fix surprising behavior with --first-parent, 2021-12-16)

Since this only affects pushing multiple heads to the same branch, it
probably is not that important.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
  • Loading branch information
felipec committed Jul 30, 2022
1 parent 237ff08 commit 6d6504d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.t
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ test_expect_success 'remote big push force' '
EOF
) &&
check_branch hgrepo default six &&
check_branch hgrepo default four &&
check_branch hgrepo good_branch eight &&
check_branch hgrepo bad_branch nine &&
check_branch hgrepo new_branch ten &&
Expand Down

0 comments on commit 6d6504d

Please sign in to comment.