This dependency is missing and pip complains about it in
strict hashing mode. How this was missed, I have no clue.
Details
Details
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
Yeah, it was flagged as stable in the branch metadata. But whoever queued it didn't see that. (Perhaps we should improve hg phabread to warn on branch name mismatch?)
I'll manually queue this for stable.
Comment Actions
I'd be interested in something like this. But we've got more than default and stable at work, so it might need to be on the import side? The --exact parameter won't generally work because e.g. the amend entry in extras doesn't get carried in the patch, so that would fail to apply entirely. So it would need to be something like --exact-parent, which probably isn't as useful for Mercurial reviewers. Coupled with --bypass, you don't really need to be on the correct branch, I don't think. But it all seems like a related problem.