tests: stop checking for optional, now impossible output
In
7dd63a8cb1ee, the code that could output that line was removed.
rust: remove one more occurrence of re2
Differential Revision: https://phab.mercurial-scm.org/D8601
scmutil: clarify getuipathfn comment
Differential Revision: https://phab.mercurial-scm.org/D8600
githelp: add some minimal help for pickaxe functionality
Due to a conversation in work chat, I realized this is actually pretty
well-hidden in Mercurial.
Differential Revision: https://phab.mercurial-scm.org/D8590
rust: remove duplicate import
Differential Revision: https://phab.mercurial-scm.org/D8456
tests: remove "sslcontext" check
Now that we require the presence of ssl.SSLContext in setup.py, the check
would always return `True`.
tests: remove "defaultcacerts" check
`sslutil._canloaddefaultcerts` is always true (and will be removed).