Skip to content

Commit 1899597

Browse files
explicitly specify merge tool for hg merge test
1 parent fcde635 commit 1899597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_mercurial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ def test_version_in_merge(wd):
9393
wd.commit_testfile()
9494
wd('hg up 0')
9595
wd.commit_testfile()
96-
wd('hg merge')
96+
wd('hg merge --tool :merge')
9797
assert wd.version is not None

0 commit comments

Comments
 (0)