diff mercurial/localrepo.py @ 12070:fddacca3202e

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sun, 29 Aug 2010 22:55:37 +0200
parents d01e28657429 a4fbbe0fbc38
children 36a65283c3af
line wrap: on
line diff
--- 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')