##// END OF EJS Templates
httprepo: lowercase debug output
Martin Geisler -
r7923:016d6357 default
parent child Browse files
Show More
@@ -103,7 +103,7 b' class httprepository(repo.repository):'
103 if not (proto.startswith('application/mercurial-') or
103 if not (proto.startswith('application/mercurial-') or
104 proto.startswith('text/plain') or
104 proto.startswith('text/plain') or
105 proto.startswith('application/hg-changegroup')):
105 proto.startswith('application/hg-changegroup')):
106 self.ui.debug(_("Requested URL: '%s'\n") % cu)
106 self.ui.debug(_("requested URL: '%s'\n") % cu)
107 raise error.RepoError(_("'%s' does not appear to be an hg repository")
107 raise error.RepoError(_("'%s' does not appear to be an hg repository")
108 % self._url)
108 % self._url)
109
109
General Comments 0
You need to be logged in to leave comments. Login now