D2405: wireproto: sort response to listkeys

2018-03-01 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf195db4d0b34: wireproto: sort response to listkeys (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2405?vs=6251&id=6284 REV

D2405: wireproto: sort response to listkeys

2018-03-01 Thread durin42 (Augie Fackler)
durin42 added a comment. I'm a little bummed about this because namespaces could be *enormous*, like bookmarks. We might want to find another way to handle this... REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2405 To: indygreg, #hg-reviewers Cc: durin42, merc

D2405: wireproto: sort response to listkeys

2018-03-01 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6251. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2405?vs=6140&id=6251 REVISION DETAIL https://phab.mercurial-scm.org/D2405 AFFECTED FILES mercurial/wireproto.py CHANGE DETAILS diff --git a/mercurial/wirepro

D2405: wireproto: sort response to listkeys

2018-02-26 Thread indygreg (Gregory Szorc)
indygreg updated this revision to Diff 6140. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2405?vs=6022&id=6140 REVISION DETAIL https://phab.mercurial-scm.org/D2405 AFFECTED FILES mercurial/wireproto.py CHANGE DETAILS diff --git a/mercurial/wirepro

D2405: wireproto: sort response to listkeys

2018-02-23 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The listkeys protocol is defined to produce a dictionary. pushkey.decodekeys() uses a plain dict to hold the decoded results of the wire protocol response. So o