mercurial/httprepo.py
changeset 4739 1da35d1e7ef9
parent 4678 a814a5b11fff
child 4840 bf10a03a6b24
child 5081 167c422c745f
--- a/mercurial/httprepo.py
+++ b/mercurial/httprepo.py
@@ -288,6 +288,7 @@ class httprepository(remoterepository):
         if not (proto.startswith('application/mercurial-') or
                 proto.startswith('text/plain') or
                 proto.startswith('application/hg-changegroup')):
+            self.ui.debug(_("Requested URL: '%s'\n") % cu)
             raise hg.RepoError(_("'%s' does not appear to be an hg repository")
                                % self._url)