D2750: thirdparty: start vendoring cbor python library

2018-03-26 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG4bd73a955ab0: thirdparty: vendor cbor2 python library (authored by pulkit, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D2750?vs=6756=7291#toc REPOSITORY rHG Mercurial

D2750: thirdparty: start vendoring cbor python library

2018-03-26 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. Having looked at the CBOR specification, I really like it! It is a better version of JSON and MessagePack. It's a reasonable format for at-rest storage and for exchange. While you may

D2750: thirdparty: start vendoring cbor python library

2018-03-24 Thread martinvonz (Martin von Zweigbergk)
martinvonz added a comment. Seems like a good idea to me. I had missed this series, but I just started thinking about having a state file for undo state and was not looking forward to coming up with another on-disk format. REPOSITORY rHG Mercurial REVISION DETAIL

D2750: thirdparty: start vendoring cbor python library

2018-03-20 Thread pulkit (Pulkit Goyal)
pulkit added a comment. A gentle reminder to get this series reviewed. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2750 To: pulkit, #hg-reviewers Cc: mercurial-devel ___ Mercurial-devel mailing list

D2750: thirdparty: start vendoring cbor python library

2018-03-09 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY CBOR stands for Concise Binary Object Representation, which is a data format which is very compact and extensible. This patch moves the python library which