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