changeset 49690 | c37287340c00 |
parent 49688 | f73f02ef8cb6 |
child 49691 | c0acf5440fe1 |
--- a/mercurial/hg.py Wed Nov 30 12:22:02 2022 +0100 +++ b/mercurial/hg.py Tue Nov 29 22:03:10 2022 +0100 @@ -147,13 +147,13 @@ b'bundle': bundlerepo, b'union': unionrepo, b'file': LocalFactory, - b'static-http': statichttprepo, } peer_schemes = { b'http': httppeer, b'https': httppeer, b'ssh': sshpeer, + b'static-http': statichttprepo, }