D965: templatefilters: be sure we always feed cgi.escape a str

2017-10-08 Thread durin42 (Augie Fackler)
durin42 added a comment. I also popped https://phab.mercurial-scm.org/D964 out of the stack until I can address review feedback. :) REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D965 To: durin42, #hg-reviewers, pulkit, indygreg, yuja Cc: yuja, indygreg,

D959: patch: invalidate messages after encoding change

2017-10-08 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. So the messages may be rolled back, which seems to be against the original intent, "take messages out of the function so that extensions can add entries." Since extensions have

D964: python3: add and use adapter for func_name attr, now known as __name__

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG68faf082bdcd: python3: add and use adapter for func_name attr, now known as __name__ (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D965: templatefilters: be sure we always feed cgi.escape a str

2017-10-08 Thread indygreg (Gregory Szorc)
indygreg added a comment. Bleh. I missed yuya's comment before doing a delayed push. Feel free to drop this from hg-committed or address as a follow-up. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D965 To: durin42, #hg-reviewers, pulkit, indygreg, yuja Cc:

D962: hgweb: in protocol adapter, avoid control reaching end of non-void function

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe21f274cccea: hgweb: in protocol adapter, avoid control reaching end of non-void function (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D969: request: coerce content-type to native str

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGfc21a3513062: request: coerce content-type to native str (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D969?vs=2485=2530

D965: templatefilters: be sure we always feed cgi.escape a str

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG4296bbb19410: templatefilters: be sure we always feed cgi.escape a str (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D966: hgweb: produce native string for etag value

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG9fdcc560a2ae: hgweb: produce native string for etag value (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D966?vs=2482=2526

D963: hgweb: in protocol adapter, look for bytes instances, not str

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc23fa3103925: hgweb: in protocol adapter, look for bytes instances, not str (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D968: request: use trivial iterator over dictionary keys

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5526da708fab: request: use trivial iterator over dictionary keys (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D970: hgweb: extract function for loading style from request context

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGcb52aefbd652: hgweb: extract function for loading style from request context (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D967: hgweb: when constructing or adding to a wsgi environ dict, use native strs

2017-10-08 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG147665d36088: hgweb: when constructing or adding to a wsgi environ dict, use native strs (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

Re: [PATCH 2 of 2 V2] strip: take branch into account when selecting update target (issue5540)

2017-10-08 Thread Yuya Nishihara
On Sat, 07 Oct 2017 01:01:08 -0400, Matt Harbison wrote: > On Fri, 06 Oct 2017 12:17:17 -0400, Paul Morelle > wrote: > > > # HG changeset patch > > # User Paul Morelle > > # Date 1507212785 -7200 > > # Thu Oct 05 16:13:05 2017 +0200 > >