mercurial/httprepo.py
changeset 10208 37c4ce51a12d
parent 9881 54b518fc6671
child 10264 d6512b3e9ac0
--- a/mercurial/httprepo.py	Mon Jan 04 01:11:18 2010 +0100
+++ b/mercurial/httprepo.py	Tue Jan 05 10:20:28 2010 -0600
@@ -95,7 +95,7 @@
             resp_url = resp_url[:-len(qs)]
         if self._url.rstrip('/') != resp_url.rstrip('/'):
             self.ui.status(_('real URL is %s\n') % resp_url)
-            self._url = resp_url
+        self._url = resp_url
         try:
             proto = resp.getheader('content-type')
         except AttributeError: