For now it only prints the contents of .hg/requires as-is, without parsing.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGead435aa5294: rhg: add a `debugrequirements` subcommand
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
For now it only prints the contents of .hg/requires as-is, without parsing.
It will be wrong when share-safe functionality is in play. It's an experimental feature and hence that should not block this series. However, one nice thing will be to add a TODO about it.
Comment Actions
“For now” was intended as: until the next commit in the series which parses into a list of feature names. But with share-safe, did you mean that .hg/store/requires should also be read? Indeed that is not part of this series.
Comment Actions
Not always, but yes. Seems like we lack documentation on the related behavior, I will do that and share with you.