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 3817d5c commit c446720Copy full SHA for c446720
src/libvcs/pytest_plugin.py
@@ -622,6 +622,7 @@ def git_repo(
622
remote_repos_path: pathlib.Path,
623
projects_path: pathlib.Path,
624
git_remote_repo: pathlib.Path,
625
+ set_gitconfig: pathlib.Path,
626
) -> GitSync:
627
"""Pre-made git clone of remote repo checked out to user's projects dir."""
628
remote_repo_name = unique_repo_name(remote_repos_path=projects_path)
@@ -655,6 +656,7 @@ def hg_repo(
655
656
657
658
hg_remote_repo: pathlib.Path,
659
+ set_hgconfig: pathlib.Path,
660
) -> HgSync:
661
"""Pre-made hg clone of remote repo checked out to user's projects dir."""
662
0 commit comments