mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
pull with --no-rebase
This commit is contained in:
parent
16ff195820
commit
da8ab1ffe8
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ def f1_is_a_conflict_file(tmpdir):
|
|||
with repo2.as_cwd():
|
||||
repo2_f1.write('child\n')
|
||||
cmd_output('git', 'commit', '--no-gpg-sign', '-am', 'clone commit2')
|
||||
cmd_output('git', 'pull', retcode=None)
|
||||
cmd_output('git', 'pull', '--no-rebase', retcode=None)
|
||||
# We should end up in a merge conflict!
|
||||
f1 = repo2_f1.read()
|
||||
assert f1.startswith(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue