New issue
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
Make ext.py compatible with hg5 api #67
Conversation
|
Webrevs
|
…former is supported by older versions
Looks good, this is ready to go. I successfully run all tests on Linux x86_64 using sh gradlew test
and Mercurial 4.9.0
@JornVernee This change can now be integrated. The commit message will be:
Since the source branch of this PR was last updated there have been 4 commits pushed to the
Since there are no conflicts, your changes will automatically be rebased on top of the above commits when integrating. If you prefer to do this manually, please merge
|
@edvbld There was one other call to Still good to go? |
@JornVernee yep, still good! |
/integrate |
The HG api changes in version 5 to drop the first 2 parameters to
mercurial.match.exact
, which breaks the extension script.This PR detects whether we're running on hg 5, and if so, calls the function without the first 2 arguments instead.
Progress
Approvers