Mercurial > hg-stable
changeset 7923:016d6357646d
httprepo: lowercase debug output
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sun, 29 Mar 2009 21:52:43 +0200 |
parents | 06bf76009249 |
children | 6809f47603f6 |
files | mercurial/httprepo.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/httprepo.py Mon Mar 30 01:30:58 2009 +0200 +++ b/mercurial/httprepo.py Sun Mar 29 21:52:43 2009 +0200 @@ -103,7 +103,7 @@ 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) + self.ui.debug(_("requested URL: '%s'\n") % cu) raise error.RepoError(_("'%s' does not appear to be an hg repository") % self._url)