We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_fs doesn't pass a trie to the fs:
get_fs
scmrepo/scmrepo/git/__init__.py
Line 300 in 28973b1
which results in it always defaulting to pygit2
pygit2
scmrepo/scmrepo/fs.py
Line 175 in 28973b1
which is against the general scmrepo behavior, where it should go through the backends.
scmrepo
backends
Also GitFileSystem defaulting to pygit2 by itself is also pretty odd by itself.
GitFileSystem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
get_fs
doesn't pass a trie to the fs:scmrepo/scmrepo/git/__init__.py
Line 300 in 28973b1
which results in it always defaulting to
pygit2
scmrepo/scmrepo/fs.py
Line 175 in 28973b1
which is against the general
scmrepo
behavior, where it should go through thebackends
.Also
GitFileSystem
defaulting topygit2
by itself is also pretty odd by itself.The text was updated successfully, but these errors were encountered: