User Details
- User Since
- Jul 18 2017, 10:41 AM (194 w, 6 d)
Feb 8 2019
Feb 5 2019
Jan 28 2019
Jan 26 2019
Jan 21 2019
@yuja: you wanted separate commits, you got separate commits. :-)
This would need more thought then; the evolve/topic/topicmap codebase wraps the whole branchmap.branchcache class and mucks about with a context manager to re-instate the right name in the branchmap globals so super() doesn't break, which is what led to this patch.
Nov 22 2018
The goal of this refactor is to bring clarity to the branchmap cache behaviour, and to make it easier to add performance improvements (in an upcoming additional series of patches).
Nov 21 2018
Nov 20 2018
Oct 16 2018
Oct 14 2018
Oct 13 2018
Note: I undid the change to mercurial/thirdparty/zope/interface/_compat.py as it should not have been changed to begin with.
The import parentheses collapsing is described here: https://github.com/ambv/black#parentheses. The behavior is not configurable.
Aug 16 2018
Aug 15 2018
Aug 13 2018
Aug 3 2018
Aug 2 2018
Aug 1 2018
Jul 12 2018
Nov 24 2017
Nov 10 2017
Nov 8 2017
Nov 7 2017
Agreed on all points. The following update makes these changes, and in addition:
Nov 2 2017
Oct 26 2017
Oct 25 2017
Oct 20 2017
Oct 19 2017
This no longer applies.
This doesn't fix the actual SSL error that lead to this issue; that'll be a separate fix where we pass in the web.cacerts config option to the client so we can use the configured certificates.
Oct 18 2017
Folded into D1026