Details
Details
- Reviewers
indygreg - Group Reviewers
hg-reviewers - Commits
- rHG33af46d639b4: wireproto: send server capabilities in canonical order
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
THANK YOU for this cleanup. The wonky ordering due to the way capabilities are added on the server has annoyed me too.
As part of reviewing this, it is more obvious than before that $USUAL_BUNDLE2_CAPS_SERVER$ should probably be loosened so it doesn't include the bundle2= prefix. That would make it clear that it belongs at this position in the list.