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 fe926c9 commit 9694ec3Copy full SHA for 9694ec3
tests/test_hg.py
@@ -40,7 +40,7 @@ def test_repo_mercurial(tmpdir, parentdir, hg_remote):
40
}
41
)
42
43
- run(['hg', 'init', mercurial_repo.name], cwd=str(tmpdir))
+ run(['hg', 'init', mercurial_repo.repo_name], cwd=str(tmpdir))
44
45
mercurial_repo.update_repo()
46
0 commit comments