changeset 16926:cf2156932f75

fetch: lowercase abort message
author Martin Geisler <mg@aragost.com>
date Tue, 12 Jun 2012 14:18:18 +0200
parents eaf6a6d7f015
children 7922004a46b8
files hgext/fetch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/fetch.py	Tue Jun 12 14:18:18 2012 +0200
+++ b/hgext/fetch.py	Tue Jun 12 14:18:18 2012 +0200
@@ -75,7 +75,7 @@
             try:
                 revs = [other.lookup(rev) for rev in opts['rev']]
             except error.CapabilityError:
-                err = _("Other repository doesn't support revision lookup, "
+                err = _("other repository doesn't support revision lookup, "
                         "so a rev cannot be specified.")
                 raise util.Abort(err)