[PATCH 3 of 5] git: don't yield paths for directories when walking

2020-06-01 Thread Josef 'Jeff' Sipek
# HG changeset patch # User Josef 'Jeff' Sipek # Date 1591018818 14400 # Mon Jun 01 09:40:18 2020 -0400 # Node ID e05b94be1ba0cd6e2ccd9c1688a82ff3a8103a7e # Parent cb9f077123e7e204587b2b9146736ddcfb8d677d git: don't yield paths for directories when walking diff --git

[PATCH 5 of 5] git: implement diff manifest method

2020-06-01 Thread Josef 'Jeff' Sipek
# HG changeset patch # User Josef 'Jeff' Sipek # Date 1591024345 14400 # Mon Jun 01 11:12:25 2020 -0400 # Node ID c9d3c553309f1b6662659e94dbd3fb358e84bdfe # Parent c8ee7f58b11b835918e1e83b89741999f8809866 git: implement diff manifest method This makes 'hg diff' work. diff --git

[PATCH 4 of 5] git: properly visit child tree objects when resolving a path

2020-06-01 Thread Josef 'Jeff' Sipek
# HG changeset patch # User Josef 'Jeff' Sipek # Date 1591019387 14400 # Mon Jun 01 09:49:47 2020 -0400 # Node ID c8ee7f58b11b835918e1e83b89741999f8809866 # Parent e05b94be1ba0cd6e2ccd9c1688a82ff3a8103a7e git: properly visit child tree objects when resolving a path diff --git

Re: [PATCH 5 of 5] git: implement diff manifest method

2020-06-01 Thread Josef 'Jeff' Sipek
On Mon, Jun 01, 2020 at 11:32:49 -0400, Josef 'Jeff' Sipek wrote: > # HG changeset patch > # User Josef 'Jeff' Sipek > # Date 1591024345 14400 > # Mon Jun 01 11:12:25 2020 -0400 > # Node ID c9d3c553309f1b6662659e94dbd3fb358e84bdfe > # Parent c8ee7f58b11b835918e1e83b89741999f8809866 > git:

[PATCH 2 of 5] git: correctly check for type of object when walking

2020-06-01 Thread Josef 'Jeff' Sipek
# HG changeset patch # User Josef 'Jeff' Sipek # Date 1591017773 14400 # Mon Jun 01 09:22:53 2020 -0400 # Node ID cb9f077123e7e204587b2b9146736ddcfb8d677d # Parent 1a21d199a8b00e5fb2566ca99fab417253b13b19 git: correctly check for type of object when walking diff --git

[PATCH 1 of 5] git: implement stub prefetch_parents dirstate method

2020-06-01 Thread Josef 'Jeff' Sipek
# HG changeset patch # User Josef 'Jeff' Sipek # Date 1591016388 14400 # Mon Jun 01 08:59:48 2020 -0400 # Node ID 1a21d199a8b00e5fb2566ca99fab417253b13b19 # Parent 1537ce87e3ba3759470812143ee972ef9eb8 git: implement stub prefetch_parents dirstate method A recent change (35b255e474d9)

[PATCH] git: implement diff manifest method

2020-06-01 Thread Josef 'Jeff' Sipek
# HG changeset patch # User Josef 'Jeff' Sipek # Date 1591024345 14400 # Mon Jun 01 11:12:25 2020 -0400 # Node ID 8b5e8dc4163b540bf7d0ce6b989090f751081583 # Parent c8ee7f58b11b835918e1e83b89741999f8809866 git: implement diff manifest method This makes 'hg diff' work. diff --git

[PATCH] sslutil: fix comment to use inclusive or instead of exclusive or

2020-06-01 Thread Manuel Jacob
# HG changeset patch # User Manuel Jacob # Date 1591017751 -7200 # Mon Jun 01 15:22:31 2020 +0200 # Node ID cdda90fe3db5040472014c980385fba69f37ad76 # Parent d61c05450b378372437b8ea499ff43ce0b7f5cb3 sslutil: fix comment to use inclusive or instead of exclusive or The incorrect "either" was

[PATCH 2 of 3] sslutil: stop storing protocol and options for SSLContext in settings dict

2020-06-01 Thread Manuel Jacob
# HG changeset patch # User Manuel Jacob # Date 1591014013 -7200 # Mon Jun 01 14:20:13 2020 +0200 # Node ID cc29486022ffe6525fc242fa395ea5236db538eb # Parent 776bb7e68bba72e8f37d81737df46e63e2565b2a # EXP-Topic sslutil-cleanup sslutil: stop storing protocol and options for SSLContext in

