mercurial/httprepo.py
changeset 9881 54b518fc6671
parent 9878 7e7d56fe4833
child 10208 37c4ce51a12d
--- a/mercurial/httprepo.py	Wed Nov 18 17:09:00 2009 +0100
+++ b/mercurial/httprepo.py	Wed Nov 18 12:47:58 2009 +0100
@@ -93,7 +93,7 @@
         resp_url = resp.geturl()
         if resp_url.endswith(qs):
             resp_url = resp_url[:-len(qs)]
-        if self._url != resp_url:
+        if self._url.rstrip('/') != resp_url.rstrip('/'):
             self.ui.status(_('real URL is %s\n') % resp_url)
             self._url = resp_url
         try: