After D2683, the flags parameter in some functions is no longer needed.
Thus removed.
Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG49fe6249937a: xdiff: remove unused flags parameter
rHG4c8ffc67bac2: xdiff: remove unused flags parameter
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Strictly speaking, we might want to bump the C extension version number because of the ABI change. But I'm not sure if these functions are exported or even used by our C extension. So it may not matter. It's an experimental feature right now, so I'm inclined to not care.
Comment Actions
I don't think the Python ".so"s should be consumed by non-Python "dlopen". So "version" doesn't change since Python API remains the same.