Re: [PATCH 1 of 3] sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'

2020-06-01 Thread Yuya Nishihara
On Mon, 01 Jun 2020 14:43:10 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1591013226 -7200 > # Mon Jun 01 14:07:06 2020 +0200 > # Node ID 776bb7e68bba72e8f37d81737df46e63e2565b2a > # Parent d61c05450b378372437b8ea499ff43ce0b7f5cb3 > # EXP-Topic

Re: [PATCH 1 of 8 v5] setup: require that Python has TLS 1.1 or TLS 1.2

2020-06-01 Thread Yuya Nishihara
On Mon, 01 Jun 2020 13:44:50 +0200, Manuel Jacob wrote: > Having intro mails worked fine except for the last three, which got > rejected. Two of these intro mails actually had content and it was > unfortunate that they didn't get through (in addition to breaking > threading). I'll not send

[PATCH 1 of 3] sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'

2020-06-01 Thread Manuel Jacob
# HG changeset patch # User Manuel Jacob # Date 1591013226 -7200 # Mon Jun 01 14:07:06 2020 +0200 # Node ID 776bb7e68bba72e8f37d81737df46e63e2565b2a # Parent d61c05450b378372437b8ea499ff43ce0b7f5cb3 # EXP-Topic sslutil-cleanup sslutil: rename 'minimumprotocolui' -> 'minimumprotocol'

Re: [PATCH] sslutil: fix comment to use inclusive or instead of exclusive or

2020-06-01 Thread Yuya Nishihara
On Mon, 01 Jun 2020 15:22:40 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1591017751 -7200 > # Mon Jun 01 15:22:31 2020 +0200 > # Node ID cdda90fe3db5040472014c980385fba69f37ad76 > # Parent d61c05450b378372437b8ea499ff43ce0b7f5cb3 > sslutil: fix comment

Re: [PATCH 7 of 8 v5] sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings()

2020-06-01 Thread Yuya Nishihara
On Mon, 01 Jun 2020 05:28:18 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1590970587 -7200 > # Mon Jun 01 02:16:27 2020 +0200 > # Node ID 64807e560eedc6c2571d34ffb7bd2f7e356dd606 > # Parent 7576507bfe5ea28ab6d496d532bb9b453998ca35 > # EXP-Topic

[PATCH 3 of 3] sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings()

2020-06-01 Thread Manuel Jacob
# HG changeset patch # User Manuel Jacob # Date 1591014862 -7200 # Mon Jun 01 14:34:22 2020 +0200 # Node ID 612b83f33402efb1d64a81bc2d6a9f024d560cb4 # Parent cc29486022ffe6525fc242fa395ea5236db538eb # EXP-Topic sslutil-cleanup sslutil: propagate return value ssl.PROTOCOL_SSLv23 from

Re: [PATCH 3 of 8 v5] tests: stop checking for optional, now impossible output

2020-06-01 Thread Yuya Nishihara
On Mon, 01 Jun 2020 05:28:14 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1590877556 -7200 > # Sun May 31 00:25:56 2020 +0200 > # Node ID e0d6fc43f3227a11934a69c8eff40d307a5ad697 > # Parent 8ebbebfe6cefed68e01f237eac1dcdf6aa6f7fbc > # EXP-Topic

Re: [PATCH 1 of 8 v5] setup: require that Python has TLS 1.1 or TLS 1.2

2020-06-01 Thread Yuya Nishihara
On Mon, 01 Jun 2020 05:28:12 +0200, Manuel Jacob wrote: > # HG changeset patch > # User Manuel Jacob > # Date 1590874939 -7200 > # Sat May 30 23:42:19 2020 +0200 > # Node ID 2d2497e32978bc17060f5142b45789b449e7d9d3 > # Parent dd7c4a208a4ed6c798330a21b13a349a020c877d > # EXP-Topic

Re: [PATCH 1 of 8 v5] setup: require that Python has TLS 1.1 or TLS 1.2

2020-06-01 Thread Manuel Jacob
On 2020-06-01 13:32, Yuya Nishihara wrote: On Mon, 01 Jun 2020 05:28:12 +0200, Manuel Jacob wrote: # HG changeset patch # User Manuel Jacob # Date 1590874939 -7200 # Sat May 30 23:42:19 2020 +0200 # Node ID 2d2497e32978bc17060f5142b45789b449e7d9d3 # Parent