D4467: wireprotoserver: use our CBOR encoder

2018-09-05 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5f4a9ada5ab5: wireprotoserver: use our CBOR encoder (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4467?vs=10764=10784

D4467: wireprotoserver: use our CBOR encoder

2018-09-04 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Moving away from the vendored package. Again, our encoder normalizes keys differently from the vendored package (for now), hence the test changes.