fetch: lowercase abort message
authorMartin Geisler <mg@aragost.com>
Tue, 12 Jun 2012 14:18:18 +0200
changeset 16926 cf2156932f75
parent 16925 eaf6a6d7f015
child 16927 7922004a46b8
fetch: lowercase abort message
hgext/fetch.py
--- 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)