mercurial/localrepo.py
changeset 12070 fddacca3202e
parent 12066 d01e28657429
parent 12067 a4fbbe0fbc38
child 12127 36a65283c3af
--- a/mercurial/localrepo.py	Sat Aug 28 23:57:39 2010 +0200
+++ b/mercurial/localrepo.py	Sun Aug 29 22:55:37 2010 +0200
@@ -1205,7 +1205,7 @@
                 cg = remote.changegroup(fetch, 'pull')
             else:
                 if not remote.capable('changegroupsubset'):
-                    raise util.Abort(_("Partial pull cannot be done because "
+                    raise util.Abort(_("partial pull cannot be done because "
                                        "other repository doesn't support "
                                        "changegroupsubset."))
                 cg = remote.changegroupsubset(fetch, heads, 'pull')