We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ff195 commit da8ab1fCopy full SHA for da8ab1f
tests/check_merge_conflict_test.py
@@ -37,7 +37,7 @@ def f1_is_a_conflict_file(tmpdir):
37
with repo2.as_cwd():
38
repo2_f1.write('child\n')
39
cmd_output('git', 'commit', '--no-gpg-sign', '-am', 'clone commit2')
40
- cmd_output('git', 'pull', retcode=None)
+ cmd_output('git', 'pull', '--no-rebase', retcode=None)
41
# We should end up in a merge conflict!
42
f1 = repo2_f1.read()
43
assert f1.startswith(
0 commit comments