tests/bundles/renames.hg
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 21 Nov 2024 11:46:10 -0500
changeset 52316 a820a7a1fce0
parent 16551 ebf6d38c9063
permissions -rw-r--r--
setup: require TLS 1.2 support from the Python interpreter (BC) Before it was optional, and either 1.1 or 1.2 was sufficient. Now that the default minimum is 1.2, it needs to be present to work out of the box. The code here is more convoluted than the corresponding checks in `sslutil.py`, but I'm leaving it alone because it can all be simplified when py38 is dropped.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16551
ebf6d38c9063 localrepo: add setparents() to adjust dirstate copies (issue3407)
Patrick Mezard <patrick@mezard.eu>
parents:
diff changeset
     1
(binary:application/octet-stream)