D3177: wireproto: crude support for version 2 HTTP peer

2018-04-09 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG61e405fb6372: wireproto: crude support for version 2 HTTP peer (authored by indygreg, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D3177?vs=7862&id=7894#toc REPOSITORY rHG

D3177: wireproto: crude support for version 2 HTTP peer

2018-04-09 Thread yuja (Yuya Nishihara)
yuja added inline comments. INLINE COMMENTS > debugcommands.py:2962 > +if value.startswith('eval:'): > +value = stringutil.evalpython(value[5:]) > +else: My patch broke this, so fixed in flight. :) REPOSITORY rHG Mercurial REVISION DETAIL

Re: D3177: wireproto: crude support for version 2 HTTP peer

2018-04-07 Thread Josef 'Jeff' Sipek
On Sat, Apr 07, 2018 at 05:53:50 +, indygreg (Gregory Szorc) wrote: > indygreg created this revision. > Herald added a subscriber: mercurial-devel. > Herald added a reviewer: hg-reviewers. > > REVISION SUMMARY > As part of implementing the server-side bits of the wire protocol > command ha

D3177: wireproto: crude support for version 2 HTTP peer

2018-04-06 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY As part of implementing the server-side bits of the wire protocol command handlers for version 2, we want a way to easily test those commands. Currently, we use