D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-03-30 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb837655c1509: streamclonebundle: make sure we accept new stream clone bundle spec (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-03-30 Thread lothiraldan (Boris Feld)
lothiraldan updated this revision to Diff 7378. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1957?vs=5029=7378 REVISION DETAIL https://phab.mercurial-scm.org/D1957 AFFECTED FILES mercurial/exchange.py tests/test-stream-bundle-v2.t CHANGE DETAILS

D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-03-15 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. @indygreg I'm  on having this discussion. When do you want to have it? What would be the best medium for it, a video-call? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1957 To: lothiraldan, #hg-reviewers Cc: indygreg,

D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-02-20 Thread indygreg (Gregory Szorc)
indygreg added a comment. In general, I'm pretty happy with this series. Although I held off accepting changesets because I think we should have a mini discussion about //content options// versus //capabilities// before things get out of control and we duplicate too much logic. I'd

D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-02-20 Thread lothiraldan (Boris Feld)
lothiraldan added a comment. Ping on this series REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1957 To: lothiraldan, #hg-reviewers Cc: indygreg, mercurial-devel ___ Mercurial-devel mailing list

D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-02-07 Thread lothiraldan (Boris Feld)
lothiraldan added a subscriber: indygreg. lothiraldan added a comment. @indygreg Could you take a look at the series before it gets too distant to merge cleanly? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1957 To: lothiraldan, #hg-reviewers Cc: indygreg,

D1957: streamclonebundle: make sure we accept new stream clone bundle spec

2018-01-31 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY When asked specifically, the code do a sanity check on the clone bundle to ensure it's a stream bundle. As we introduced a new stream bundle spec, update