Re: [PATCH 3 of 3 STABLE] rust: propagate Python exception raised from index_get_parents_checked()

2018-10-29 Thread Yuya Nishihara
On Sun, 28 Oct 2018 22:11:03 +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1540730473 -32400 > # Sun Oct 28 21:41:13 2018 +0900 > # Branch stable > # Node ID c40ceec4d993927b6788ad430dc6b4f3087d9aeb > # Parent 28a5ec244ba88ce4a46a26a32c24fa36f7597245 >

[Bug 6014] New: hg showconfig --give-me-default-value and --give-me-current-value-even-if-it-is-the-default

2018-10-29 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6014 Bug ID: 6014 Summary: hg showconfig --give-me-default-value and --give-me-current-value-even-if-it-is-the-default Product: Mercurial Version: unspecified Hardware: All

[PATCH STABLE] http: work around custom http client classes that refuse extra attrs

2018-10-29 Thread Augie Fackler
# HG changeset patch # User Augie Fackler # Date 1540844622 14400 # Mon Oct 29 16:23:42 2018 -0400 # Branch stable # Node ID 588f1e9a4d1665b8dc02ab409312f59d06414d02 # Parent 7e4ffe2719e4af2a9e56c9ee097ed6720f5c3906 http: work around custom http client classes that refuse extra attrs I have

Re: [PATCH 2 of 2] py3: roll up threading.Thread constructor args into **kwargs

2018-10-29 Thread Matt Harbison
On Fri, 26 Oct 2018 04:05:00 -0400, Boris FELD wrote: LGTM. I couldn't find any code that was passing those arguments and as the class is local to the `_windowsworker` function, can we remove the support for those arguments? If I remove *args and **kwargs, it works on py2, but not on py3: