Show More
@@ -95,7 +95,7 b' class httprepository(repo.repository):' | |||||
95 | resp_url = resp_url[:-len(qs)] |
|
95 | resp_url = resp_url[:-len(qs)] | |
96 | if self._url.rstrip('/') != resp_url.rstrip('/'): |
|
96 | if self._url.rstrip('/') != resp_url.rstrip('/'): | |
97 | self.ui.status(_('real URL is %s\n') % resp_url) |
|
97 | self.ui.status(_('real URL is %s\n') % resp_url) | |
98 |
|
|
98 | self._url = resp_url | |
99 | try: |
|
99 | try: | |
100 | proto = resp.getheader('content-type') |
|
100 | proto = resp.getheader('content-type') | |
101 | except AttributeError: |
|
101 | except AttributeError: |
General Comments 0
You need to be logged in to leave comments.
Login now