D318: wireproto: remove support for local results in @batchable (API)

2017-08-13 Thread yuja (Yuya Nishihara)
yuja added inline comments. INLINE COMMENTS > peer.py:99 > encargsorres, encresref = next(batchable) > if not encresref: > return encargsorres # a local result in this case Perhaps this could be deleted too. REPOSITORY rHG Mercurial REVISION DETAIL

D318: wireproto: remove support for local results in @batchable (API)

2017-08-11 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe2fc2122029c: wireproto: remove support for local results in @batchable (API) (authored by indygreg). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D318: wireproto: remove support for local results in @batchable (API)

2017-08-10 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY @peer.batchable decorated generator functions have two forms: yield value, None and yield args, future yield value These forms have