Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <6b594a14e15fa86291fa.1506772930@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24237/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/byterange.py b/mercurial/byterange.py --- a/mercurial/byterange.py +++ b/mercurial/byterange.py @@ -44,7 +44,6 @@ unquote = urlreq.unquote class RangeError(IOError): """Error raised when an unsatisfiable range is requested.""" - pass class HTTPRangeHandler(urlreq.basehandler): """Handler that enables HTTP Range headers.