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
In https://github.com/jensl/critic/blob/master/src/tutorials/extensions-api.txt#L153 these APIs are listed:
| Changeset getChangeset(string a, string b); | Changeset getChangeset(Commit a, Commit b);
But they don't seem to be implemented as far as I can see in https://github.com/jensl/critic/blob/master/src/library/js/v8/critic-git.js#L692
A bit of a shame because I wanted to use it. :)
The text was updated successfully, but these errors were encountered:
Ah, I can just pass an object with parent and child properties and it will do what I want. So the issue is in documentation being wrong only.
Sorry, something went wrong.
No branches or pull requests
In https://github.com/jensl/critic/blob/master/src/tutorials/extensions-api.txt#L153 these APIs are listed:
But they don't seem to be implemented as far as I can see in https://github.com/jensl/critic/blob/master/src/library/js/v8/critic-git.js#L692
A bit of a shame because I wanted to use it. :)
The text was updated successfully, but these errors were encountered: