##// END OF EJS Templates
httprepo: always store the response url (issue1968)...
Steve Borho -
r10208:37c4ce51 default
parent child Browse files
Show More
@@ -95,7 +95,7 b' class httprepository(repo.repository):'
95 95 resp_url = resp_url[:-len(qs)]
96 96 if self._url.rstrip('/') != resp_url.rstrip('/'):
97 97 self.ui.status(_('real URL is %s\n') % resp_url)
98 self._url = resp_url
98 self._url = resp_url
99 99 try:
100 100 proto = resp.getheader('content-type')
101 101 except AttributeError:
General Comments 0
You need to be logged in to leave comments. Login now