comparison mercurial/httpconnection.py @ 51700:7f0cb9ee0534

Backout accidental publication of a large range of revisions I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author Raphaël Gomès <rgomes@octobus.net>
date Tue, 23 Jul 2024 10:02:46 +0200
parents 493034cc3265
children ca7bde5dbafb
comparison
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
22 ) 22 )
23 23
24 24
25 urlerr = util.urlerr 25 urlerr = util.urlerr
26 urlreq = util.urlreq 26 urlreq = util.urlreq
27
28 27
29 # moved here from url.py to avoid a cycle 28 # moved here from url.py to avoid a cycle
30 class httpsendfile: 29 class httpsendfile:
31 """This is a wrapper around the objects returned by python's "open". 30 """This is a wrapper around the objects returned by python's "open".
32 31