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
Instead a message "Error while retrieving logs: No logs found" is shown.
This is likely caused by this commit 1bdc67a from @vstinner
get_scm(project) returns always None except when the scm is Mercurial.
get_scm(project)
The text was updated successfully, but these errors were encountered:
Ah, someone has to implement a Git class to handle this code path properly.
Sorry, something went wrong.
Yes, this is what I was thinking. It would be good to wrap git methods in a class like you did for Mercurial.
No branches or pull requests
Instead a message "Error while retrieving logs: No logs found" is shown.
This is likely caused by this commit 1bdc67a from @vstinner
get_scm(project)
returns always None except when the scm is Mercurial.The text was updated successfully, but these errors were encountered: