D2088: wireprototypes: move wire protocol response types to new module

2018-02-12 Thread indygreg (Gregory Szorc)
indygreg added a comment. In https://phab.mercurial-scm.org/D2088#36287, @durin42 wrote: > I wonder if these should move to being attrs-generated at some point. Probably. I'm half considering blowing up all these types because they are... not well-defined and behavior is

D2088: wireprototypes: move wire protocol response types to new module

2018-02-12 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGcd6ab329c5c7: wireprototypes: move wire protocol response types to new module (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D2088: wireprototypes: move wire protocol response types to new module

2018-02-12 Thread durin42 (Augie Fackler)
durin42 added a comment. I wonder if these should move to being attrs-generated at some point. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2088 To: indygreg, #hg-reviewers, durin42 Cc: mercurial-devel ___

D2088: wireprototypes: move wire protocol response types to new module

2018-02-07 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 5351. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2088?vs=5340=5351 REVISION DETAIL https://phab.mercurial-scm.org/D2088 AFFECTED FILES mercurial/wireproto.py mercurial/wireprotoserver.py

D2088: wireprototypes: move wire protocol response types to new module

2018-02-07 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 5340. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2088?vs=5324=5340 REVISION DETAIL https://phab.mercurial-scm.org/D2088 AFFECTED FILES mercurial/wireproto.py mercurial/wireprotoserver.py

D2088: wireprototypes: move wire protocol response types to new module

2018-02-07 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 5324. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2088?vs=5322=5324 REVISION DETAIL https://phab.mercurial-scm.org/D2088 AFFECTED FILES mercurial/wireproto.py mercurial/wireprotoserver.py

D2088: wireprototypes: move wire protocol response types to new module

2018-02-07 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We'll be introducing more types as part of wire protocol version 2. These types are shared between the command handling code (in wireproto.py) and the