##// END OF EJS Templates
Added full URL to debug output if something doesn't look like an http hg repo....
Thomas Arendsen Hein -
r4739:1da35d1e default
parent child Browse files
Show More
@@ -288,6 +288,7 b' class httprepository(remoterepository):'
288 if not (proto.startswith('application/mercurial-') or
288 if not (proto.startswith('application/mercurial-') or
289 proto.startswith('text/plain') or
289 proto.startswith('text/plain') or
290 proto.startswith('application/hg-changegroup')):
290 proto.startswith('application/hg-changegroup')):
291 self.ui.debug(_("Requested URL: '%s'\n") % cu)
291 raise hg.RepoError(_("'%s' does not appear to be an hg repository")
292 raise hg.RepoError(_("'%s' does not appear to be an hg repository")
292 % self._url)
293 % self._url)
293
294
General Comments 0
You need to be logged in to leave comments. Login now