mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-07-01 00:09:09 +02:00
test: fix for latest versions of git
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>
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user